I was working with my friend who is more experience and he pulled this error while debugging but we can’t figure out why because that line is no in my functions.php
[17-Nov-2014 23:56:12 UTC] PHP Fatal error: Call to undefined function phpupdate_option() in /home1/cordcarp/public_html/wp-content/themes/cordcarpenterm
@chambers – I did find a recommendation to add this to your functions.php or wp-config.php
define(‘WP_HOME’,’http://example.com/wp-admin’);
define(‘WP_SITEURL’,’http://example.com’);
Didn’t work for me but makes sense that it could work.
Other things I have tried –
Renaming my template to force it to the default template which resulted in a totally blank site and still the same login problem. Also deleted my .htaccess file to no avail.
SOS!
Once I submit my credentials it refreshes to the login page asking for my credentials again.