Jump to content

Unable to complete incremental updates: Unable to import the 8.12.0 database file


Recommended Posts

i am trying to update my whmcs installation from 8.11.2 to 8.12.0

after downloading a copy of my db via phpmyadmin

i run the install process, the System Requirements Check Results says I pass all requirements, then i get

Unable to complete incremental updates: Unable to import the 8.12.0 database file. Unable to import /home/wpgahm/public_html/clients/resources/sql/upgrade8120release1.sql: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'subscriptionid'


any help please thank you

 

Edited by ghmercado
removed screencap that shows path to files
Link to comment
Share on other sites

  • WHMCS Support Manager

Hi @ghmercado,

This indicates that a column is missing from a table. In this case the tblhostingaddons database table is missing the subscriptionid column. This added in WHMCS 7.9.2.

Creating the missing column and then re-running the update process via install.php is the correct solution:

ALTER TABLE `tblhostingaddons` ADD `subscriptionid` VARCHAR(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' AFTER `notes`;

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated