• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. E

    Issue Error getting administrator credentials: PHP Fatal error: Call to undefined function WC_CLI_Runner::after_wp_load()

    Hi! Which version of WP Toolkit do you have? Looks like there are modified files of built-in wp-cli or a plugin interferes wp-cli workflow. Try to disable 1-by-1 plugins to find the root cause of this issue. Checked, a fresh WordPress installation with the same version doesn't have such issue.
  2. E

    Question Smart Update forecast - about the 100 checked pages

    WP Toolkit tries following, to get list of pages to check: gets site.url/smart-update-sitemap.xml syntax is the same as in any sitemap files. You can manually put any url that you want to check during smart updates gets site.url/sitemap.xml default sitemap file gets internal fallback sitemap...
  3. E

    Issue WP Toolkit incorrect vulnerability and version reports

    WP-Toolkit works with files on fs, so if something looks like WordPress it may be registered in WP-Toolkit as a site (if "scan" was run). If you "detach" this "old-backup" site and it will never be added back again and never cause such notifications.
  4. E

    Issue WP Toolkit incorrect vulnerability and version reports

    Hi, If you manage assets somewhere out of WP-Toolkit, by default WP Toolkit updates site's cache on daily basis, so you can see outdated info during a day. So during that day if a new vulnerability is published -> you will receive the email, even if that asset was updated or removed (without...
  5. 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...
  6. 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...
  7. 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.
  8. 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
  9. 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.
  10. 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...
  11. 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.
  12. 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...
  13. 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?
  14. 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?
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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...
  20. 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...
Back
Top