Minor
Have not tried
Win (2003 with PHP 5.2.X)
Streber 0.078
(2007-01-04 16:41)
Clean installation where previous database (streber) is dropped and all files are fresh from the Zip file.
Start installation by accessing index.php. Run installation script with set database login
credentials. Fails with message:
Proceeding...
checking mysql connecting to '192.168.101.6'...
GOOD
Connection using mysql_connect SUCCESSFUL
Make sure to not overwrite existing streber-db called 'streber'
GOOD
Base streber does NOT exist
create database
GOOD
Database streber created.
creating tables...
POTENTIAL PROBLEM
Required file ./create_structure_v0.0711.sql is missing, trying to use ./create_structure_v0.0702.sql instead and then upgrade.
Upgrading...
GOOD
assuming v0.0702
doing 14 changes to database...
update db-version information
GOOD
writing configuration file '.././_settings/db_settings.php'...
GOOD
GOOD
add db-version entry
GOOD
add admin-user entry 1/2
FAILED
SQL-Error:
Query error: INSERT into person
(id,
name,
nickname,
password,
user_rights,
can_login,
profile,
language,
ip_address
)
VALUES(
1,
'admin',
'admin',
'21232f297a57a5a743894a0e4a801fc3',
268435455, /* all rights */
1,
1,
'en',
''
)
Installation failed