php-windows Digest 9 Sep 2007 06:27:39 -0000 Issue 3325
Topics (messages 28453 through 28457):
upload files with spaces - solved
28453 by: Gustav Wiberg
php-files not found?
28454 by: Gustav Wiberg
Re: Why are errors displayed?
28455 by: John Mertic
28456 by: Gustav Wiberg
showing warnings
28457 by: Asim
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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..
<input type="hidden" name="MAX_FILE_SIZE" value="3000000" />
Thanx all of you for your help!
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
--- End Message ---
--- Begin Message ---
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 be found
The page you are looking for might have been removed, had its name changed, or
is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar of your
browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator
to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the
words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for
topics titled Web Site Setup, Common Administrative Tasks, and About Custom
Error Messages.
The strange part is that a php-application is already running in the server I'm
trying to transfer to. (the IIS doesn't seem to find the new php-files!?)
Please help! What could this be?
Best regards
/Gustav Wiberg
--- End Message ---
--- Begin Message ---
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 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: 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
[EMAIL PROTECTED] understand it better,
but the frog dies in the
process."
-Mark Twain
--- End Message ---
--- Begin Message ---
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: [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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_g4otsdj34b8npshe7dl5n6trv1, 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
[EMAIL PROTECTED] 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
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
--- End Message ---
--- Begin Message ---
Hi
in my script when i scan whole table for result set to display in my page it
shows warning that suggest me to use
EXPLAIN statement but i donot need it as i have to show records on page
how to avoid this warning?
Bye
Asim Jamil - 0092 345 4025907, Pakistan
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
--- End Message ---