• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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