OK – after having problems installing on Win XP – posted as Anon. above…
Installed on MySQL 3.23 on Apache 2 running on OSX 10.2.8 – PHP 4.2 or better, I think.
Installed fine, although for the first three pages of the install the top if the page showed:
SQL/DB Error
[Table ‘wordpress.wp_options’ doesn’t exist ]
SELECT option_name, option_value FROM wp_options
Final page fine, and everything wonderful on my OSX install – nice work Matt and the team!
So – phpAdmin to dump the SQL from my OSX MySQL installation and upload to my PC MySQL database – a little light editing for path names and the Win XP install is up and running – almost perfect, but ther is an error on every page printed at the bottom:
“get_settings: Didn’t find setting comment_allowed_tags “
It sounds like to partial fix/work around above ($tableoptions test commented out) is on the right track – foxed by the difference between XP (IIS) and OSX (apache2) though – there is some OS and browser sniffing going on in the code that might be feeding the wrong flags?
I’m off to run an install on a virtual server and see how that goes…