Jump to content
  • 0

Problem z dodaniem produktów :/


gepcio

Question

Witam uprzejmie mam mały problem z dodaniem nowgo produktu jeszcze 2 meisiace temu wszystko chodziło dobrze . i Nagle JEBs Wystąpił błąd podczas tworzenia obiektu. product xD właczyłem debugowanie i wyskoczyła takie cos any solved?

 

UPDATE command denied to user 'junek1_5'@'10.254.34.33' for table 'ps_employee'

            UPDATE `ps_employee`
            SET `last_connection_date` = CURRENT_DATE()
            WHERE `id_employee` = 1 AND `last_connection_date`< CURRENT_DATE()
        


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

641.             WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
642.         }
643.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
644.         {
645.             if ($sql)
646.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
647.             throw new PrestaShopDatabaseException($this->getMsgError());
648.         }
649.     }
650.
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

U mnie ten problem pojawił się po przejściu na hosting w nazwa.pl

Okazało się że Limit dyskowy dla bazy był domyslnie ustawiony na 51MB, który oczywiście był niewystarczający
Zmiana ustawienia w Active.admin załatwiła sprawę:

 

Bazy danych/Edycja bazy danych/Limit dyskowy

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...