Creativob2c Posted August 5, 2016 Share Posted August 5, 2016 (edited) Alguien sabe a que se debe este error? Fatal error: Uncaught Db->executeS() must be used only with select, show, explain or describe queries thrown in /home/wn1qdt5e/public_html/classes/db/Db.php on line 638 Me voy a la linea de codigo. // This method must be used only with queries which display results if (!preg_match('#^\s*\(?\s*(select|show|explain|describe|desc)\s#i', $sql)) { if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) { throw new PrestaShopDatabaseException('Db->executeS() must be used only with select, show, explain or describe queries'); } return $this->execute($sql, $use_cache); } Edited August 5, 2016 by Creativob2c (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now