• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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