Linjon
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Unable to make/delete/edit posts while adminSorry for the triple post but I’ve located the error. I tried switching database and the publish button appeared again. Now I just have to find the faulty database table. I suspect it is the wp_posts table.
Forum: Fixing WordPress
In reply to: Unable to make/delete/edit posts while adminNope that didn’t work. Think I’m gonna re-install clean with a new database.
Forum: Fixing WordPress
In reply to: Unable to make/delete/edit posts while adminAs I explained in my post: I have tried all that, yes.
I’m going to try and reset the plugins though. Will let you know what happens.Forum: Fixing WordPress
In reply to: Unable to make/delete/edit posts while adminTry to add the role to the admin user may be.
$role = get_role('administrator'); $role->add_cap('edit_posts'); $role->add_cap('delete_posts');Can I add this to the wp-settings script?
Forum: Fixing WordPress
In reply to: Unable to make/delete/edit posts while adminBump.
This is important, as the site is a live production site.
Someone must have had the same problem.
Viewing 5 replies - 1 through 5 (of 5 total)