Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2024 Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024. Please take this short survey: https://pt-research.typeform.com/to/AmZvSXkx
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.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
I do not see an option 'useShiftCronUpdateTask' in WordPress Toolkit configuration. It seems like the documentation is a bit outdated. Could you please give me a link on the document where it's present?
You can completely disable the feature:
[ext-wp-toolkit]
wpCronDisablingAllowed = false
In this case, wp-cron management control will disappear in the user interface.
Actually, you can try to turn off maintenance activities that re-create a scheduled task:
[ext-wp-toolkit]
wpCronDisablingMaintenance = true
But anyway, you will need to remove an automatically created task first.
There is no option to disable the cron completely via WordPress Toolkit. When disabling wp-cron, toolkit creates a scheduled task to cover scheduled activities on a website. If you will remove the scheduled task, it will be re-created automatically.
I glad to inform you that an update of WordPress Toolkit 5.1.1 has been published a few minutes ago. An issue with updating websites installed using Applications catalog now considered as fixed. I hope it will work for you. Feel free to post here if it's not, we will be waiting for your feedback.
As we have found, an issue affects websites, installed using Plesk applications catalog (also known as APS applications catalog). We plan to deliver an update that will fix it within a few days. I apologize for the inconvenience.
The possible cause: disabled json PHP extension. This is a typical case for alternative PHP handler on CloudLinux. If this is the case, I suggest to add the following into the PHP configuration:
extension=json.so
extension=mysqli.so
Unfortunately, WordPress Toolkit cannot create templates from existing WordPress installation, if I understand you intension correct. To create a set with custom themes and plugins, you need to upload them as a .zip packages manually (from the toolkit tabs Plugins and Themes) and then include...
Thank you for getting back! :-) The fix of issue EXTWPTOOLK-5552 was included into version 4.10.1, published at September, 11. I hope this ultimately has solved an issue. I apologized for the inconvenience.
Finally, we were able to reproduce an issue and have confirmed a bug EXTWPTOOLK-5552. The issue occurs on the step of creating the database for the new WordPress site if the overall length of a database creating command exceeds a certain value.
As a temporary workaround, we suggest minimizing...
Unfortunately, we cannot reproduce this issue on our environment. Could you please check a log (/var/log/plesk/panel.log) for errors? Error stack trace could be really helpful to catch the clue.
Just in case, can you still manage your remote RDS instance via Plesk? For instance, could you please check access to the server using phpMyAdmin (via the Tools & Settings / Database Servers screen)?
Could you please clarify your Plesk version and operating system? Did you create RDS instance using Amazon RDS Integration extension, or manually in AWS console and when attached it to Plesk manually via Tools & Settings / Database Servers screen?