Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey axedesign!

    Weird… does you database tables have strange names with strange ASCII characters in it?

    Which version of WP are you using?

    Rolf

    Plugin Contributor cageehv

    (@cageehv)

    And, did you try to reinstall the plugin?
    Maybe it got corrupted in some way.

    Rolf

    Thread Starter axedesign

    (@axedesign)

    Running WP 3.3.2 and my database has a “normal” name… I tried reinstalling the plugin and I still get the same message.

    I think it does delete the revisions but I’m not sure whether it’s optimizing the DB or not.

    My site is hosted on an Amazon EC2 instance, could that be causing the issue somehow?

    Plugin Contributor cageehv

    (@cageehv)

    Hey axedesign!

    I think I found the problem…
    The PHP installation on your server is probably not using ‘short_open_tag’s
    (short_open_tag = Off in php.ini)
    I just released versie 1.0.4 of my plugin and I hope that fixes your problem.
    Please let me know if it did!

    peace,
    Rolf

    Thread Starter axedesign

    (@axedesign)

    Yes I just saw your update, I tried again and now see this:

    => Table does not support optimize, doing recreate + analyze instead

    So it looks like it’s a server issue on my end.

    Thanks and great plugin!

    Plugin Contributor cageehv

    (@cageehv)

    Cool!

    Thanks for helping me to improve the plugin and thanks for the kudo’s 😉

    peace,
    Rolf

    Thread Starter axedesign

    (@axedesign)

    Well, I set short_open_tag = On (and restarted httpd) and the plugin still gives the same message it did earlier. Any ideas or other settings I should change?

    Plugin Contributor cageehv

    (@cageehv)

    The table giving that msg is probably an ‘innoDB’ table (instead of ‘MyISAM’).
    innoDB tables cannot be optimized using the standard MySQL method.

    Hope that helps!

    Thread Starter axedesign

    (@axedesign)

    I am using innoDB so that explains it. Thanks again for the great plugin and support!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Optimize Database after Deleting Revisions] $Tables_in_DB_NAME?> => Msg_text?>’ is closed to new replies.