View previous topic :: View next topic |
Author |
Message |
zendmaster Apprentice


Joined: 06 Nov 2003 Posts: 204 Location: Tisdale, Saskatchewan, Canada
|
Posted: Thu Nov 17, 2005 8:02 pm Post subject: Bizarre APACHE and POST size problem [SOLVED] |
|
|
I have a table of hockey statistics that I'm trying to enter into a database using a POST form. For a team with fewer players the script works fine. If the team is larger then the script returns no information to the next page. It's almost like it's too large, so nothing gets sent to the next page.
I've increased my max_post_size in php.ini.
I had emerge php with hardenedphp. Now it's working again after removing hardenedphp. |
|
Back to top |
|
 |
adaptr Watchman


Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Thu Nov 17, 2005 10:36 pm Post subject: |
|
|
This has little to do with apache - as you probably learned when you read your log files. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
 |
|