[kronolith] kronolith database-creation-script (for mysql)

roman stachura stachrom at gmail.com
Fri Jan 28 12:13:17 UTC 2011


Am 28.01.2011 13:00, schrieb Norbert Schulze:
> Quoting roman stachura <stachrom at gmail.com>:
>
>> Am 28.01.2011 11:08, schrieb Norbert Schulze:
>>> Hello,
>>>
>>> I'm missing a kronolith database-creation-script (for mysql). I 
>>> cannot write it on my own, because don't know anything about the 
>>> stucture of the kronolith database table.
>>>
>>> I'm using a recent git-clone of Horde in a testing environment.
>> http://www.horde.org/source/git.php
>>
>> Also, in addition to the normal INSTALL procedures and database 
>> creation scripts that need to be run for Horde, you will need to run 
>> the database migration scripts for most of the applications. The 
>> creation of these tables will eventually be part of the normal 
>> install procedure, but until then, you will need to manually run:
>>
>> |horde/bin/db_migrate {application_name}
>>
>> run this statement on the shell.
> Thanks a lot. I did it, and now kronolith shows the following error:
>
> SQLSTATE[42S22]: Column not found: 1054 Unknown column 'share_parents' 
> in 'field list'
>
> There's indeed no column 'share_parents' in the kronolith_sharesng 
> table, and I didn't find any appropriate command in the migration 
> scripts to add it.
>
> Was it my fault, or is it bug in the scripts? Do I have to add this 
> manually?

Please keep the discussion on the mailing list.

Do you got the latest code?

|git pull|


and dont forget to rebuild the framework:

|cd /path/to/horde-git/framework/bin
cp install_dev.conf.dist install_dev.conf
vi install_dev.conf (replace vi with your favorite editing tool)
php ./install_dev|


for me its working.

regards roman

>
> Greetings
> Norbert
>



More information about the kronolith mailing list