sugandh21
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Can’t export to CSVI’m facing the same issue. Export causes Internal error. I’m using limit and order by in the query
UPDATE: just updated the plugin to 2.0.32 and the error got resolved.
Thank you!No custom fields have been added. The login form is default.
I happen to be making another project so I tried on a fresh install of WordPress and it threw the same error.I commented
if ( ! empty( $url ) ) { echo '<input type="hidden" name="redirect_to" id="redirect_to" value="' . esc_url( $url ) . '" />'; }
in um-actions-misc.php line 66-68. This seems to solve it.
- This reply was modified 6 years ago by sugandh21.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Ajax Error with asyncSeems like the add_action calls were not working. If I remove them, the functions works fine so I guess I’ll just go along with that.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Ajax Error with asyncThe code in paging.php replaces the add_db_table_editor code in function.php right? That seems to not render anything at the moment.
I have a child theme with function.php and I added the paging.php code in it, replaced the add_db_table_editor with the appropriate code, changed the id in the wp_enqueue_script part but it shows No Database Table Configured to Edit.Hi,
I have tried the conflict test and the error still persists with all plugins deactivated. The theme I am using is 2017 but just for the sake of testing, I did try on 2015. This error started showing up after the latest update of the plugin. It wasn’t there before.
That works! Thanks!
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Editable ColoumnsSo I found the issue
in the db-table-editor.js the noedit variable is null which was returning false(obviously) and hence when you check for !DBTableEditor.noedit it was returning true.
initialized noedit with false in the class constructor and in the db-table-editor.js just add $curr->noedit=true where you are making $noedit=true
ideally we should have one variable and not 2 but I dunno where else local variable $noedit is being used so I’m gonna leave it there!Forum: Plugins
In reply to: [WP-DB-Table-Editor] Editable Coloumnsits for the users without the edit_other_posts privileges. When they don’t have the permission I would expect the double click on all the columns not resulting in an input field activated and the delete buttons column to be hidden. (like making editable false in the slick grid? )
Forum: Plugins
In reply to: [WP-DB-Table-Editor] No Database Table Confirured to editNever mind, fixed it!
Forum: Plugins
In reply to: [[OLD] CBX Multi Criteria Rating & Review System] Multiple commentsI want a comment after every star criteria review box
like criteria 1 : star and then a comment field
then star criteria 2 and then a comment field
is that possible or will I have to custom code it?
Just bought the pro version and I cannot see itForum: Plugins
In reply to: [[OLD] CBX Multi Criteria Rating & Review System] Displaying ErrorI guess that was an issue with WAMP Server. It works fine online
Forum: Plugins
In reply to: [[OLD] CBX Multi Criteria Rating & Review System] Displaying ErrorThis is the one on frond end
Warning: in_array() expects parameter 2 to be array, string given in C:\wamp64\www\Blog\wp-content\plugins\cbratingsystem\class.CBRatingSystemFront.php on line 183