• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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