PHP and Abyss Web Server problem (error logging and sessions

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Cyclonis
-


Joined: 06 Sep 2004
Posts: 4

PostPosted: Wed Oct 13, 2004 5:12 pm    Post subject: PHP and Abyss Web Server problem (error logging and sessions Reply with quote

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 View user's profile Send private message
k1ll3rdr4g0n
-


Joined: 04 Jul 2004
Posts: 609

PostPosted: Wed Oct 13, 2004 10:40 pm    Post subject: Reply with quote

Do you have 2 HDs? Because normally peoples HD will be C: not D:
_________________
Back to top View user's profile Send private message AIM Address
Cyclonis
-


Joined: 06 Sep 2004
Posts: 4

PostPosted: Thu Oct 14, 2004 10:34 am    Post subject: problem found Reply with quote

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 View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group