Jump to content

[Fixed] - Image Generation Problem


Recommended Posts

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

Start by checking your permissions on the directory image/p

image/p is where the images for products go
image/c is for category images
image/m is for manufacturers
etc, 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

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 213

Line 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 appreciated


Thanks

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...