• Resolved zoeysteel

    (@zoeysteel)


    Hi, I am trying to include the plugin as an mu-plugin in a wordpress installation. Is there anything that would be causing it to attempt to write to the database before the database is created? I am getting an error: wp_options' doesn't exist for query INSERT INTO 'wp_options'('option_name','option_value','autoload') VALUES ('wp-phpmyadmin-extension'...

    • This topic was modified 2 years, 8 months ago by zoeysteel.
    • This topic was modified 2 years, 8 months ago by zoeysteel.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ttodua

    (@ttodua)

    Sorry, we can’t help in that, as it is unsupported area. I don’t have clue what could be happening during its initialization inside MU plugins. Though, the plugin’s ‘declare_settings’ method is executed before init hook, and it might be causing issue, but that method is essential for our plugins. you will need to retransform this wp-plugin into custom plain plugin if you want to achieve that, but then you will need to maintain the other things too.

    Thread Starter zoeysteel

    (@zoeysteel)

    Okay thank you for the information!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP phpMyAdmin as an mu-plugin’ is closed to new replies.