Sparknode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not Found! – update-core.php, themes.php, and plugins.php.I figured it out! This was posted by questions4wp about a problem he was having in WP 3.7 which is the same problem I was having. This is what he found…
“I use InMotionHosting, but the solution might be relevant for others. WordPress 3.7 requires PHP version 5.3. The cPanel on my host shows that it is indeed running a 5.3.* release, so I didn’t think anything of it. It turns out that there are multiple versions available for different applications. To force that domain to use PHP 5.3, the tech person added the following line to the top of my .htaccess file:
AddHandler application/x-httpd-php5 .php”
I use web hosting hub but it was the same problem. I added the code to my .htaccess file and sure enough it worked! Hopefully this helps out someone else as well.
Forum: Fixing WordPress
In reply to: Upgrading 3.6 to 3.7.1 – plugins.php update-core.php won't loadI downgraded to 3.6.1 and things are working again. Thats good to know that manually updating it in steps seemed to work. Thanks.
Forum: Fixing WordPress
In reply to: Upgrading 3.6 to 3.7.1 – plugins.php update-core.php won't loadI’m having the exact same issue. I tried a manual re-install along with disabling all of my plugins via phpMyAdmin. I can access most of my admin pages but Plugins.php and update-core.php. Anyone find a solution for this?