Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Allen

    (@amweiss98)

    I’m not sure how you downgraded…if you uninstalled the plugin then (unless you altered the uninstall file) it deletes all the data in the database…if you have a backup, the data is stored in these tables

    (‘rss_import_items’)
    (‘rss_import_options’)
    (‘rss_import_categories’)
    (‘rss_template_item’)
    (‘rss_admin_options’)
    (‘rss_feed_options’)
    (‘rss_post_options’)
    (‘rss_import_categories_images’)

    Thread Starter hkwbbs

    (@hkwbbs)

    Thank you! I have over 400 feeds and the plugin fails to work after upgrading to the latest version. I have to use a 32Gb ram machine to get it run.

    Now I have downgraded to the previous version is everything is working as before.

    Plugin Author Allen

    (@amweiss98)

    ok..fyi, I have pushed two updates this past week due to a bug I found that may have been the cause of your problem.

    @allen

    I’m also trying to find those tables and can’t find them. My plugin is live. Can you help me?

    Plugin Author Allen

    (@amweiss98)

    you need to be able to access the database…once you do that, the tables listed above are the tables created by the plugin.

    ok I found them… How can I read the data? The beginning is a:2{i:1;a:3 etc

    What does that mean?

    Plugin Author Allen

    (@amweiss98)

    wordpress stores data in serialized array form..you’ll need to learn how to read that.

    Do you have a link for a starting point?

    Plugin Author Allen

    (@amweiss98)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘I lost all feeds settings. Where were they saved?’ is closed to new replies.