Unsorted issues > Bug (done?)

Failed fresh installation. / #3729

Summary

done?
Jan 10, 2007
100%
Jan 10, 2007 / guest
Jun 3, 2008 / stenyak
 

Attached files

No files uploaded

Issue report

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
 

2 Comments

pixtur

Jan 11, 2007
details needed...
Hello guest. Do you have an E-Mail address, so I can create you an account? You then could upload you config files. Maybe I can reproduce the problem here.

pixtur

May 30, 2007
 

Comment / Update