themexpert / onepager

Onepage Theme/Website Builder for WordPress
https://themesgrove.com/wp-onepager/
Other
304 stars 101 forks source link

Github version not the same as download on wordpress #120

Open HeadwayLabs opened 8 years ago

HeadwayLabs commented 8 years ago

I cant get this version to work. I get an error when activating the plugin

Warning: require(/plugins/onepager/vendor/autoload.php): failed to open stream: No such file or directory in /plugins/onepager/tx-onepager.php on line 49

No vendor folder in this repo.

I downloaded the version on:

https://wordpress.org/plugins/tx-onepager/

This one works fine.

matti142 commented 8 years ago

This is the developer version, that means you have to install the complete tool chain (node, npm, gulp and composer) and run the install command, see readme file: https://github.com/themexpert/onepager#developer

Your error message means you haven't installed composer correctly (vendor directory is missing).