I uploaded the whole test application, after setting up the database which seems OK.
I got a couple of errors:
(1) Can't connect to local MySQL server through socket ...
Solved: need to set $host in dbcommon to the correct host path for my domain's mysql server
(2) Can't save php session data ...
I have tried to modify the login.php script to include:
*Partly Solved?* session_save_path("where my host wants sessions stored"), and start_session()
(3) Remaining problem:** The error message is no longer presented, but I am continually returned to the login.php page (expired).
Do I need to do the session setting somewhere else? In all scripts? Any ideas welcomed!
Thanks.
Matt