Viewing 1 replies (of 1 total)
  • Plugin Author Eli

    (@scheeeli)

    You should be able to run the reports from within the admin, even if they give an error about the table not existing, and then delete the report from there.

    In case that does not work, you can run an SQL statement to delete all the saved reports. All the reports you create with my plugin are saved in a single field in the wp_options table. You will need to copy out all the queries you want to save to somewhere else so that you can re-create those Reports after wiping out all your saved queries with the following SQL:

    DELETE FROM wp_options WHERE option_name = 'ELISQLREPORTS_reports_array'

    Let me know if I can be of any further assistance.

    Aloha, Eli

Viewing 1 replies (of 1 total)
  • The topic ‘Deleting reports’ is closed to new replies.