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

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