10-26-2013, 10:11 AM
I have identified the possible error: ---> file ForumController.php
[code]
$ link = $ request-> GetServer ('HTTP_REFERER');
...
...
...
$ this-> redirect ($ link);
[/ code]
if the browser has the HTTP_REFERER empty or absent, the forum does not work (white screen).
regards,
Jhon
[code]
$ link = $ request-> GetServer ('HTTP_REFERER');
...
...
...
$ this-> redirect ($ link);
[/ code]
if the browser has the HTTP_REFERER empty or absent, the forum does not work (white screen).
regards,
Jhon