dualcube / moowoodle

The MooWoodle plugin is an extention of WooCommerce that acts as a bridge between WordPress/Woocommerce and Moodle.
22 stars 21 forks source link

Fatal Error When activating - Solution #7

Closed MackW closed 4 years ago

MackW commented 6 years ago

Copy (at least I did) the file config.php to the directory includes and then change moowoodle.php from require_once 'config.php'; to require_once 'includes/config.php';

As the fatal error is caused by the constants not being defined