Jump to content

Haber si alguien me puede ayudar


Recommended Posts

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 by Creativob2c (see edit history)
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...