Access Problem after Changing Server

Hello,

I am using Pydio (An old version) in a shared hosting. I purchased a VPS, then I migrated Pydio. Now, I cannot access Pydio.

The database credits are correct as per bootstrap.json.

Then, I did it

https://pydio.com/forum/f/topic/pydio-change-server-url-via-the-command-line/#post-87646
delete the core.ajaxplorer line inside table ajxp_plugin_configs, then clear the plugin cache

After this step, I meet the warning below.
DibiNotSupportedException: PHP extension 'mysql' is not loaded.

I would be happy if you suggest smth.

Thank you in advance.

Best Regards

Hi,
You should enable mysql extension in PHP
Or in bootstrap.json, add: “mysql_use_mysqli”:“true”, like:

"DIBI_PRECONFIGURATION":{
"mysql_username":"root",
"mysql_use_mysqli":"true",
"mysql_password":"P@ssw0rd",
"mysql_host":"localhost",
"mysql_driver":"mysql",
"mysql_database":"dbase",
"group_switch_value":"mysql"
}

Hello,

Thank you for reply. I changed it as “true”. The warning is like below. Now, what can I do to solve this problem?

Thank you in advance.

Hello,

I passed the problem with downgrade from PHP 7.2 to 7.1.

I am using Pydio v6.2.0. How can I update it? Maybe an update passes this problem. I am not good at usage VPS. That’s why, I will update it via FTP and Plesk panel.

Thank you in advance.

Best Regards

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.