When I try and upload any file bigger than about 1mb I get the following error message:
I did a phpinfo() check and all of the settings for max file size and timeouts are easily big enough to deal with this, so I sent a support ticket to my web host and this was the response:
Do you think that's correct and that the error I was getting is due to safe mode being enabled? And if so does anyone now any of these work arounds that are mentioned in the reply above?
Code:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in /blah/blah/public_html/imageup/uploader.php on line 97
I did a phpinfo() check and all of the settings for max file size and timeouts are easily big enough to deal with this, so I sent a support ticket to my web host and this was the response:
Hello the server you are on has had to have safe_mode activated, we tried to
warn all users on effected servers, please check that your e-mail address is
configured correctly within your control panel.
Due to insecure PHP scripts allowing malicious code to be uploaded to the server
we have had to take this temporary precuation, methods to prevent these scripts
being exploited without safe_mode being enabled are currently underway and are
in an advanced state of testing. We expect to deploy our new security measures
my Monday 21st Febuary. Having safe_mode enabled in the mean time allows us to
ensure a stable and secure hosting enviroment and network for all of our clients
including yourself. We are sorry for any problems this may have caused, in the
mean time contacting your PHP developers may have a work around for php
safe_mode being enabled as this is becoming more and more common in a virtual
hosting enviroment.
Do you think that's correct and that the error I was getting is due to safe mode being enabled? And if so does anyone now any of these work arounds that are mentioned in the reply above?