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 |
And even if it did, I still think that it's a bug if I cannot use the
web interface.
State ⇒ Not A Bug
Priority ⇒ 1. Low
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ can't create horde db tables
Type ⇒ Bug
State ⇒ Unconfirmed
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');