Page 1 of 1
The connection was reset
Posted: Mon Apr 23, 2007 11:41 pm
by twg4461
Ok totally ripped everything out:
fresh phpbb2 install
fresh premodified 2.0.22 install
fresh mysql 3.x db
phpbb2 is working great
attachmod seems to be working great until you actually try to attach a file. When I do my browser kicks back "The connection was reset"
What am I missing?
http://www.radium.com/phpBB2/phpinfo.php
Posted: Tue Apr 24, 2007 12:42 am
by DavidIQ
It might have something to do with your max_execution_time set to 30 seconds. In that case you would need to have that value increased. Does this happen with any file you try to upload?
Posted: Tue Apr 24, 2007 2:06 am
by twg4461
Happens to any file. And almost immediately. What file do I edit to change the maxtime?
Posted: Tue Apr 24, 2007 11:32 am
by DavidIQ
Are you managing that server or does someone do it for you?
Posted: Tue Apr 24, 2007 12:08 pm
by twg4461
i do. virtualized
Posted: Tue Apr 24, 2007 12:26 pm
by DavidIQ
Look for the setting in the php.ini file then and increase it. Normally it's set to 120. Not sure where that file would be located at on a Linux/Unix server though...
...
Posted: Tue Apr 24, 2007 10:50 pm
by twg4461
still doing it even w/ max_execution_time = 120
just trying to attach 2mb jpg.
Posted: Thu Apr 26, 2007 12:06 am
by DavidIQ
Can't remember if this is in your php.ini file or in the MySQL setup files but you should also change mysql.connect_timeout (make it 60).
Also I noticed that upload_max_filesize is set to 2M which seems to be at about the size of your file. Make it 20M, restart Internet services if required, and you should be good to go.