Why are errors displayed?
am 07.09.2007 09:36:00 von Gustav Wiberg
Hi!
=20
@session_start(); //This causes the web-browser NOT to show e=
rror
@$_SESSION["test"] =3D "test"; //I THOUGHT this would the web-browser NO=
T show error, but I get this error:
=20
=20
Warning: Unknown: open(C:\Program\php\sessiondata\sess_g4otsdj34b8npshe7dl5=
n6trv1, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that =
the current setting of session.save_path is correct (C:\Program\php\session=
data) in Unknown on line 0
=20
=20
Is there any way of solving this problem? Or do I have to set full rights i=
n the session-data-folder independet which user is logged in on the web... =
(it is NOT reachable anonymously) - you have to log on to the network. It's=
an intranet
=20
=20
Best regards
/Gustav Wiberg
No virus found in this outgoing message.
Checked by AVG Free Edition.=20
Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 2007-09-06 =
15:18
=20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Why are errors displayed?
am 07.09.2007 13:37:34 von John Mertic
The folder that storeds the sessiondata must have read and write
access to the user that the web server is running as ( typically this
the Local Administrator ).
John
On 9/7/07, Gustav Wiberg wrote:
> Hi!
>
> @session_start(); //This causes the web-browser NOT to show error
> @$_SESSION["test"] = "test"; //I THOUGHT this would the web-browser NOT show error, but I get this error:
>
>
> Warning: Unknown: open(C:\Program\php\sessiondata\sess_g4otsdj34b8npshe7dl5n6t rv1, O_RDWR) failed: Permission denied (13) in Unknown on line 0
>
> Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\Program\php\sessiondata) in Unknown on line 0
>
>
> Is there any way of solving this problem? Or do I have to set full rights in the session-data-folder independet which user is logged in on the web... (it is NOT reachable anonymously) - you have to log on to the network. It's an intranet
>
>
> Best regards
> /Gustav Wiberg
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 2007-09-06 15:18
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
--
John Mertic "Explaining a joke
is like dissecting a frog: you
jmertic@gmail.com understand it better,
but the frog dies in the
process."
-Mark Twain
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Why are errors displayed?
am 07.09.2007 14:04:00 von Gustav Wiberg
I solved it... It was an php_isapi.dll - file that got to wrong path.. When=
adding a new website... Strange ):
Best regards
/Gustav Wiberg
=20
-----Original Message-----
From: John Mertic [mailto:jmertic@gmail.com]=20
Sent: Friday, September 07, 2007 1:38 PM
To: Gustav Wiberg
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Why are errors displayed?
The folder that storeds the sessiondata must have read and write
access to the user that the web server is running as ( typically this
the Local Administrator ).
John
On 9/7/07, Gustav Wiberg wrote:
> Hi!
>
> @session_start(); //This causes the web-browser NOT to show=
error
> @$_SESSION["test"] =3D "test"; //I THOUGHT this would the web-browser =
NOT show error, but I get this error:
>
>
> Warning: Unknown: open(C:\Program\php\sessiondata\sess_g4otsdj34b8npshe7d=
l5n6trv1, O_RDWR) failed: Permission denied (13) in Unknown on line 0
>
> Warning: Unknown: Failed to write session data (files). Please verify tha=
t the current setting of session.save_path is correct (C:\Program\php\sessi=
ondata) in Unknown on line 0
>
>
> Is there any way of solving this problem? Or do I have to set full rights=
in the session-data-folder independet which user is logged in on the web..=
.. (it is NOT reachable anonymously) - you have to log on to the network. It=
's an intranet
>
>
> Best regards
> /Gustav Wiberg
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 2007-09-0=
6 15:18
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--=20
--=20
John Mertic "Explaining a joke
is like dissecting a frog: you
jmertic@gmail.com understand it better,
but the frog dies in the
process."
-Mark Twain
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
No virus found in this outgoing message.
Checked by AVG Free Edition.=20
Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 2007-09-06 =
15:18
=20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php