Summary | use default storage driver if no config is present |
Queue | Ingo |
Queue Version | 1.2-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | suse-tux (at) gmx (dot) de |
Created | 12/08/2007 (6442 days ago) |
Due | |
Updated | 12/08/2007 (6442 days ago) |
Assigned | 12/08/2007 (6442 days ago) |
Resolved | 12/08/2007 (6442 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php?r1=1.649&r2=1.650&f=framework%2FHorde%2FHorde.php
State ⇒ Feedback
http://cvs.horde.org/diff.php?r1=1.649&r2=1.650&f=framework%2FHorde%2FHorde.php
think it should be optional?
manually but _not_ with the horde webinterface).
If I login into horde get the error message that ingo cannot find the
correct storage driver (no config/conf.php file is present at this
moment) and due to this error I cannot continue configuring ingo.
What I did so far:
- installed horde
- configured horde
- installed ingo
and now I cannot configure ingo.
Do you understand what I mean?
State ⇒ Not A Bug
it should be optional?
State ⇒ Unconfirmed
New Attachment: ingo-1.2rc1-default_storage_driver.patch
Queue ⇒ Ingo
Summary ⇒ use default storage driver if no config is present
Type ⇒ Bug
Priority ⇒ 1. Low
into horde I get the following error message (apache log):
[Sat Dec 08 17:22:10 2007] [error] [client 127.0.0.1] PHP Fatal error:
Ingo_Storage::require_once(): Failed opening required
'/srv/www/htdocs/horde/ingo/lib/Storage/.php'
(include_path='/srv/www/htdocs/horde/lib:.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/htdocs/horde/ingo/lib/Storage.php on line 105, referer:
http://localhost/horde/index.php
The problem is that ingo tries to load an empty driver because there's
no default config/conf.php for ingo.
I attached a patch which fixes the problem.