Jump to content

adding pictures to sub subcategories - white screen


Recommended Posts

Hello,

 

When you add images to Category everything works as it should.
When you add images into subcategories well everything works as it should.
 
But when it comes to pictures below subcategories so I probably will have only a white screen.
 
Do you know where could be wrong?
 
thank you in advance
Link to comment
Share on other sites

hello

 

thank you for clarification.

in this case you have to turn on error reporting.

this is first step in debug process.

After that instead of white page you will see what and where doesnt work.

 

here is an instruction:

open config/config.inc.php
find this line
@ini_set('display_errors', 'off');
change to look like this:
@ini_set('display_errors', 'on');
Link to comment
Share on other sites

×
×
  • Create New...