|
Posted by Sonia Covarrubias on 08/17/06 20:32
> I am running Windoze XP SP 2, PHP 5.2, Apache 2.0.59
>
> Not to add complexity to this problem but when I run you script under
> these IDE's I get different results:
>
> - PHP Designer 2006:(PHP 5.2)
> (in debug mode) I get the error you get
> (off localhost) It runs with no problem.
> - PHPEdit: (PHP 5.1.4) It runs with no problem.
> - Eclipse PHP IDE: (PHP 5.1.4) It runs with no problem.
>
>
> Thanks in Advance...
> IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
> 'If there is one, Knowledge is the "Fountain of Youth"'
> -William E. Taylor, Regular Guy (1952-)
When I showed my php.ini there was a small problem, not sure if this has
anything to do with the error you got also, but my php.ini session.save_path
was wrong.
before:
session.save_path = "C:\WINDOWS\Temp\Sessions"
after:
session.save_path = "C:\WINDOWS\Temp\Sessions\"
I created a folder in my Win temp folder called Sessions in order to view my
session files there easily.. so if you try my php.ini then you need this, or
get rid of the "sessions" additional folder and don't forget to close with a
trailing slash '\' as I did.. lol.
Anyway, this correction doesn't solve my problem.. which I am stumped on..
:(
Navigation:
[Reply to this message]
|