6.0.0-beta1
7/5/25

[#13396] can't create horde db tables
Summary can't create horde db tables
Queue Horde Base
Queue Version 5.2.0
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester horde (at) tutnicht (dot) de
Created 07/24/2014 (3999 days ago)
Due
Updated 07/25/2014 (3998 days ago)
Assigned
Resolved 07/24/2014 (3999 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/25/2014 05:27:08 AM horde (at) tutnicht (dot) de Comment #3 Reply to this comment
You can use the CLI script "horde-db-migrate".
I can't. Script doesn't exist here.

And even if it did, I still think that it's a bug if I cannot use the 
web interface.
07/24/2014 08:26:55 PM Michael Rubinsky Comment #2
State ⇒ Not A Bug
Priority ⇒ 1. Low
Reply to this comment
You can use the CLI script "horde-db-migrate".
07/24/2014 06:08:05 PM horde (at) tutnicht (dot) de Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ can't create horde db tables
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
I followed http://www.horde.org/apps/horde/docs/INSTALL to install 
horde on debian/stable server.
Installed using pear, copied conf.php.dist to conf.php, logged in on 
the web page, went to configuration, setup database details to my 
mysql db.
Then I saved the configuration.
Next step would have been to have horde create its own database 
tables, but I wasn't able to access the web interface anymore:

Base table or view not found: 1146 Table 'horde.horde_prefs' doesn't exist

Quick fix was to check the call trace and comment out those lines from 
admin/config/index.php:
/* Set up some icons. */
$success = Horde_Themes_Image::tag('alerts/success.png');
$warning = Horde_Themes_Image::tag('alerts/warning.png');
$error = Horde_Themes_Image::tag('alerts/error.png');

Saved Queries