cinbrandon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionUpdate: I chatted with GoDaddy support. They deactivated htaccess and my check.php file reported correct php version. They ran rebug and saw that one of my plugins was causing the issue., Nextgen-gallery. They deactivated it and restored the htaccess file. WordPress saw the correct PHP and was able to update. Thank you for the help!
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionThank you! I’m headed to bed and tomorrow is busy… will visit this later in the week and reach out to Godaddy
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionthanks. I did get a page like the one above.
“PHP Version 5.6.40”Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionForum: Fixing WordPress
In reply to: WordPress thinks my PHP is older version@jerrymayalor555 I don’t see a way to attach an image here. But here’s the line: “You cannot update because WordPress 6.4.3 requires PHP version 7.0.0 or higher. You are running version 5.6.40.”
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionI removed the line. saved htacess.
Updated to PHP 8.2. Open file and it looked the same, without the line there. Website not working.
added line back and it works, but WordPress still thinks it’s PHP 5.6Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionthank you.
I’ve tried 4 different versions. 5.6, 7.3, 7.4, 8.2. No matter the PHP version, WordPress thinks I have 5.6 and won’t update.
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older version@macmanx, I’ve deleted that line, website crashed. I’m trying to see where to set the PHP in hosting control panel. I just see that it’s version 8.1.16 in phpMyAdmin
Forum: Fixing WordPress
In reply to: WordPress thinks my PHP is older versionI’ve tried “#” on the the addhandler line. I also tried moving the addhandler line to top, before “# begin wordpress”
RewriteEngine on # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress AddHandler application/x-httpd-alt-php56___lsphp .php DirectoryIndex default.html default.htm index.php index.shtml index.html index.htm home.html home.htm index.php5 welcome.html welcome.htm Options -IndexesForum: Fixing WordPress
In reply to: WordPress thinks my PHP is older version@gappiah, I’ve chatted with Godaddy. They assure me I have PHP v8.1.16. They said the issue is with the .htaccess file, but would not help beyond that.
@jerrymayalor555, WordPress is reporting PHP v5.6.4. I followed your second set of steps, but after I changed the .htaccess file name, I could no longer access my site, even in the WP admin panel.- This reply was modified 2 years, 4 months ago by cinbrandon.
- This reply was modified 2 years, 4 months ago by cinbrandon.