MattS:
Finally got a response from my host. Here is what they said. Can someone explain this to me.
"I am contacting you about your ticket, ####, regarding your error. If you are receiving a max size limit, that is due to your script is querying too much in one session. If its realated to MySQL, you can set such limits in your php.ini through your control panel. "
I am using StartLogic as my provider.
Matts,
Here's a php.ini file::
register_globals = off
allow_url_fopen = on
expose_php = Off
max_input_time = 120
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
Note line 4- yours may say max_input time = 30 or 60
Find that file on your server, download, change that line to 120 and upload. See if that works.