since version 6.0.8 when using Data Table with content type: Textarea for the cell, when Link is empty, it creates an empty link <a></a> in the code, causing styling issues (since its now treating this like a link) and validation errors. This was working as expected with version 6.0.7. Using content type: Editor works fine.
You can easily reproduce this, by just adding a widget Data Table with default prefilled fields.
If the link field is empty, it should not create an empty anchor tag (<a ></a>
). Should be as it was with <div class="td-content"></div>
https://imgur.com/a/qyi7KV1
The link for the page where it works:
https://www.arabiturki.com/?page_id=50
The link for landing page where it doesn’t reflect:
https://www.arabiturki.com/
The CSS code:
supsystic-table-2_filter {
visibility: hidden;
} supsystic-table-2_filter input {
visibility: visible;
width: 300px;
} supsystic-table-2_filter {
float: none;
text-align: center;
}
]]>[29-Jun-2023 16:03:33 UTC] PHP Fatal error: Uncaught TypeError: mysqli_get_server_info(): Argument #1 ($mysql) must be of type mysqli, bool given in /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php:156
Stack trace:
#0 /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php(156): mysqli_get_server_info()
#1 /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php(6): SupsysticTables_Overview_Controller->getServerSettings()
#2 /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/vendor/Rsc/Mvc/Module.php(167): SupsysticTables_Overview_Controller->indexAction()
#3 /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/vendor/Rsc/Resolver.php(234): RscDtgs_Mvc_Module->handle()
#4 /sites/mywebsite.com/files/wp-includes/class-wp-hook.php(308): RscDtgs_Resolver->resolve()
#5 /sites/mywebsite.com/files/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#6 /sites/mywebsite.com/files/wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /sites/mywebsite.com/files/wp-admin/admin.php(259): do_action()
#8 {main}
thrown in /sites/mywebsite.com/files/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Overview/Controller.php on line 156
Just installed this plugin and this is what I get along with a:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
No other plugins have given me any issues.
]]>How to achieve this?
]]>