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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Thanks for your reply! I have the latest version (currently 1.3.0-1640). Local backups work fine, and the same goes for Google Drive, which completes the backup quickly. Only OneDrive has the issue. The error appears both for scheduled backup generation and manual generation, and it doesn't...
Hello everything, each time I try to generate a new server backup I'm getting the following error:
Error: Unable to create the remote backup: Transport error: Extension transport: ext://one-drive-backup/server/: Microsoft OneDrive returns the error: Cannot create a file without content.
Any...
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.
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...
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!
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...
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...
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...
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...
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$...
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!
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...