Jump to content

[SOLVED] Images not uploading anymore. No Changes.


Recommended Posts

Hello..

This is probably a mega nooby question (though I'm no Web Server Idiot)

 

Im having a slight issue with catalouge images.

 

The first 5 products allowed me to upload images to them fine.

And indeed those same images are working perfectly.

 

Now the uploader on the product page simply bugs out whenever I try and upload a new image for a product.

 

I have checked in the database for the image ID, and then check in the file system for the image, and no such image ever exists. We have changed nothing and its just started doing this :- (see attachment) when we pick and image and click upload. It refreshes then..that.

 

The worst thing is that the uploaded still created directories for the image, and still maps them as if they existed. But no image is uploaded and no thumbnails are generated.

 

Thankyou for your time everyone :(

 

Oh and Im not out of drive space on the server or anything like that. I find it wierd the page isnt even throwing an error.

post-384513-0-60748500-1343238041_thumb.jpg

Link to comment
Share on other sites

Yes.

 

Fatal error

: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6816 bytes) in

/home/mangatok/public_html/prestashop/images.inc.php

on line

238

 

 

Obviously this error includes die()

Link to comment
Share on other sites

Yes.

 

Fatal error

: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6816 bytes) in

/home/mangatok/public_html/prestashop/images.inc.php

on line

238

 

 

Obviously this error includes die()

 

 

 

Please contact your hosting provider and show them this error. They should be able to increase this value for you so that your site can work properly.

 

-Mike

Link to comment
Share on other sites

It was set to 32MB. I cant see why It wouldnt be able to handle the images I was giving it now but not before. After all the memory is only a temporary storage.

 

Anyways I set it to 128MB (a certain server management software made that a ton easier).

 

And all seems to be okay so far.

 

Thanks a lot :- though I think that perhaps some cleanup should occur, if that kind of thing happens.. or memory limit checking to make sure the page perhaps doesnt blank out like that.

 

I was of course concerned it was stuck in a turing loop. And therefore would exhaust the limit regardless of what it was. Im glad to hear this is not the case. (fingers crossed)

Link to comment
Share on other sites

×
×
  • Create New...