Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author oooorgle

    (@oooorgle)

    Try deactivating/reactivating… any console or WP_DEBUG errors?

    Plugin Author oooorgle

    (@oooorgle)

    Did it get it working again?

    oops… meant this to be a new post not a reply…

    • This reply was modified 1 year, 3 months ago by stevejonesmo. Reason: mistaken post
    Thread Starter Earl_D

    (@earl_d)

    No not yet?

    Plugin Author oooorgle

    (@oooorgle)

    Have a look at the “Troubleshooting” FAQ.

    e dev

    (@efishinsea)

    From what I can see, the last update added a “category” field to the plugin code, but not to the database. This was causing my plugin to throw errors (or nothing) rather quotes.

    A quick fix is to edit your wp_quotes_llama table (using whatever prefix your site may be using instead of wp_) and add the new column:

    /* ensure your site's table prefix is 
       updated if it is NOT wp_ as shown below */
    ALTER TABLE wp_quotes_llama
    ADD COLUMN category VARCHAR(255) AFTER source_icon;
    Plugin Author oooorgle

    (@oooorgle)

    Please try deactivating and re-activating the plugin. This should update the table structure. Let me know?

    Thread Starter Earl_D

    (@earl_d)

    Grabbed the latest and got it working. Now rebuilding the previous database of quotes

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Stopped working after last update’ is closed to new replies.