• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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