Results 1 to 4 of 4

Thread: Hotfix for update using patch 4.5.1 to 4.5.2?

Threaded View

  1. #1

    Hotfix for update using patch 4.5.1 to 4.5.2?

    Dear all

    I'm upgrading from 4.3 and everything went smoothly until patch 4.5.1 to 4.5.2
    I have this error when trying to import patch.


    Failed to run the SQL query.Unknown column 'engine_cylinders' in 'abc_listings'
    Failed to run the SQL query.Table 'abc_maindb.{db_prefix}listings' doesn't exist
    Failed to run the SQL query.Table 'abc_maindb.{db_prefix}listings' doesn't exist
    Failed to run the SQL query.Table 'abc_maindb.{db_prefix}listings' doesn't exist
    Failed to run the SQL query.Table 'abc_maindb.{db_prefix}listings' doesn't exist
    The MySQL dump has corrupt queries; importing the new language has failed

    MYSQL ERROR
    Error: Unknown column 'engine_cylinders' in 'abc_listings'
    Query: /* all in one */ALTER TABLE `abc_listings` CHANGE `engine_cylinders` `engine_cylinders` double NOT NULL;
    Function: require_once
    File: /home/abc/public_html/admin/index.php (line# 216)

    Reapply patch give

    MYSQL ERROR
    Error: Duplicate column name 'Cron'
    Query: ALTER TABLE `abc_accounts` ADD `Cron` enum('0','1') NOT NULL DEFAULT '0';
    Function: require_once
    File: /home/abc/public_html/admin/index.php (line# 210)


    Any idea?
    Last edited by Wei Hong; July 7, 2017 at 08:44 AM.