Activation Issue – Solution enclosed
-
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
The topic ‘Activation Issue – Solution enclosed’ is closed to new replies.