Opened 11 years ago
Closed 8 years ago
#26680 closed defect (bug) (worksforme)
Update page error
Reported by: | samwilson | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
I have just upgraded to 3.8 and when I go to the Updates page I get the following:
Last checked on December 19, 2013 at 11:32 am. You have the latest version of WordPress. Fatal error: Cannot access parent:: when current class scope has no parent in [...]/wp-admin/includes/class-wp-upgrader-skins.php on line 594
I completely replaced the entire WP install with a freshly unzipped copy, and removed all custom plugins (of which there were only two: openid and wp-recaptcha), but the above error remains.
Thanks!
Sam.
Attachments (1)
Change History (8)
#2
@
11 years ago
- Version changed from 3.8 to 3.7
Are you running any PHP accelerators (APC/eAccelerator, etc)? and are they up to date?
I can't tell why this error is being triggered, the class definitely has a parent in scope..
#3
@
11 years ago
What environment are you running this on? LAMP, XAMPP, IIS, etc?
Same question as @dd32, are you running APC?
Can you attach a phpinfo()?
#4
@
11 years ago
Attached.
Thanks for your help with this!
eAccelerator is installed, and we're using Apache on Linux.
Oh, and I have upgraded to 3.8 successfully, this error isn't appearing when I try to do that. The codebase is definitely all 3.8's.
#5
@
11 years ago
After reading https://bugs.php.net/bug.php?id=56529
I touched wp-admin/includes/class-wp-upgrader-skins.php
and the page displays correctly, until I reload the next time.
PHP version 5.3.27 by the way.