kickstart.ini - database configuration

Author Message

Philippe BEAU

Tuesday 06 February 2007 9:38:01 am

Hello all,

i'm trying to make an automatic install with ez publish 3.9.0 and the use of kickstart.ini. i arrive to make this working great, but i have a problem at the level of database settings. with the kickstart.ini following it's always showing the database configuration screen at ezpublish and without modifying any field and validating, the configuration is ok. How to force this to continue ? where do i do a mistake ?

[database_choice]
Continue=true
Type=mysql
Continue=true

[database_init]
Continue=true
Server=localhost
User=databaseusername
Password=databasepassword

best regards

Philippe,

Kristof Coomans

Tuesday 06 February 2007 10:20:05 am

Hi Philippe

I remember me trying to do the same, but never succeeded. I'm pretty sure it's a bug, can you post a report in the issue tracker? http://issues.ez.no

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Philippe BEAU

Tuesday 06 February 2007 10:39:12 am

Hi Kristof,

i will submit an issue on your nice wIT :)

Best regards

Philippe,

Karl Latiss

Tuesday 06 February 2007 5:16:38 pm

It work for me - you're missing the database entry in [database_init]. Should be:

[database_choice]
Continue=true
Type=mysql

[database_init]
Continue=true
Server=localhost
Database=databasename
User=databaseuser
Password=databasepassword

Atvert Systems
http://www.atvert.com.au

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:39:02
Script start
Timing: Jan 18 2025 19:39:02
Module start 'layout'
Timing: Jan 18 2025 19:39:02
Module start 'content'
Timing: Jan 18 2025 19:39:02
Module end 'content'
Timing: Jan 18 2025 19:39:02
Script end

Main resources:

Total runtime0.0146 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.1563152.6406
Module start 'layout' 0.00530.0030 741.796939.4766
Module start 'content' 0.00830.0046 781.273489.3672
Module end 'content' 0.01290.0016 870.640634.3047
Script end 0.0145  904.9453 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002315.9789140.0002
Check MTime0.00117.3349140.0001
Mysql Total
Database connection0.00128.157010.0012
Mysqli_queries0.002316.026330.0008
Looping result0.00000.178110.0000
Template Total0.00149.610.0014
Template load0.00074.504210.0007
Template processing0.00075.038710.0007
Override
Cache load0.00053.180410.0005
General
dbfile0.00021.492180.0000
String conversion0.00000.063740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs