id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 5090 maybe_create_table call to config.php issue mattyrob ryan "The maybe_create_table function has moved into a new file in this release of WordPress. In this new file there is a called on wp-config.php using a relational path - this causes issues on my plugin. This issue appears to be resolves using a full path definition of the location of the wp-config.php file. I'll attach a patch.diff later, in the meantime in the file /wp-admin/install-helper.php line 2 needs updating from: require_once('../wp-config.php'); to: require_once(ABSPATH . 'wp-config.php');" defect (bug) closed high 2.3.3 Administration 2.3 normal fixed has-patch