This is a pretty easy fix, “Code Expects Different Schema” occurs when you update your svn version but forget to update the db schema through mysql. The instructions are below.
After database dump restoration taken from older Vicibox to the latest Vicibox 9.0.3 I got the following error in Admin -> System Settings
section:
WARNING: Code expects different schema: 1585
It’s not possible to change or save any setting. The reason is obvious: Vicibox 9 has new and altered tables and functions so you will have to add them to the restored database before you can use system.
First, confirm your current database schema version. Log in to MariaDB command prompt and perform the following query:
1 | MariaDB> SELECT db_schema_version FROM system_settings; |
Next, navigate to /usr/src/astguiclient/trunk/extras
folder and locate upgrade_X.XX.sql
files. Open the newest file and if it contains this schema version – this is the one that needs to be executed. In case you found your DB schema version not in the newest .sql , execute it first and then all newer files.
Please make note that some tables and functions may already exist in your database that’s why add -f
key to the mysql
command:
1 | # mysql -u root -f asterisk < /usr/src/astguiclient/trunk/extras/upgrade_2.14.sql |
Confirm your current database schema version again and make sure it’s been upgraded.
Now you should be able to use the system and change/set settings.
I hope this helps
-Nox
How to - Fix ViciBox 11 and 12 errors Step 1 - Fix Apache errors…
Welcome to CyburDial's New Merchandise Store We are beyond excited to announce that CyburDial has…
Custom VICIdial Reports on GitHub Introducing My New GitHub Repository for Custom VICIdial Reports Hey…
How to - Fix Apache not starting on ViciBox There is a new issue with…
How to - Use the full functionality of the ViciDial installer by carpenox Vicidial administrators, take note: the Carpenox Auto Installer is about to change the game. This tool transforms the usually complex setup of Vicidial into a smooth, hassle-free experience. Let…
How to - Decrease SDP(short duration percent) in ViciDial There is a new feature in…
This website uses cookies.