WordPress / meta-environment

A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.
190 stars 69 forks source link

Developer.WordPressorg.dev: Fatal error: Class 'WP_Parser\Plugin' not found #71

Closed ntwb closed 8 years ago

ntwb commented 8 years ago

Browse to http://developer.wordpressorg.dev/

Fatal error: Uncaught Error: Class 'WP_Parser\Plugin' not found in /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wp-content/plugins/wp-parser/plugin.php:17 Stack trace: #0 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wordpress/wp-settings.php(255): include_once() #1 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wp-config.php(102): require_once('/srv/www/wordpr...') #2 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wordpress/wp-load.php(42): require_once('/srv/www/wordpr...') #3 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wordpress/wp-blog-header.php(13): require_once('/srv/www/wordpr...') #4 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wordpress/index.php(17): require('/srv/www/wordpr...') #5 {main} thrown in /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wp-content/plugins/wp-parser/plugin.php on line 17

iandunn commented 8 years ago

I think I've got this fixed locally, just need to test a bit more. Will probably be able to push it tonight or tomorrow.

iandunn commented 8 years ago

Related https://github.com/WordPress/phpdoc-parser/issues/180

iandunn commented 8 years ago

6e78beb should fix this, but it depends on WordPress/phpdoc-parser#180, so I'm leaving this open until that is resolved and I can double-check.

ntwb commented 8 years ago

Confirming this is resolved 👍

iandunn commented 8 years ago

Thanks!