(Apr 23rd, 2010, 6:54 PM)Ben Wrote: Hi Mervin,
Ah, that's a php.ini setting. Give this thread a read over:
http://forums.formtools.org/showthread.p...ry+size%22
All the best!
Ben
Hey Ben,
Thanks for even replying. I'm not gonna pretend to know everything you are speaking of with the php.ini settings. If you could just direct me of where to look I will go through it line by line. I attempted myself but was unsuccessful of finding this particular location. Still learning.
Thanks for your help
Okay I did some more searching and found the php.ini file on the root and here is the script:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
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
Maybe you might be able to see something I can't.
Thanks