• Resolved mpiet.opis

    (@mpietopis)


    After updating from 1.4 to 1.5, I receive this error in the dashboard.

    Easy Table: It seems [table] shortcode already used by another plugin and potentially cause problem with Easy Table. Please change Easy Table short code tag into another term other than table. Click here to fix it.

    However, the plugin seems to work fine.

    https://www.ads-software.com/plugins/easy-table/

Viewing 15 replies - 1 through 15 (of 18 total)
  • same problem with me, how to fix this ?

    Same issue here. Plugin seems to be detecting itself. Tried disabling/re-enabling plugin, changing the setting as it recommends, then changing it back, no change. Tables only work when Easy Table is enabled, and no other table plugins installed.

    Plugin Author takien

    (@takien)

    Thanks for noticing.
    I’m trying to solve it.

    Plugin Author takien

    (@takien)

    Solved, please delete existing and reinstal updated version.
    Thanks.

    yes it’s working now, Thanks

    Can confirm, working here too. No need to delete, just overwrite existing files with fresh copy.

    Thread Starter mpiet.opis

    (@mpietopis)

    Confirmed the update is working. You can close this topic.

    Plugin Author takien

    (@takien)

    Already marked as resolved.
    Thanks

    Hi,
    no, not work for me!!

    I replace file module at first time, and show error…
    I delete modul (clear file from FTP) and copy fresh version 1.5 at secont time, and steel show error and plugin not working!!!
    Any fix?

    Thanks.

    Plugin Author takien

    (@takien)

    @stieranka
    The discussion above is about ‘plugin keep showing warning, even when there’s no another plugin that also using the same shortcode’. And it’s fixed already.

    If you see that notice, and plugin’s not working, I can ensure that it’s what it says. You have another plugin that also use [table] shortcode. To fix this, you should change shortcode for Easy Table to another term, for example easytable. Afterwards, you must use [easytable] to write table using this plugin.

    Hi,
    I found my problem. Problem is on line 78 file easy-table.php:
    if ( shortcode_exists( $this->option('shortcodetag')) OR is_plugin_active('tablepress/tablepress.php') ) {

    If you have activate plugin TablePress, EasyTable show shortcode error. But it is no problem shortcode (my is “etable”), it is problem other plugin activate (or, EasyTable do not like TablePress ??

    I resolved it – edit line 78:
    if shortcode_exists( $this->option('shortcodetag')) {

    Now it is work fine!

    @takien
    your plugin not check custon shortcode (eg [sample_tab]), but check default shortcode ([table]). That is problem.

    Plugin Author takien

    (@takien)

    There’s no like or do not like here, ??

    You just found another bug, the plugin still producing error with TablePress even when custom shortcode already set, noted.

    Thanks anyway, I will take a look on it.

    Plugin Author takien

    (@takien)

    The problem I found was TablePress can’t be detected using shortcode_exists(), that’s why I checked using is_plugin_active('tablepress/tablepress.php') as well.

    OK, I understand. Maybe, add option to check in settings?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Error after updating to 1.5’ is closed to new replies.