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

Resolved fix plugin for wordpress duplicator

merkwebs

New Pleskian
I try to perform a migration using the plugin for wordpress duplicator, I notice that plesk does not allow me to execute the file example.com/installer.php
Enter wordpress security and remove the pimp from the field allow scripts but still it does not allow to continue further from that page
 
This is not the case. We use Duplicator exclusively (both free and paid one) and it works fine under Plesk. Obsidian and Onyx. For years. We never had any problem with it. Literally zero (it's fantastic plugin, my personal time saver).

Plesk absolutely allows you to run installer.php.

If not then this is something else in your setup causing these issues and you should look inside your setup.

For a start you could post Duplicator log file and or Plesk server error files. Perhaps then people would be able to pinpoint and help you out.

Regards
 
Try to run:

# httpd -t

If you see in the output something like:

httpd[13923]: AH00526: Syntax error on line 31 of /etc/httpd/conf.d/php.conf:
httpd[13923]: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration


fix it with the commands:

# sed -i 's/php_value/#php_value/g' /etc/httpd/conf.d/php.conf
# systemctl restart httpd.service
 
hi igor,

i've the same problem with duplicator for wordpress.

that's my error message:
Code:
[core:alert] /var/www/vhosts/domain/httpdocs/wp-content/backups-dup-pro/imports/dup-installer-2bf7dcc-27234803/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: https://www.domain.com/wp-content/backups-dup-pro/imports/dup-installer-2bf7dcc-27234803/main.installer.php

when i try your command
Code:
sed -i 's/php_value/#php_value/g' /etc/httpd/conf.d/php.conf

i get this error
Code:
sed: can't read /etc/httpd/conf.d/php.conf: No such file or directory

do you have any advice for me?

my system:
AlmaLinux 8.5 (Arctic Sphynx)
Plesk Obsidian - Version 18.0.40 Update #1

thank you very much in advance

best regards
freddie
 
i've been searching all day but it's driving me crazy. i can't find it :(

i was forced to change my operating system (centos 8) because it is going end of life. i saw that plesk recommends almalinux because it is similar to centos and support is guaranteed until 2029. but now it seems to be a mistake. i can't work like that. which operating system do you think i should use?
 
i was able to solve it differently now.

i set in the hosting settings run php as "fpm application served by apache" and disabled fastcgi support. after that the script ran without problems.
 
Back
Top