xongooli
Forum Replies Created
-
Forum: Plugins
In reply to: [And The Winner Is...] Displays "Invalid Comment ID." on winner selectionHere’s a link to the post
http://authenticluxurytravel.elizabethhansen.net/2012/11/fabulous-four-nights-in-carmel.html
Resolved.
I tried switching to the standard (Eleven) theme. This time the widgets panel did not revert after the switch this time when I accessed it.
I then switched back to the Da Vinci Theme. Everything restored OK and upon returning to the widgets panel the confuration remained as it should.
Forum: Fixing WordPress
In reply to: Admin: "You are not allowed to edit this post."SOLVED – AN EASIER SOLUTION (for me at least)
Pickleburp’s post above got me thinking so I checked the “create New Post” form’s source code and sure enough a value of zero was allocated to the hidden field “post_ID”.
I then checked the posts database table in PHPMYADMIN and found that the ‘auto_increment’ setting on the post_ID field had somehow been turned off. Switching this ON fixed the issue.
As a side note, I had imported all the posts from blogger and this may have caused the issue since many other members had run imports prior to encountering this issue.