Duplicator by SnapCreek PHP help
-
Hi,
I’m trying to migrate a WP website to another server using Duplicator plugin. After creating a package and uploading it to the FTP server, I get the following error:
Server Code: 200 Status: OK Response: Fatal error: Undefined class constant 'SKIP_DOTS' in /public_html/Infopiek/dup-installer/ctrls/ctrl.s1.php on line 392 INSTALL ERROR! [PHP ERR][FATAL] MSG:Undefined class constant 'SKIP_DOTS' [CODE:1|FILE:/public_html/Infopiek/dup-installer/ctrls/ctrl.s1.php|LINE:392]This is probably due to an old PHP version on the new server (5.2). I’ve tried editing the .htaccess file to load PHP 7.3 but no luck. I tried to add these two pieces of code right at the beginning of the document:
<FilesMatch ".php$"> SetEnv CGI_HANDLER php73 </FilesMatch> AddHandler application/x-httpd-php73 .phpI have also tried manually extracting the files with eddited .htaccess but no luck.
Does anybody know what’s going on?
-
Hi there,
You’re in the wrong forum. Since you’re using the open-source WordPress software and the Duplicator plugin you need to seek help at these forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software you can read this document:
- The topic ‘Duplicator by SnapCreek PHP help’ is closed to new replies.