chasesagum
Member
Posted 1 year ago #
When you try to activate this plugin you get the following error...
Warning: require_once(shrimptestclasses/core.php) [function.require-once]: failed to open stream: No such file or directory in .../wp-content/plugins/shrimptest/shrimptest.php on line 16
Fatal error: require_once() [function.require]: Failed opening required 'shrimptestclasses/core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in .../wp-content/plugins/shrimptest/shrimptest.php on line 16
Rick Torres
Member
Posted 1 year ago #
Same error to me.
Using the 3.0.1 WordPress Versiona and running it with the XAMPP.
Regards
epschmidt
Member
Posted 1 year ago #
I get the exact same error. Using 3.0.1 in both MAMP and on the live server.
Changing...
define( 'SHRIMPTEST_DIR', dirname( $plugin ) );
to...
define( 'SHRIMPTEST_DIR', dirname( __FILE__ ) );
That seemed to fix it. Thanks.
F J Kaiser
Member
Posted 1 year ago #
Same problem on 3.0.1. Fix worked for me too. Would be nice if this would be changed. Btw: Testing locally on XAMPP
Hi all. Have you tried the latest betas? This should be fixed now.