I see that the plugin has been closed for a security issue in October 2023 but a new update has been uploaded afterwards. Does that mean that the issue has been fixed and the plugin is waiting to be reopened or is it dead?
]]>Re topic:
https://www.ads-software.com/support/topic/use-of-like-s-7/
This change has been incorporated into the plugin in version 1.5.6.
Many thanks to @craigfrancis for his contribution.
]]>
Hi,
At the moment your plugin uses 1 instance of "%%%s%%"
, i.e.
$wpdb->prepare( '[…] LIKE "%%%s%%"', $keyword );
While this is fine at the moment, it is an undocumented “feature” that should be removed in the future.
The wpdb::prepare() documentation notes that percentage wildcards cannot be inserted directly into the SQL, and instead the complete LIKE
string should be provided via the arguments, e.g.
$search_like = '%' . $wpdb->esc_like( $keyword ) . '%';
$wpdb->prepare( '[…] LIKE %s', $search_like );
It’s undocumented because the "%%"
should only provide a single literal percentage sign, and not cause the following "%s"
to be unquoted.
Display this table on a page or post
]]>I can’t get Simple Table Manager to reactivate after having it switched off for a while. It’s just giving me:
Fatal error: Cannot redeclare stm_load_textdomain() (previously declared in /home/627759.cloudwaysapps.com/gnueysykgg/public_html/wp-content/plugins/course-editor/simple-table-manager.php:35) in /home/627759.cloudwaysapps.com/gnueysykgg/public_html/wp-content/plugins/simple-table-manager/simple-table-manager.php on line 42
Any ideas? I’m on WP 5.8.3 and STM 1.5.4
Would be amazing to get this working again as there are (as far as I can see) no alternatives!
]]>Can I restrict access to plugin settings? The Authors group has access. This is bad. Only the administrator should have access.
Thanks to!
After updating to latest version 1.3 I get this error:
Warning: require_once(includes/add.php): failed to open stream: No such file or directory in /xxx/wp-content/plugins/simple-table-manager/simple-table-manager.php on line 55
Fatal error: require_once(): Failed opening required ‘includes/add.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in /xxx/wp-content/plugins/simple-table-manager/simple-table-manager.php on line 55
includes folder is missing files or there are redundant require_once calls in simple-table-manager.php
]]>Current plugin will show all column in list records page (admin.php?page=simple_table_manager_list).
If you have free time, please write code with 2 new feature:
+ Select column show in List Records page: After select table name in Settings page, will add 1 admin page settings for select list column will show in List Records page.
+ Add view single record page: Show single record details with key : value
thanks you
]]>Columns with Space don’t update.
The below fixes the problem
foreach ( $this->columns as $name => $type ) {
if ($name == trim($name) && strpos($name, ' ') !== false) {
$spaceName=preg_replace('/\s+/', '_', $name);
$update_vals[$name] = stripslashes_deep( $vals[$spaceName] );
} else {
$update_vals[$name] = stripslashes_deep( $vals[$name] );
}
]]>
Hello, is it possible to connect to a differnt database? How do I do it?
]]>Clients website utilizes a form for a Hall of Fame page https://livingdonorsonline.org/donor-experiences/living-donor-hall-of-fame/to-nominate-a-living-donor-for-the-hall-of-fam/
Form provides option for users to upload a photo. Photos are not being published to the Hall of Fame page.
See second to last entry on this page https://livingdonorsonline.org/donor-experiences/living-donor-hall-of-fame/to-nominate-a-living-donor-for-the-hall-of-fam/ broken image link.
Could someone help please?
]]>Am I missing something or can you only show one table in the table lists? If it would allow me to pick a few tables and keep them it would be the perfect plugin, I can’t find anything else that just lets me pick some table and allow crud operations on those tables. Can you point me in the right direction if you know of anything? Trying to save myself the hassle and time of writing custom crud opertations on some tables.
]]>hello, i am trying to access this table and i get the following error,
do you know what i should do to resolve this please?
Error: table wp_nxs_log ‘s primary key is not set at the first column
]]>I note you’ve not updated the plugin for a while and it no longer shows up in a search of the plugin directory, so I’m writing to ask if you would let me take it over.
If you consent to give me access to update the code, go to
https://www.ads-software.com/plugins/simple-table-manager/advanced
and add me as a committer.
I plan to fix some errors, make it translatable and make some cosmetic changes.
]]>Hi there!
Thanks for this very nice plugin! I added a few things, like:
– support for data type SET which allows you to pick a value via dropdown
– added a date/time picker (jquery-ui-timepicker)
– fixed a few constant issues
@ryo0inoue: How can I contribute and upload my code as a pull request?
Thanks,
Cheers,
-Bruno.
There is a bug in the file controller.php, line 141:
where it says:
print(“\”” . mb_convert_encoding($str, $this->csv_encoding, ‘UTF-8’).”\”” . DELMITER);
it must be:
print(“\”” . mb_convert_encoding($str, $this->csv[‘encoding’], ‘UTF-8’).”\”” . DELMITER);
Hi,
How can we update full list at simple table manager?
Do we need to do it one by one by using edit button everytime?
I wonder if there is an easy way to do that.
]]>How can I display this table on a page or post?
Thank you?
i get warnings upon activation for above lines in controller.php
mainly the warnings say list_all is an assumed constant
add_new is an assumed constant, etc for the rest of the lines
too bad, seems like a very nice, simple, and easy to use plug in.
]]>Warnings After Activation – then fails:
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in …/wp-includes/wp-db.php on line 3078
Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/simple-table-manager/model.php on line 38
Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/wp-db.php:3078) in …/wp-content/plugins/sg-cachepress/class-sg-cachepress.php on line 339
Skip to main content
Skip to toolbar
Is there a way to change what role or capability is required to get access to the plugin? It looks like “manage options” is what is currently needed. I’d love a way to allow a specific role to have access to the table data ( maybe not the settings ). Thoughts?
]]>Your plugin is great. But in my case I have a my table has a custom primary key. ex:- DOCT0001 . But plugin required an integer. Can I resolve this problem using settings ??? ??
]]>I really like your plugin, and have downloaded the latest version (1.1) today. Unfortunately, after activiting, I get the following warnings in dashboard:
Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/simple-table-manager/model.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 772
Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 773
Kind regards,
Dieter