Jump to content

[SOLVED] I can´t see any product in any category


Recommended Posts

Hi all

I have a problem, when I open the store, in the index I can see products but when I click on any category I can´t see anyone, in the category says that there are 200 product but anyone are displayed

Thank you for your help

Link to comment
Share on other sites

Is the right column and footer missing too on the category pages? If so, then there must be a PHP error occuring. You should check your PHP errorlog, or edit config/config.inc.php and temporarily change 'display_errors' to 'on' so that you get an error message on the category page. Post the error message here.

Link to comment
Share on other sites

Hi all

Well rocky, the right column and footer are not missing, I changed the config.inc.php and i got this error message

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/sesaelsa/public_html/tienda/tools/smarty/compile/%!^21D^21DC1713%%product-list.tpl.php on line 28

Parse error: syntax error, unexpected $end in /home/sesaelsa/public_html/tienda/tools/smarty/compile/%!^21D^21DC1713%%product-list.tpl.php on line 28

Thank your for your help

Link to comment
Share on other sites

It looks like something interrupted Smarty while it was compiling product-list.tpl. I suggest that you delete tools/smarty/compile/%!^21D^21DC1713%%product-list.tpl.php off your server so that Smarty can try to recompile it.

Link to comment
Share on other sites

The problem must be with product-list.tpl. From the ASCII code 39, it appears that there are `' that should be:

''



Did you copy code from the forums that wasn't written inside a code tag? The forum automatically converts straight quotes into angle quotes.

Link to comment
Share on other sites

No, I did´t copy anything

I was thinking that maybe reinstall everything is the better idea, but I have a question, If I create a backup in the backoffice, reinstall everything, import the DB, this can resolve the problem ?, Are there any problem to import my old DB in a new installation ?

thank you for your help

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...