sashafiero
Forum Replies Created
-
Same. My UM is version 2.0.49.
Forum: Plugins
In reply to: [Competition Form] Error in adminTested and it works for me. Thanks! ??
Forum: Plugins
In reply to: [Competition Form] Error in adminForum: Plugins
In reply to: [Competition Form] Error in adminYep, checkboxes work now for me. Thanks! Is there anything I can do to help with the spinner?
Forum: Plugins
In reply to: [Contact Form DB] No unique column in DBAh, okay. I understand! Besides, it’s not like you have to display the form name where you put the form to be filled out; the admin can just use different names if they need!
I’d still suggest an auto increment primary key for each of your records, in any case, not really used for anything except manual DB manipulation.
Sorry about not putting this in a separate topic!
Interesting.
I did run some SQL already to fix it all, so I’m alright there.
I wrote the theme myself; I just use <?php the_content(); ?> to output the post/page content.Forum: Plugins
In reply to: [Competition Form] Error in adminI have updated the plugin. It no longer produces the error message, but it is still having the trouble where it never acts like it submits – the spinning arrows go forever – although it does go through. But the user wouldn’t know that.
I have also discovered that selecting multiple checkboxes does not work. It only saves the first one that is checked. The entry, when viewed in Contact Form DB, does show the full selection of checkboxes. It also links to any uploaded file, while Competitions does not, it only shows the file name.
That does look like 4.4.1 fixed it! Thanks for letting me know.
First, I’ll say that enabling categories does “fix” it, or at least prevent the problem from showing up. So that helps.
But yes, the page barfs when you submit an event from the back end. It does go through, it’s just you have to go back to the wp admin manually, as the page halts after that error.It actually WAS causing trouble, showing that error or something similar, on the events page, but it’s not now, even if categories are disabled.
Forum: Plugins
In reply to: [Competition Form] Error in adminI have the same problem. It only happens when I have debug turned on in my wp-config. Here are the notes I have for it:
fresh install of WP 4.4
Twenty Sixteen themeonly Contact Form 7 & Competition Form installed and activated
having debug on produces on every admin page:
Strict Standards: Declaration of competition_entries_table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home5/snipehun/public_html/christypw/testerwp/wp-content/plugins/competition-form/class/table_classes.php on line 11
and form never acts like it submits (spinning arrows circle forever) but it does go through
I just updated mine (and am using WP 4.4) and it’s still giving the same type of error.
Warning: array_map(): Argument #2 should be an array in /home/xxxxx/public_html/wp-includes/category-template.php on line 1158
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-includes/category-template.php:1158) in /home/xxxxx/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-includes/category-template.php:1158) in /home/xxxxx/public_html/wp-includes/pluggable.php on line 1228
Forum: Plugins
In reply to: [WP Responsive Menu] Conflicting with a Custom Post TypeI don’t seem to have an update that fixes this, as my copy of WP Responsive Menu is still at position 30. I edited it to be 30.555 just to give it more specificity and to minimize the potential for other conflicts.
Forum: Reviews
In reply to: [Bulk Images to Posts] Extremely useful!Ah, I understand your line of thinking now! Maybe you could just put a brief instruction on the upload page. “To change post type and taxonomy type, please go to the Settings page”
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Some helper functionsI was looking into this, I would also like to do things according to whether the user has liked the post or not. But the query above only checks if the current LOGGED IN user likes it. What if I’m tracking likes by cookie and IP and the user is not logged in but has liked things?
Forum: Reviews
In reply to: [Content Scheduler] Updated and works!It looks like it works again, thank you so much!