Installation problems on Windows [message #40116] |
Tue, 15 January 2008 16:04 |
duggold
Messages: 4 Registered: January 2008
Karma: 0
|
Junior Member |
|
|
I am trying to install a new install of Fudforum version 2.7.7 (uncompressed, not upgrade). I have PHP 5.2.5 ISAPI installed on an IIS server running on Windows XP. MySQL version 5.0.45 installed. This is shown on first install screen:
System Information
PHP Version: 5.2.5
MySQL Extension:
Interface to the MySQL server, which is the recommended database for FUDforum. enabled
PostgreSQL Extension:
Interface to the PostgreSQL server. disabled
PCRE Extension:
Perl Compatible Regular Expression (required). enabled
Zlib Extension:
zlib extension is optional, however we recommend enabling it. This extension allow you to compress your forum backups as well as use zlib compression for your pages. enabled
Pspell Extension:
Pspell extension is optional, this extension is needed by the FUDforum's built-in spellchecker. If you want to allow users to spell check their messages, enable this extension. disabled
=================================================================
The problem I am having, is during the table creation process of the installation, I get the following SQL error. Note, the table fud_action_log is created succesfully in the database.
Failed to create table "fud_action_log" ("CREATE INDEX fud26_action_log_i_ul ON fud26_action_log"), SQL Reason: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Can someone please offer some assistance on what I am doing wrong or why this wouldn't be working?
|
|
|
|
|
|
|
|
|
|