• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Issue WordPress can't create new files after migration

arturoeq

New Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
18.0.49
Hi everyone,
I have migrated a Cpanel site with shared hosting to a VPS with Plesk, however WordPress has problems creating files (uploading plugins for example).
I have repaired Plesk permissions with plesk repair command via SSH, but this did not fix the problem.

1674916908928.png

1674916992955.png
 
There is a configuration file in your website or a configuration entry in a plugin or theme that uses an absolute path to your website. The file system structure of cPanel is different from Plesk. Your root path in Plesk is /var/www/vhosts/<your subscription domain>/<your document root directory>, for example:
/var/www/vhosts/example.com/httpdocs
First, please check your wp-config.php file, if a path is mentioned in some "DEFINE" statement that does not match the new environment.
Please also check your .htaccess file for such paths.
Then make sure that no third-party plugins are active that have such a configuration.
 
Back
Top