rask / wprsrv

wprsrv is a reservations plugin for WordPress
http://www.wprsrv.org
Other
1 stars 0 forks source link

error when activating due to missing /vendor/autoload.php in master.zip #36

Open novuu opened 8 years ago

novuu commented 8 years ago

Warning: require_once(/home/public_html/staging/wp-content/plugins/wprsrv-master/vendor/autoload.php): failed to open stream: No such file or directory in /home/public_html/staging/wp-content/wp-content/plugins/wprsrv-master/wprsrv.php on line 32

Fatal error: require_once(): Failed opening required '/home/public_html/staging/wp-content/property/wp-content/plugins/wprsrv-master/vendor/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/staging/wp-content/wp-content/plugins/wprsrv-master/wprsrv.php on line 32

rask commented 8 years ago

Did you download a raw source package zip or a release package zip?

The source packages require build steps in order to produce the needed vendor files and assets:

$ cd /path/to/plugin/dir
$ composer install
$ npm install
$ gulp compile

If you downloaded a built release zip could you tell me the version number the release has, so I can check what the zip file has eaten. :)