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

    Issue Unable to backup WordPress site in Plesk "Backup created with minor issues occurred"

    Thank you for your reply! I've made sure that value was in both the [MySQL] and [mysqldump] and although now the database backup is a whole lot bigger, it's still not able to backup the whole database.
  2. meymigrou

    Issue Unable to backup WordPress site in Plesk "Backup created with minor issues occurred"

    I have a WordPress website running on a dedicated server (Plesk Obsidian v18.0.64 and CentOS 7) which I am unable to backup from Plesk (or any other plugin whatsoever). Each time I try to backup the database I get this error: The backup Nov 11, 2024 05:55 PM was created and can be restored...
  3. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    I have found the solution; It seems there was some code in the user.ini file on my main website which had max_input_vars set to 2000. I've changed it to 6000 and it works like a charm. Thank you for your kind help!
  4. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    I've checked for a php.ini file and it wasn't there for any of my subfolders. I have created one and placed the "max_input_vars = 6000" inside it and saved it. It didn't change the max_input_vars in my subfolder installation. Placing a similar code to .htacess files gives a 500 Internal Server...
  5. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    This is giving the page a "500 Internal Server Error", saying "The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have...
  6. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    Hello everyone, I have a WordPress blog that has 4 subfolders with other WordPress installations. I added everything to WordPress Multisite and configured the CMS platform to see all installations. The only problem that I am facing is that subfolders have different PHP settings than the main...
  7. meymigrou

    Issue I can login to Email Clients using IMAP but emails won't get displayed

    Hello everyone! I have a dedicated server with 30 websites. All domains are working fine, except the one domain name which is unable to login to email clients. The website is running under CloudFlare, but checking again the DNS, all look good. The problem: I can login fine with all the...
  8. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    Sorry for the big delay! I've placed the following code in my main's website .htaccess file and all subdirectories started working as expected. RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$...
  9. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    Could anyone please take a look and provide me with the right code for Additional NGINX Directives? I'm taking for a website with thousands of visitors each month so it's super important to fix the issue. Any help will be much appreciated!
  10. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    After I enabled NGINX from Plesk (Web Pro) all my posts in my main and sub-directory blogs give 404 Page Not Found error. I placed the following code in my "Additional NGINX Directives" in Plesk to fix all the URLS, but it only fixed the main site (example.com) while the sub-directory blogs...
Back
Top