morris43
Member
Posted 5 years ago #
Hello,
I am unable to access my blog at http://www.morrisclopton.com/blog.
I can login to my blog at http://www.morrisclopton.com/blog/wp-admin/index.php and make changes to everything but I am not able to view my blog.
Any suggestions?
Thanks,
Morris
pamvanlonden
Member
Posted 5 years ago #
I am able to see my blog but cannot get access to the Dashboard. I login using the admin userID and new password provided at the time of install, and see from the menu that I am indeed logged in, but I get the following message instead of the Dashboard:
http://pianodreamsmovie.com/wp-admin/
with message:
You do not have sufficient permissions to access this page.
I've installed wp numerous times on many different servers and have never seen this error. Does it indicate a DB error, server error, or a version error?
pamvanlonden
Member
Posted 5 years ago #
Thank you for the link. My initial search for the topic revealed no posts. Odd.
This addition to the wp-config.php worked!
define('DISABLE_CACHE', true);
set_magic_quotes_runtime('0');
ini_set("magic_quotes_gpc","0");