mayo23 Posted September 2, 2008 Share Posted September 2, 2008 I seem to have a problem with uploading and generating the product images. It fails everytime, and no images are either uploaded or generated. I have cheked all my settings, and all pre-installation settings are OK (PHP5, GD LIB on, etc), but still no joy. Any other images I upload (Manufacturer logos, etc) are OK, so it can't be an upload problem. All I can think of is the actual regeneration program is stalling.Can anyone tell me what this program needs to run, so I can check that everything is OK.BTW, I have a dedicated server running IIS6 and have full access to all my php settings, etc. Thanks Link to comment Share on other sites More sharing options...
jtyana Posted September 2, 2008 Share Posted September 2, 2008 Start by checking your permissions on the directory image/pimage/p is where the images for products goimage/c is for category imagesimage/m is for manufacturersetc, etc.If that isn't the answer, search the forums, I've seen a few threads on image uploading problems. Don't know the other answers though Link to comment Share on other sites More sharing options...
ejectcore Posted September 2, 2008 Share Posted September 2, 2008 First of all you need to enable error reporting through PS config.inc.phpSet this to true then when you regenerate post you error message here Link to comment Share on other sites More sharing options...
rsvp Posted September 2, 2008 Share Posted September 2, 2008 I wonder why your problem is the opposite of mine, Mayo. :ohh: I started a thread this morning in the modules forum about it. Link to comment Share on other sites More sharing options...
mayo23 Posted September 2, 2008 Author Share Posted September 2, 2008 Thanks for the reply.Have put error reporting on and it came back with the following error;Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 666001 bytes) in D:\home\testserver\setaca.co.uk\htdocs\admin14\functions.php on line 213Line 213 of functions.php reads as follows;imagefill($destImage, 0, 0, $white);BTW: The image I am trying to upload and process is 39.6kb.Any help will be greatly appreciatedThanks Link to comment Share on other sites More sharing options...
ejectcore Posted September 2, 2008 Share Posted September 2, 2008 you need to raise your memory limit in php.initry raising this to 128mthen also script time out may need to be raised in your php.inihope that helps if you need further assistance I will be on SKYPE tonightamwdesign Link to comment Share on other sites More sharing options...
mayo23 Posted September 2, 2008 Author Share Posted September 2, 2008 SUPERB!!!!Increased script time out and memory limit, and working perfectly.Thanks for your help. Link to comment Share on other sites More sharing options...
ejectcore Posted September 2, 2008 Share Posted September 2, 2008 Glad I could help Link to comment Share on other sites More sharing options...
JeepBmt Posted November 17, 2008 Share Posted November 17, 2008 HI Brother! Thanks for your help. But can you show me how to find the php.ini file? I've found it through my code, but cannot see anymore. Please help me. I cannot see my upload picture, product picture...! Thanks anyway! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now