-
Posted to
PHP Community
by
Faltzer
on
12-28-2007, 6:10 PM
I'm running a file hosting web site on PHP, and my users experienced a problem uploading large files. They say that the script times out and returns a PHP error, though I want to make it so it can never time out. Would setting a negative value help? Here is what I currently have in my php.ini:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ...
-
Posted to
Troubleshooting
by
Faltzer
on
05-01-2007, 5:07 PM
Hmm, I'm very confused about server configuring, tom. I don't know if my error is what's being shown. The error I'm getting is an error 401.2, login failed due to server configuration.
-
Posted to
Troubleshooting
by
Faltzer
on
01-19-2007, 4:04 PM
The problem lies with the ASP from what it seems. I'm going to have to inquire on about why it requests a username and password.
-
Posted to
Troubleshooting
by
Faltzer
on
01-18-2007, 8:07 PM
I have a problem accessing my web site with IIS 5.1. When I try to access my web site, it asks me to input a username and password. How would I go to removing this message?