• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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