Opened 8 years ago
Closed 8 years ago
#40778 closed defect (bug) (worksforme)
Last night's update to daily build throws error related to beta plugin. Site not accessible.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Parse error: syntax error, unexpected T_FUNCTION in /home/grynnco9/public_html/wp-content/plugins/wordpress-beta-tester/wp-beta-tester.php on line 255
Updated to latest build last night. After update, I was taken to the welcome page for 4.8. Attempted to go to dashboard and the above error was thrown. Can no longer access front end or back-end of site.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi @studiogrynn,
The Beta Tester plugin currently (and has for ~5months) requires PHP 5.3+ due to the use of a anonymous function.
I'd suggest updating the version of PHP you're using to something newer (than PHP 5.2) - to regain access to your admin panel, you can also forcibly disable the plugin by deleting the
wordpress-beta-tester
plugin folder via FTP.It makes sense for the plugin to support PHP 5.2 though, since WordPress does (and we want PHP 5.2 testers), cc @mlteal / @afragen (since you were the last two committers to touch it)