Viewing 2 replies - 1 through 2 (of 2 total)
  • I am experiencing this issue right now. Can you elaborate on this solution? I.e. which php files? Looking at the flexi-quote-rotator.php in the plugin folder, I’m seeing several instances of “QuoteRotatorManagment” – should that be changed to lower-case as well?

    rodgerholl

    (@rodgerholl)

    One of the recent updates to flexi quote rotator changed the name of the table it was looking for from wp_quoterotator to wp_QuoteRotator. (replace ‘wp_’ with your WP db prefix)
    if your mysql is configured to use case sensitive table names, then it causes errors (with WP_DEBUG on)

    The plugin could use another update to check for this, and some better error handling to at least return the fact that it did not save , or could not find the table.

    doing the search and replace for all instances of “QuoteRotator” with “quoterotator” in the php files get around the issue, but will break again if you update the plugin and this issue is not fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Flexi Quote Rotator] Quotes gone after moving site from host to host’ is closed to new replies.