I just had this happen after changing my DocumentRoot entry to /var/www/html in /etc/apache2/sites-available/000-default.conf
This has fixed the first problem but now I get the ACM error when trying to log in.
According to the guide published here I need to change a cookie entry in settings.php.
problem is, where do I find this file? Ive been looking everywhere.
URL is tmmb.co.nz
edit - found the file (/var/www/mybb/inc/settings.php)
Have changed the settings in the file to:
$settings['cookiepath'] = "/";
$settings['cookiedomain'] = "http://tmmb.co.nz";
$settings['bburl'] = "http://tmmb.co.nz";
and it appeared to work, but all it does now is say ive logged in successfully, but in fact im not logged in at all.
I tried a new session in a private window with cookies cleared and its still giving me the ACM error.
This has fixed the first problem but now I get the ACM error when trying to log in.
According to the guide published here I need to change a cookie entry in settings.php.
problem is, where do I find this file? Ive been looking everywhere.
URL is tmmb.co.nz
edit - found the file (/var/www/mybb/inc/settings.php)
Have changed the settings in the file to:
$settings['cookiepath'] = "/";
$settings['cookiedomain'] = "http://tmmb.co.nz";
$settings['bburl'] = "http://tmmb.co.nz";
and it appeared to work, but all it does now is say ive logged in successfully, but in fact im not logged in at all.
I tried a new session in a private window with cookies cleared and its still giving me the ACM error.