• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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