onepager icon indicating copy to clipboard operation
onepager copied to clipboard

Github version not the same as download on wordpress

Open HeadwayLabs opened this issue 8 years ago • 1 comments

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.

HeadwayLabs avatar Apr 02 '16 15:04 HeadwayLabs

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).

matti142 avatar Apr 08 '16 20:04 matti142