klanxner
Newbie
Posts: 1
Registered: 11/4/2003
Member Is Offline
|
| posted on 11/4/2003 at 10:14 PM |
|
|
Undefined index: __SESSION__
I get an " Undefined index: __SESSION__" message as soon as I go to the admin login page and many similar messages after logging in.
I've tried various path settings with no luck. I managed to install with success locally on my Mac. But only problems when trying to install on a
Windows server. Thanks for any help.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/5/2003 at 10:16 AM |
|
|
You should insert the following code at the top (after commented block) of cl_files/index.php file:
error_reporting (E_ALL ^ E_NOTICE);
|
|
|