Jump to content
thirty bees forum

Augustus_Solo

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Augustus_Solo

  1. @zimmer-media When I enabled the Debug mode I got the following error:

    [PrestaShopDatabaseException]

    Unknown column 'lastconnectiondate' in 'where clause'

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

    and this too at line 804 in file classes/db/Db.php

    1. if ($webserviceCall && $errno) {
    2. $dbg = debug_backtrace();
    3. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
    4. } elseif (PSDEBUGSQL && $errno && !defined('TBINSTALLATIONIN_PROGRESS')) {
    5. if ($sql) {
    6. throw new PrestaShopDatabaseException($this->getMsgError().'

      '.$sql.'
      ');
    7. }
    8. throw new PrestaShopDatabaseException($this->getMsgError());
    9. }
    10. }
  2. Hello,

    I transfered my Thirty bees shop to another domain (atcdpharma.com). However, after migration when I tried to login I get an error: Emloyee doesn't exist or password invalid. I have tried to reset password several times using forgoten password but it didn't work. I have also tried to reset pasword manually from cpanel phpmyadminbut still can't login to the backoffice.

    Please, somebody help!

    I have read through all relevant threads on this forum and also on prestashop forum and haven't found the solution.

×
×
  • Create New...