PDA

View Full Version : Latest CVS, I can't log in...


mytto
23-07-04, 02:35 AM
I've just downloaded and installed dP there: http://dotproject.openxtrem.com/, have used the install script to set it up, and every thing seems to be fine... except some weird error concerning session path and mySQL_info(): check here (http://dotproject.openxtrem.com/install/check.php).

The result is I can't log in (admin/passwd), but encounter no error, even in debug mode...

Does someone have any clue?

ajdonnison
23-07-04, 06:56 AM
docs/check.php also shows the session path problem. This could be one of two problems. I notice you are using Apache 2.0.40. You might want to upgrade this as versions prior to about 2.0.48 had some wierd problems with file level operations. The other thought is the usual - does the path exist, is it writeable by the web server user?

mytto
26-07-04, 08:17 PM
Thanks for your help Adam,

Unfortunately I don't run my own dedicated server... So I can't upgrade Apache easily :(

Concerning the session file path, I can't answer since I don't actually know the path. Hopefully will I be able to chmod it via ftp access. But it should be running since I'm already running another instance of dP 1.02-1 on the same web space. Unless something has drastically changed wrt session in latest version...

Anyway, could you please give me the path to session so I can check it out?

Thanks in advance,

mytto
28-07-04, 12:48 AM
In deed session path has nothing to do with dP.
The weird thing is that I'm running another instance of dP 1.0.2-1 on the same web space without any problem. The only difference -- taken aside dP version -- is that the new and buggy one runs in a subdomain.

Any suggestion?

mytto
29-07-04, 01:10 AM
Finally, it's not subdomain dependant, I copied the code here in www.openxtrem.com/dotproject.

But i got another info: the session path is NULL :!: :!:

Where is it supposed to be set up?