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
-Original Message-
From: John Mertic [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 1:38 PM
To: Gustav Wiberg
Cc: php-windows@lists.ph
Hi!
I'm trying to transfer php-script from one server to another...
When I access html-files it works OK
When I access php-files it doesn't work... (I tried with very simple
php-script... it doesn't find the actual file)
I get this message from Internet Explorer
The page cannot
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 <[EMAIL PROTECTED]> wrote:
> Hi!
>
> @session_start(); //This causes the web-browser NOT to
Sometimes you would have a great laugh...
I thought i was that it was spaces in filename that I couldn't upload files,but
it actually was the MAX_FILE_SIZE-directive that messed it up..
Thanx all of you for your help!
Best regards
/Gustav WIberg
No virus found in this outgoing message.
Ch
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_g4otsdj34b8npshe7dl5n6trv1, O_RDWR)
failed