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

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