Summary | SQLite not properly set up |
Queue | Horde Groupware Webmail Edition |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | fbusse (at) gmx (dot) de |
Created | 02/24/2007 (6709 days ago) |
Due | |
Updated | 02/26/2007 (6707 days ago) |
Assigned | 02/25/2007 (6708 days ago) |
Resolved | 02/25/2007 (6708 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
SQLite-initalisation, Horde doesn't complain about missing tables
anymore.
the tables for kronolith are missing.
And for other stuff is probably missing as well:
[nativecode=no such table: horde_datatree]
Is there a simple way to get SQLIte running with horde-webmail?
consider it a bug. The setup doesn't work as it supposed to (manual
setup works with on command).
And I think SQLite is very useful for small setups.
State ⇒ Not A Bug
are responsible for creating the tables. The database is obviously
creates, so there don't seem to be a bug in setup.php. I'll extend the
install document to include instructions for manual sql setup.
I got some errors during the first login ("nativecode=database schema
has changed"), but that seems to be OK as there's not yet a profile.
BTW, setup.php terminates after (not) creating the SQLite-tables,
while other settings bring you back to the initial screen. Looks like
it crashes. Whatever is wrong, setup.php doesn't create the
SQLite-stuff correctly, but manually it works.
State ⇒ Feedback
created, but the tables aren't.
Don't know what I could've possibly have done wrong.
Assigned to Jan Schneider
State ⇒ Assigned
scripts - maybe a create.sqlite is needed?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ SQLite not properly set up
Queue ⇒ Horde Groupware Webmail Edition
State ⇒ Unconfirmed
as database.
The database gets set up just fine, however no tables are created, the
database-file is 0 bytes long. setup.php doesn't give any errors and
running 'sqlite -init sql/$file.sql /tmp/horde.sql' gives me some of
the tables, but tables for Kronolith etc are still missing.