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

Fatal error after installation #131

Closed truong-mts closed 5 years ago

truong-mts commented 5 years ago

After installation, I visit developer.wordpressorg.test and get this error:

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/phpdoc-parser/plugin.php:17 Stack trace: #0 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wordpress/wp-settings.php(362): include_once() #1 /srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wp-config.php(118): 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/phpdoc-parser/plugin.php on line 17

I use the develop branch of VVV because I got php-7.2 installation issue when use master branch

truong-mts commented 5 years ago

Solved this by running composer install in that plugin. Closing this issue.