Jump to content

Edit History

ctapia

ctapia

También estoy haciendo una secuencia de comandos como esa, pero tampoco funciona, ¿será un problema de conexión con la base de datos? o el host debe apuntar a la dirección IP del servidor para conectarse?,  This is my script so far, is there something missing?

 

<?php

    if (!defined('_PS_VERSION_'))
        exit;
    function upgrade_order($object)
    {
        return Db::getInstance()->execute(
                'UPDATE `'._DB_PREFIX_.'ps_orders` SET `'._DB_PREFIX_.'ps_orders.current_state` =2 WHERE `'._DB_PREFIX_.'ps_orders.id_order` =1');
    }

ctapia

ctapia

I'm also doing a script like that, but it does not work either, will it be a connection issue to the database? or the host must point to the IP address of the server to connect?

×
×
  • Create New...