• Resolved raymond621

    (@raymond621)


    Hi Support

    I am using litespeed cache and under database auto load, I can still see content comign from duplicator_pro_package_active

    I have already reinstalled this plugin and enabled the two settings: delete plugin settings, delete entire storage directory.

    Why is there still autoload from duplicator_pro_package_active

    Where is it stored in the database?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mohammedeisa

    (@mohammedeisa)

    Hello @raymond621,

    Thanks for reaching out to us.

    Duplicator doesn’t have a database table with the name duplicator_pro_package_active to load the data from.

    Can you please elaborate more on the problem you encountered? You may mention how this data is loaded or provide us with a screenshot that shows the problem.

    I’m looking forward to hearing back from you.

    Thanks!

    Thread Starter raymond621

    (@raymond621)

    Here’s a screenshot of database autoload provided by litespeed cache

    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hello @raymond621,

    duplicator_pro_package_active is an option saved in the database table wp_options.

    You can find this entry if you open your database using PHPmyadmin, and run this query:
    SELECT?*?FROM?wp_options?WHERE?option_name?=?‘duplicator_pro_package_active’

    If Duplicator is not installed on your website, you can use this query to delete it:
    Delete FROM?wp_options?WHERE?option_name?=?'duplicator_pro_package_active'

    I hope this helps.

    Thanks!

    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @mohammedeisa,

    I’m closing this support topic for inactivity. Please don’t hesitate to contact us in a Support Topic if you need any help with Duplicator.

    Thanks! 

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.