Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15881, comment 15


Ignore:
Timestamp:
12/29/2010 11:07:50 PM (13 years ago)
Author:
tomarq
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15881, comment 15

    initial v1  
    11I'm having a similar problem when using wp-hive 0.6.1 and WordPress 3.1-RC1-17163. WP hive uses db.php to to adjust some settings and it checks to see if the plugin is active with "get_option('active_plugins');".
    22
    3 db.php is loaded (and therefore the plugin starts) in wp-load.php line 73, but the cache isn't started until wp-load.php line 79; this is why wp-hive fails.  The WP core functiion get_option won't work here.
     3db.php is loaded (and therefore the plugin starts) in wp-settings.php line 73, but the cache isn't started until wp-settings.php line 79; this is why wp-hive fails.  The WP core functiion get_option won't work here.
    44
    55This is related to #14508 I believe now that db.php is loaded in wp-load.php instead of functions.php.