Jump to content

[SOLVED] DEBUG error when display more items per page is selected, please HEEEELP!


Recommended Posts

hey all.

 

hoping someone can help me out here as this is making my site ugly.

 

for some reason, when you select a different number of products to show per page (see attached

DEBUGprodperpage.png), you are sent to an interim page with a DEBUG redirect (see attached DEBUGchangeprodperpage.png).

 

 

you can see the live page at http://www.fixgear.i...egory&id_lang=1 . just try and change the items to show per page to either 10 or 20 and you will see the error.

 

any ideas on why this is happening and how i can fix it?

what file and code do i need to change?

 

thanks MUCH!!!

 

saludos,

jer...

post-520279-0-27469400-1365018953_thumb.png

post-520279-0-43409100-1365019083_thumb.png

Edited by fixgear (see edit history)
Link to comment
Share on other sites

btw, i have seen the bug reports on the forge.prestashop site but i can't believe there is no solution to this.

 

and if there is none, can anyone at least tell me how to remove the option for the user to change the number of items to display per page as i prefer to remove it than for the error to occur, at least until the bug is sorted.

 

tnx,

jer...

Link to comment
Share on other sites

ignore me!

found the fix at http://forge.prestas...owse/PSCFI-2378 .

 

  Quote
Alain FOLLETETE added a comment - 23/Jun/11 8:18 PM

 

Hi,

You should edit config/defines.inc.php:

Replace this line:

 

define('_PS_MODE_DEV_', true);

 

With

 

define('_PS_MODE_DEV_', false);

 

This configuration is going to fix the problem.

Best regards,

 

saludos,

jer...

Edited by fixgear (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...