[wp-trac] Re: [WordPress Trac] #5090: maybe_create_table call to
config.php issue
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 27 11:19:43 GMT 2007
#5090: maybe_create_table call to config.php issue
----------------------------+-----------------------------------------------
Reporter: mattyrob | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.3.1
Component: Administration | Version: 2.3
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by mattyrob):
Jeremy,
I think your issue is slightly different but could be solved by a similar
change.
Perhaps the original code should be this:
{{{
require_once(ABSPATH . 'wp-blog-header.php');
}}}
And edited to this for custom installs:
{{{
require_once(ABSPATH . 'wordpress/wp-blog-header.php');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5090#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list