Jump to content

error when trying to add comment


Recommended Posts

Hello, when clicking on the product comment tab and then comment link to leave a comment I get the following error: "The requested content cannot be loaded. Please try again later."

Any idea how to solve this?  Have tried the default prestashop template and get the same error.

Prestashop version: 1.5.6.2

PHP version: 5.2

Product Comment version: 2.9

Link to comment
Share on other sites

Many thanks, turned error on and getting the following:

[PrestaShopDatabaseException]

Table 'elllor_ellloropresta.ps_poshook' doesn't exist
 

SELECT *
                FROM `ps_poshook` WHERE theme="pos_corau" AND id_shop=1

at line 613 in file classes/db/Db.php

 

607.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608.         }
609.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610.         {
611.             if ($sql)
612.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613.             throw new PrestaShopDatabaseException($this->getMsgError());
614.         }
615.     }
616.
617.     /**
Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...
  • 1 year later...

Tha's an error produced by Posstatic banner fraction. The shop continúe working, but when any problem comes again, you only see the firsth error (PosStatic banner fraction), and don'tn see the autentic problem. I resolve it, but I don't known how. There is that I did: (sorry, I had made a log file in spanish)

 

1-Nos descargamos una copia de seguridad de la base de datos de produción, 
2-Subimos copias de seguridad de order-opc.tpl|php y OrderOpcController.php
-No se soluciona
3-Ponemos la tienda en mantenimiento
4-Pasamos al tema de plantilla por defecto
-No se soluciona
5-Recuperamos otra vez la plantilla (pos-corau if you have any other, do it)
-No se soluciona
6-Cambiamos la plantilla del rojo al azul (It's a theme option, not relevant)
-No se soluciona
7-Subimos la carpeta completa del tema pos-corau
-No se soluciona
8-Subimos al completo el website: previamente hemos guardado en una carpeta del servidor todo el website que falla
-No se soluciona
9-Recuperamos los archivos guardados previamente en la carpeta que ya teníamos en el servidor
-Se recupera: ¡EXITO!
------------------------------------
And now, I ask me:
¿Is it possible  that the server sistem operation has bocked a file and cannot un-blocked before?
¿there was a cache problem? <_<
I don't known, but te problem was resolved!!   :D  :D
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...