This was the problem that we had talked about many times by email.
When you do not have access to the /tmp/ file on your server.
Before the sessoion_start() line you must place:
session_save_path '/your/info/given by host provider/'
This line must be placed every where there is a session_start() in the php files. If not you will recieve the warning errors which will give the line the error is on.
Zam |