Got some troubles during the installation of phpwcms_1.2.6 (zip file dated on 20060427). WIN XP, Apache2, MySQL 5.0, IE.
After intensively studying the php-files, I noticed, that there was a bug either in the phpwcms_init.sql or in the setup.php - depens on how you see it
![Wink ;)](./images/smilies/icon_wink.gif)
The problem is as follows:
* phpwcms_init.sql
The columns usr_var_structure, usr_var_publicfile, usr_var_privatefile and usr_vars in
Code: Select all
Tabellenstruktur für Tabelle `phpwcms_user`
* setup.php
The INSERT-command in step2 does not include values for the columns listed above.
Therefore the database returns an error, when trying to execute the INSERT-command (that happens after filling out the form on step 2). The user gets the message "Check your admin user name and password!".
I'm not sure, how important the values of the mentioned columns are and how they are used, but they should either be getting a default value (in phpwcms_init.sql) or otherwise there has to be a change in the insert-command (in setup.php).
--
In the installation process, I just manually put the admin user data into the database by modifying the insert-command and everything worked fine.
Kind regards,
Eva