Notification link leads to a blank page

Notification link leads to a blank page

by Farhi Razali -
Number of replies: 2
When click the Notification, firstly it leads to an error message:

Please fix your settings in config.php:

You have:

$CFG->dirroot = "/home/www/mrfarhi.co.cc/";

but it should be:

$CFG->dirroot = "/home/www/mrfarhi.co.cc";


I corrected the config.php by removing the "/" as suggested by the error message.


Now, it leads to a blank page. What am I supposed to do?


Thanks in advance


Average of ratings: -
In reply to Farhi Razali

Re: Notification link leads to a blank page

by David Hernández -
"I corrected the config.php by removing the "/" as suggested by the error message. "

Maybe you also removed the ";" (semicolon symbol) that goes at the end of the line.

If you didn't, what Howard says is the only way to understand what's going on.