Hello,
I have just discovered that if I include a simple "include_once" statement in the phpinclude_end definition in the Common Templates, the forum doesn't work with cookies disabled (an empty page is shown in FireFox or an error is displayed in other browsers)...
Here is the line I'm trying to add to phpinclude_end:
and the funny thing is that the problem occurs even if myscript.php is completely empty!
With browser's cookies enabled the problem disappears and the include works correctly...
Any idea?
Thank you.
Fab.
I have just discovered that if I include a simple "include_once" statement in the phpinclude_end definition in the Common Templates, the forum doesn't work with cookies disabled (an empty page is shown in FireFox or an error is displayed in other browsers)...
Here is the line I'm trying to add to phpinclude_end:
Code:
include_once('/home/path_to_my_script/myscript.php');
With browser's cookies enabled the problem disappears and the include works correctly...
Any idea?
Thank you.
Fab.