Jump to content

Help Needed - Image Upload Not Working!


Recommended Posts

Hi All

 

First post on here.

 

My webpage's back office is giving me an error each time i upload a product

 

For some reason as soon as i've uploaded the image, I get a blank screen, with just the product headers - Catalog, etc above.

 

The image doesn't show up.

 

I've successfully uploaded a tonne of images, changed the size of the image file/format but for some reason it won't work!

 

I'm not too technical which is why prestashop's easy GUI works for me. I'm wondering whether somebody has some simple advice for me or could have a look?

 

Many Thanks

 

John

Link to comment
Share on other sites

Locate file /config/config.inc.php. change:

 

@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

 

to:

 

@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

 

Try uploading an image again and now you should get an error message instead of blank screen. Post the message here.

Link to comment
Share on other sites

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...