bwoosh
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Breaks dashboardi have the same issue. I found if you disable the dashboard widget in the general settings, it makes dragging & dropping work again for the rest of your dashboard.
I had upgraded from the last version of the plugin, so when i did that, it didn’t update the database.
From the author Mike, (who was very helpful):
Basically you want to make sure there is a permissionLevel field in the _rsvpCustomQuestions table and the table _rsvpCustomQuestionAttendees exists.
So to fix it, i added the permissionLevel field to the proper table. Here is the sql details from the install file:
$sql = "ALTER TABLE <code>$table</code> ADD <code>permissionLevel</code> ENUM( 'public', 'private' ) NOT NULL DEFAULT 'public';";I added the field and now everything is working again.
thanks for the help Mike!
Forum: Fixing WordPress
In reply to: How do I make a page redirect to my static website?thank you! this worked perfectly for me 🙂
Forum: Fixing WordPress
In reply to: Creating a Links Pagethanks for the details, this worked great 🙂
Viewing 4 replies - 1 through 4 (of 4 total)