[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 09:02:38 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: |
----------------------------+-----------------------------------------------
Changes (by JeremyVisser):
* summary: maye_create_table call to config.php issue =>
maybe_create_table call to config.php issue
Comment:
Sometimes, when doing Install4Free installs, when I have the
{{{index.php}}} in the root, and !WordPress in {{{/wordpress/}}},
modifying the first line to be this:
{{{
require_once('./wordpress/wp-blog-header.php');
}}}
...doesn't work all the time. I have to strip the {{{./}}} from the
beginning:
{{{
require_once('wordpress/wp-blog-header.php');
}}}
I've only ever had the issue on IIS servers.
--
Ticket URL: <http://trac.wordpress.org/ticket/5090#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list