lisa
(@contentiskey)
a few thoughts:
are you able to add a new admin user via phpmyadmin?
can you enable wpdebug (set as true) in wp-config file?
how many databases are set up in phpmyadmin?
are you using any plugins that are controlling/impacting the login or set up process for registering new users?
are you able to add a new admin user via phpmyadmin?
Yes, I can. I’ve checked the metadata and there are three admin users: Myself, my cowriter, and a test account.
can you enable wpdebug (set as true) in wp-config file?
Yes, done that just now.
These are the errors that I get:
Notice: Constant WP_MEMORY_LIMIT already defined in /home/beerte6/public_html/wp-config.php on line 122
Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/beerte6/public_html/wp-config.php on line 123
Notice: Undefined property: EasyColumns::$use_custom in /home/beerte6/public_html/wp-content/plugins/easy-columns/easy-columns.php on line 233
how many databases are set up in phpmyadmin?
Two – one called information_schema and the other for the site
are you using any plugins that are controlling/impacting the login or set up process for registering new users?
Not that I know of. I haven’t installed any.
-
This reply was modified 9 years, 5 months ago by
beertengoku.
-
This reply was modified 9 years, 5 months ago by
beertengoku.
-
This reply was modified 9 years, 5 months ago by
beertengoku.
Edited the errors out using debug mode but still can not access the admin dashboard nor the menu at the top of the page.
Ok, I tried reinstalling WP but nothing has changed.
Moreover, all of the posts now have error 404 comments on them too.
Checked the wp_user_roles and this is what I found:
a:1:{s:21:”ai1ec_event_assistant”;a:2:{s:4:”name”;s:17:”Event Contributor”;s:12:”capabilities”;a:6:{s:17:”edit_ai1ec_events”;b:1;s:17:”read_ai1ec_events”;b:1;s:19:”delete_ai1ec_events”;b:1;s:27:”edit_published_ai1ec_events”;b:1;s:29:”delete_published_ai1ec_events”;b:1;s:4:”read”;b:1;}}}
Problem was with wp_option table.
Somehow, it had become corrupted and needed a fresh install of the db.