jodyrrr
Forum Replies Created
-
Plug in updated. Gallery Settings is a blank screen. Turned off all other plugins. Still a blank screen. Emptied caches. Still a blank screen.
Forum: Fixing WordPress
In reply to: White screen instead of login screenLooks like something is putting a frame around the wp-admin content:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br /> "https://www.w3.org/TR/html4/strict.dtd"><br /> <html></p> <p><head><br /> <title>crepenaround.com</title></p> <p></head><br /> <frameset rows="100%,*" border="0"><br /> <frame src="https://crepingaround.com/wp-admin" frameborder="0" /><br /> <frame frameborder="0" noresize /><br /> </frameset></p> <p><!-- pageok --><br /> <!-- 03 --><br /> <!-- --><br /> </html>
Forum: Fixing WordPress
In reply to: White screen instead of login screenI’m wondering if the problem has something to do with this code in wp-config.php
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');Forum: Fixing WordPress
In reply to: White screen instead of login screenSomebody who was helping me turned plugins back on. I just renamed the plugins folder, and now I get the while screen without the error message. The site itself seems to work, I just can’t log in. https://crepenaround.com
Forum: Fixing WordPress
In reply to: White screen instead of login screenI’m running WP 4.2.2. My attempts to try login.php end with the server hanging.
Hello all.
The installation of the hash module has fixed the problem. Thanks to James and Ross for providing the clues to get this fixed.
Best,
–jody.
Hi Ross.
I’ve got a message to the sys admin to enable hash. Thanks for your help.
I can’t get into the dashboard. That’s pretty broken to me. However, the site appears fine as it’s served.
The sys admin is stingy with the PHP modules, so maybe he’s left something off that WP 4.0 needs to work.
This is lines 63 – 65 in /wp-includes/session.php:
final private function hash_token( $token ) {
return hash( ‘sha256’, $token );
}I’m not a code guy, but isn’t this some kind of user verification function?
I cleared the cache and tried to log on with a different browser. Still getting the same message.
Hi James.
I did delete all the old files beforehand, and I did move the plugins to an “oldplugins” folder, as well as rename the active theme. Each time I got the same result, the error message you see above.
–j.
Hi again, James.
I reloaded WP manually to no avail. I’m still getting the same error message:
Fatal error: Call to undefined function hash() in /home/web/ww3/wp-includes/session.php on line 64
Hi James.
I tried all those things. None of them worked. I’m still getting the same error message.
–j.Forum: Themes and Templates
In reply to: Twenty Ten inside page header questionHello P.
Thanks for taking the time to reply. Putting a few lines of code in header.php sounds like the best solution. Do you have any suggestions as to what the
if()
statement would be. I’m sorely lacking in understanding of code, I confess.Thanks.
–jody.