Dynamic Pricing Plugin returns Fatal Error on Install
-
I have successfully installed the Orillacart plugin but I also purchased the Dynamic Pricing addon.
When I attempt to activate the Dymanic Pricing plugin I get a fatal error:
Fatal error: OrillaCart plugin not found. in /home/nathanbu/public_html/e/wp-content/plugins/prices/shop_prices.php on line 17
That section of shop_prices.php is this:
function shop_prices_activate(){ if(!file_exists(dirname(__DIR__).'/orillacart/main.php')){ trigger_error("OrillaCart plugin not found.", E_USER_ERROR); exit; }
Has anyone else experienced this issue? I need the addon for the Quantity Based Pricing feature
Fresh WP install v. 3.9.1
No additional plugins active.My Server Info:
Apache version 2.2.27
PHP version 5.3.28
MySQL version 5.5.37-35.0
Architecture x86_64
Operating system linux
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dynamic Pricing Plugin returns Fatal Error on Install’ is closed to new replies.