• All the tables in my website have vanished and I cannot create new ones. The plugin seems to have gone AWOL.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • I have the same problem… This is not good.

    Same issue.

    Plugin Contributor wpsoul

    (@wpsoul)

    Thread Starter baggi-t

    (@baggi-t)

    Nope, still does not work. When I have put in the data and click on ‘create table’ it zeroes straight back to the start. No table.

    Deactivating the plugin and reactivating it after upgrade from 1.6 to 1.9.1 worked for me.

    Same problem here.
    I’ve installed the plugin but tables are not created, even when I disable / active the plugin.
    Very strange behavior :/
    Any solution?

    SAME PROBLEM
    Please fix ASAP or i am going to leave a bad review and post on multiple sites about this plugin not working.

    I does not work on my iPhone, or chrome for mac.
    only on safari. AND that is with me deactivating and re activating.

    UPDATE ME PLEASE
    thanks

    I fixed it for myself, it’s a bit technical and I don’t know if it will work for everyone but this worked for me:

    Login to PHPMyadmin and look at the tables in your database.
    If you’re lucky the data is still in ‘wpsm_tables’, they removed the table when I first deactivated and activated it but I was lucky enough to save the data before this happened.

    If the table is still there rename it to ‘wp_wpsm_tables’, or if you use another prefix instead of wp_ use that.

    If the table ‘wpsm_tables’ in’t there, use this to create a new table (change the prefix as needed):

    CREATE TABLE wp_wpsm_tables (
    id MEDIUMINT(9) NOT NULL AUTO_INCREMENT,
    name TINYTEXT NOT NULL,
    rows MEDIUMINT(9) NOT NULL,
    cols MEDIUMINT(9) NOT NULL,
    subs TINYTEXT NOT NULL,
    color TINYTEXT NOT NULL,
    responsive tinyint(1) NOT NULL DEFAULT ‘0’,
    tvalues LONGTEXT NOT NULL,
    UNIQUE KEY id (id)
    );

    • This reply was modified 6 years, 8 months ago by ikwilkoffie.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No tables’ is closed to new replies.