Author |
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 18 January 2022 at 1:04am | IP Logged
|
|
|
Hello,
I have Aurora Files installed on a VPS with Plesk.
Configuration at first login of DB connection testing = OK.
But when I click "create/update tables", I get the message: Creating/Updating tables has failed.
Server type: MariaDB Allow external connections from any host
PHP: 7.4.27
MariaDB: 10.1.48
Can anyone help me?
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 January 2022 at 1:51am | IP Logged
|
|
|
Hello,
According to the system requirements, MariaDB 10.2.7 or newer is required.
Also, make sure you have mysqlnd driver used. To do that, you can create .php script with the following code there:
Run it from web browser and check the output for "Client API library version" under mysqli section and for "Client API version" in pdo_mysql section. Both the values should include "mysqlnd".
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 18 January 2022 at 12:10pm | IP Logged
|
|
|
Thanks you Igor for your reply.
mysqlnd 8.1.1 is working.
It will be more difficult to upgrade MariaDB to version 10.2.7 or newer. Because there are already other DB.
I am going to try.
Thanks!
|
Back to Top |
|
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 20 January 2022 at 2:19am | IP Logged
|
|
|
Hi Igor,
Wow - great,
MariaDB updated to 10.3 everything works perfectly!
Now I see that the Dutch translation is not complete.
Is there any way to finish it? Does Aurora files work with *po files?
Thanks & Regards,
Rovanov
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 January 2022 at 2:21am | IP Logged
|
|
|
You can update the translation as shown at:
Improving and adding translations
If you send us the translation update, we'll be happy to include it into the product release.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 20 January 2022 at 2:35am | IP Logged
|
|
|
Oh there is one more little thing.
The mail sent to a new user ends up in the spam box.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 January 2022 at 4:28am | IP Logged
|
|
|
By default, PHP function mail() is internally used for sending mail out, mails are sent with the parameters of your PHP configuration - and if DNS records of your server aren't set for mail delivery, that could result in getting mails into spam indeed.
You can edit data/settings/modules/InvitationLinkWebclient.config.json file (press "Update Configuration" in Database Settings screen of admin interface if the file isn't there), set "NotificationType" to "smtp" and specify connection details of SMTP account you wish to use for the purpose of sending those mails out.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 20 January 2022 at 7:29am | IP Logged
|
|
|
Thanks Igor,
I'm going to work on the translation.
Regards,
Rovanov
|
Back to Top |
|
|