Can anyone please help me as I'm now at a loss!!??
I have being trying install a Support Helpdesk application written in PHP and which uses an MySQL database for the last 3 days. There is an install script which asks for some basic information such as Database Host, Database Username etc, etc, but when I submit the details I get the following error:
Fatal error: Allowed memory size of 4388608 bytes exhausted (tried to allocate 2949120 bytes)in /home/leapfrogmd/public_html/support/install_sources.php on line 1387
I don't know much about PHP but it appears that the install_sources.php file contains too much coding for the server which I'm installing it on to handle. I have asked the support team @ my hosting company whether they can increase the PHP Memory Limit but unfortunately they can't.
What I want to know is whether the install_sources.php file can be broken up into 2 smaller files to enable the installation to be carried out? In the hope that my server will be able to handle the installation.
I have attached both the install.php file and install_sources.php file in a zip file for you all to see. If anyone can adapt the files or have got any other suggestions I will be very grateful.
By the way, I have tried to contact the people who created the PHP application but they haven't replied, and no-one in the forum on their website will reply to a message I posted!!
Just in case the Zip file hasn't been attached it can be downloaded from http://www.leapfrogmdasupport.co.uk/install_scripts.zip.
If you want to look at all the files for the application they can be downloaded fromhttp://www.leapfrogmdasupport.co.uk/complete_scripts.zip.