wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 35 forks source link

Failed opening required autoload_real.php #68

Closed jbarbede closed 4 years ago

jbarbede commented 6 years ago

The latest version, 3.5.0 broke one of the websites I'm maintaining.

I am not sure what's happening but the log file shows that error:

[16-May-2018 22:23:55 UTC] PHP Fatal error: require_once(): Failed opening required '/home/[user]/public_html/wp-content/plugins/backwpup/vendor/composer/autoload_real.php' (include_path='.:/opt/alt/php71/usr/share/pear') in /home/[user]/public_html/wp-content/plugins/backwpup/vendor/autoload.php on line 5

widoz commented 5 years ago

Hi @jbarbede please try with the latest version also, since this is a source repo, if you cloned the repo you have to run composer install, otherwise you can use the package attached to the release https://github.com/inpsyde/backwpup/releases/download/3.6.7/backwpup.zip

iamnotstatic commented 4 years ago

To solve it just go to the root of your project and run on the command line: composer install