View previous topic :: View next topic |
Author |
Message |
Cyclonis -
Joined: 06 Sep 2004 Posts: 4
|
Posted: Wed Oct 13, 2004 5:12 pm Post subject: PHP and Abyss Web Server problem (error logging and sessions |
|
|
For som reason the server will not allow PHP to write to my disk it seems
It cannot write to my error.log file (I also tried error.txt), I made sure I wrote down the correct filepath in php.ini but no errors are recorded. All I get when I make errors is "Error 200 OK" even when I turn on errors now to just show up on screen I simply get Error 200 OK
Also Sessions do not work. I put down the correct filepath for my sessions folder in php.ini, but absolutely no sessions are saved anywhere on my pc
display_errors = On
display_startup_errors = Off
log_errors = on
error_log = d:\Abyss Web Server\error.log
session.save_handler = files
session.save_path = D:\Abyss Web Server\PHP\sessiondata
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0 (already tried 1)
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.cache_limiter = nocache |
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Wed Oct 13, 2004 10:40 pm Post subject: |
|
|
Do you have 2 HDs? Because normally peoples HD will be C: not D: _________________
 |
|
Back to top |
|
 |
Cyclonis -
Joined: 06 Sep 2004 Posts: 4
|
Posted: Thu Oct 14, 2004 10:34 am Post subject: problem found |
|
|
I found the problem :) somewhere in my php.ini I once made a little typo, thats why php.exe in my command prompt gave an error in line 260, so it never even got to the sessions section in php.ini :) |
|
Back to top |
|
 |
|