Ok, So I have this error:
C.18. Why do I get this warning: Your script possibly relies on a session side-effect which existed until PHP 4.2.3?
Well the FAQ says you can:
---------------------------------------------
add this line to your .htacces: php_flag session.bug_compat_warn off
---------------------------------------------
Well I opened my .htaccess file in notepad and it was empty!!!!
adding that line does nothing!
What does it mean when there's nothing in there? Where should I go from here???
Please help,
Jess
Posts: 40
bump.... Please HELP!!!!
Posts: 3474
Okay. Try adding this line (slightly different) to your PHP config file (called php.ini):
session.bug_compat_warn = Off
Then, restart your webserver.
-Beckett (
)