WP install hangs at 3%
-
I am installing WP at my site’s root level via Softaculous and the installer is hung: The message above the progress bar says “undefined?(3%)”.
Currently my domain name’s root throws a 403 error, so I’m wondering if the problem could be a PHP version mismatch. If so, how to fix that?
In my public_html folder, the .htaccess file (dated 6/1/23) shows this:
# php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php80” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php80 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
That seems to imply PHP ver. 8. But according to cPanel > phpMyAdmin, under Web Server it says “PHP version: 7.3.32”.
Another clue: There’s a file called .htaccess_ (dated 5/29/23) that seems to show an older PHP version (my domain name is redacted):
# HTTPS redirect <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}/$1 [L] </IfModule> #AddType application/x-httpd-ea-php70 .php RedirectMatch temp ^/$ https://[mydomain].com/wp/ # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php56 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
Any advice? Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP install hangs at 3%’ is closed to new replies.