Memory Error

I am trying to upload a 16 Mb file via a scriptcase application; I am able to upload the file, but when I go to save the file I am seeing the following error (see below). My application is based on the document management library and I have uploaded many other files without issue but this may be the largest to date. Your assistance is appreciated.

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 17146406 bytes) in /home/…/…/dcl/form_tb_documents/form_tb_documents_erro.php on line 34

Thank you,
Robb

I have added to my php.ini (memory_limit = 512M) and the initial error went away. Now I am just getting an message that says Error and a close link. How do I get more info? I tried adding the log file path and I still cannot find any log info on the error.

[ATTACH=CONFIG]n73217[/ATTACH]

scriptcase error.png

Check your apache settings: FcgidMaxRequestLen 1073741824 <— what you need may be different
You may need to change as well (in php.ini)
max_execution_time, max_input_time, memory_limit, post_max_size

It takes some tweaking…