• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Internal Sitebuilder error: Undefined property isMysqlUsed

G

gethosted

Guest
Hello,

I encounter this problem after upgrade from 4.2 to 4.5

Internal Sitebuilder error.
File: /usr/local/sitebuilder/include/Base/ORM/Object.php; Line: 213
Message: Undefined property isMysqlUsed.; Code: 0
 
First of all make sure that Sitebuilder upgrade went fine and database was upgrade also:

mysql> select * from config_param;
+----+-------------------+---------------------+-----------------+
| id | config_section_id | name | value |
+----+-------------------+---------------------+-----------------+
| 1 | 1 | version | 4.2.0 |
| 2 | 1 | build | 2008051215 |
| 3 | 1 | active_license_key | 4 |
| 4 | 1 | modules_api_version | 4.2.0 |
| 5 | 1 | patch_level | Hotfix-20080512 |
+----+-------------------+---------------------+-----------------+
5 rows in set (0.03 sec)

If it is fine, try to save copy for <sb_root>/config file, remove it and run 'sb_config' utility.
 
is this you want? do i run the latest version? if yes, i want to proceed the second step.

1 1 version 4.2.0
2 1 build 2008051215
3 1 active_license_key 6
4 1 modules_api_version 4.2.0
5 1 patch_level Hotfix-20080512
 
No, the latest version is 4.5.0+hotfix1. Try to perform manual actions from these article, as it seems database was not upgraded to 4.5 version: http://kb.odin.com/en/5218

# echo "4.2.0" > <SB_ROOT>/migrate
Run migration process one more time:
# sb_config --migrate_all
Update modules:
# sb_config --update_modules

<SB_ROOT> - Sitebuilder installation directory.

After these actions finished, log into Sitebuilder admin CP, make sure that 4.5 version is shown there and go into Server -> Autoupdate section for installing hotfix1 for 4.5.0 version.
 
Back
Top