[horde] Horde/Turba

Kevin M. Myer kevin_myer at iu13.org
Sat Aug 13 18:04:49 PDT 2005


Quoting Neil Wilson <neil at dcdata.co.za>:

> My horde/Imp is working perfectly, the only problem I'm having is 
> with my turba address book.
> Reading the turba/docs/INSTALL it says to create your turba database 
> go to scripts/drivers/, and use the appropriate script.
> I opened the file scripts/sql/turba_objects.mysql.sql and inside it 
> says the following to create your turba database in MySQL
>
> -- Run as:
> --
> -- $ mysql --user=root --password=<MySQL-root-password> <db name> < 
> mysql_create.sql

The comments inside the turba_objects.mysql.sql statements are not quite right
but if you're not able to adapt them to the right script, you might want to do
some light reading on MySQL administration.

You'd want to do something like:
cd horde/turba/scripts/sql;
mysql --user=root --password=yourmysqlpasswordifitexists horde <
turba_objects.mysql.sql

In the above, if you have a password configured for the root user in MySQL,
substitute that, and I'm assuming you're using the default database name of
horde.

>
> Using an older version of turba I have managed to create the 
> databases exactly like it says in the turba install document, because 
> the directory scripts/drivers/ exists, but then using this version of 
> Turba breaks my entire horde install, presumably because its supposed 
> to be used with an older version of horde.

You should use applications that are tagged H3 with Horde 3.  You can't use
Turba 1.0 with Horde 3.

> Now, using the current version(h3-203) of Turba, my horde works, but 
> when I click on the address book I get the following.
>
> Warning: Cannot modify header information - headers already sent by 
> (output started at 
> /usr/local/apache2/htdocs/horde/lib/Net/IMSP.php:2) in 
> /usr/local/apache2/htdocs/horde/turba/templates/common-header.inc on 
> line 4
>
> Warning: Cannot modify header information - headers already sent by 
> (output started at 
> /usr/local/apache2/htdocs/horde/lib/Net/IMSP.php:2) in 
> /usr/local/apache2/htdocs/horde/turba/templates/common-header.inc on 
> line 5
>
> Now in my source.php, I've tried to set it to use the "old Example" 
> section but that didn't work, if someone could give me an example of 
> this I'd be so grateful.

Per the documentation, copy the sources.php.dist to sources.php and edit
accordingly.  If you're going to be using the default localsql 
addressbook, you
shouldn't have to make any changes, assuming you have everything configured
properly.

If you haven't created a MySQL database for Horde, you'll also want to take a
look in horde/scripts/sql/create.mysql.sql and do that first, before running
the turba create script.  You'll use this, likely, for preferences, and the
DataTree, which are then configured from within Horde (Administration -> Setup
-> Horde, and the Preference System and Datatree System tabs, respectively).

Kevin
-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the horde mailing list