• 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.

Search results

  1. E

    Question Why are plugins updated in cloned site also updated in parent site?

    Since the site was cloned, WP Toolkit works with 2 different sites and works with them separately and does not sync the state automatically. at this time, I can imagine only one way to get it: the plugin was updated on the wrong site by human mistake. for example: you can have 1 site, click...
  2. E

    Question Why are plugins updated in cloned site also updated in parent site?

    Could you explain, what you did and what & where you saw? If you mean that you changed any WordPress things and see them in another WP - the root cause may be in any specific caching plugin that shares cache between the both WP. If you update plugins via uploading a new version into global...
  3. E

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    In your screenshots I see backups that created by wp toolkit, not plesk. Anyway, you can use this wp-toolkit CLI command, and you can add it to cron (command can be run under root only) P.S. you tried to run internal task that already done, it has no sense.
  4. E

    Security Status - CLI Call

    this info is not available via CLI, you should use rest API for this. Tools & Setting -> Remote API (REST) -> WP Toolkit REST API -> GET /v1/vulnerabilities-checker
  5. E

    How to custom WordPress autoinstall

    Hi, do you have any customizations that can add files into doc root? Which files do you have in document root? WP Toolkit can choose another directory for ordinary installation if target directory isn't empty, but for auto-install WP Toolkit should force install WP into doc root.
  6. E

    Question WordPress Vulnerabilities -> No updates available

    Which WP Toolkit version do you have? In 6.3 version you have a feature to ignore vulnerabilities by CVSS Score (it means that you don't receive notification about these vulnerabilities and your site isn't marked as vulnerable), In 6.4 we have improved version of this feature that helps you to...
  7. E

    Cloning - wordpress _posts table

    GUID means unique identifier and usually values of this column are not changed. So if you use sync data or any another tool to partially copy data, GUIDs stays unchanged and any posts that created on dev env still have GUIDs that mention dev url.
  8. E

    PHP Warning in maintenance.php

    if this issue appeared recently, so something was changed. Do you switch PHP handler or something else? Maybe you install new plugins or themes? Do you have other php warning\notices\etc in error log file? Also, as I mentioned above, if you check your site there may be a text at the top of page...
  9. E

    PHP Warning in maintenance.php

    any errors in the code can trigger this message. For example you can switch php version of this site, it leads to show deprecations and these deprecation occurs before maintenance.php script does its work. Could you check logs\raw http responses for other warning\deprecation\error messages?
  10. E

    Resolved [WP Toolkit] Cloning tld site to subdomain also changed the tld site

    @davidlp could you share the plugin name? or it is a private plugin?
  11. E

    Resolved [WP Toolkit] Cloning tld site to subdomain also changed the tld site

    Do you have any caching plugins on your site? There can be a case when you have that one, and that stores cache of the both sites in the same place, for example in redis\memcache or something else, the last wins and overwrites all data. When you clone your site, WP Toolkit regenerate some...
  12. E

    Question wordpressPermalinkHandlingFeature

    If you have Apache for request processing, this rule has no sense because WordPress creates .htaccess file for such URLs and they can be processed by Apache. If you don't have Apache and enable permalinks in WordPress, none can process these links and all requests lead to 404 error. If you...
  13. E

    Resolved Keep applying security measures to same two sites [how to create a persistent configuration]

    Yes, it can cause this issue. So if you fix these permission and then something recreates these folders with excess permissions - the issue will reappear.
  14. E

    Resolved Keep applying security measures to same two sites [how to create a persistent configuration]

    I have faced this issue some time ago. The root cause was that a WP plugin creates files and give excess file permissions explicitly. or any 3rdparty software may do the same things. I can advice you to check files and find which file or directory has a strange permission and that file may point...
  15. E

    Hotlink Protection - Chrome

    The first of all - reset browser's cache. If your browser requests this image it continue showing image (origin or stub) from cache. Could you describe your configuration? I guess you have site.tld for CDN, origin.site.tld for origin site on plesk with enabled hotlink protection. In this case...
  16. E

    Resolved WP-Toolkit question Failed to reset cache for the instance #2

    WordPress directory must match the following requirements: contain wp-content folder; contain wp-includes folder; contain the wp-config.php file in the current or parent directory. For any other configuration WPTK may incorrectly detect the "main" WordPress path that is used for interaction...
  17. E

    Resolved SSLIt renewal notifications (email) sometimes have trailing cryptic characters

    Looks like the issue isn't related to SSLIt extension because these characters appear after the end of email template layout. What email client do you use? Is there something that can modify emails like anti-spam or antivirus checker? Maybe something spoils email message after sending? Could...
  18. E

    Your hosting plan does not allow you to create any more databases.

    What about database servers (T&S > Database Servers)? All of them are available? Is it a local server or remote? Only database servers registered in Plesk matter.
  19. E

    Your hosting plan does not allow you to create any more databases.

    Just questions: how many WordPress sites\databases do you already have, and how many databases are allowed by service plan for this subscription? Default service plan allows 10 databases per subscription.
  20. E

    Block Specific WordPress Plugins Server wide

    @FutureX, are you looking for this feature (Plugin Blocklist)? https://www.plesk.com/blog/product-technology/the-plesk-wordpress-toolkit-5-6-release-whats-new/
Back
Top