Summary | can't update config because of resource driver |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/01/2016 (3143 days ago) |
Due | |
Updated | 12/02/2016 (3142 days ago) |
Assigned | 12/01/2016 (3143 days ago) |
Resolved | 12/02/2016 (3142 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
<configsection name="resource">
<configswitch name="driver" desc="What type of resource handler
should we use?">false
</configswitch>
</configsection>
-> Time to check all those other custom XML config files, too.
Your comment that it's not present at all in the current version
helped a lot. Thanks.
present in master and the placement in the config screen looks
correct to me.
Before I've used kronolith 4.1.4
I'll look into fixing our custom groups driver today (some abstract
interface seems to have changed) and then I'll debug this one.
State ⇒ Resolved
present in master and the placement in the config screen looks correct
to me.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ can't update config
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I'm trying to update the config of kronolith. I'm unable to save the
config with a Kolab backend,
the dropdown for $conf[resource][driver] does not contain anything but
is a required field.
Therefore it fails on save.
Disabling the $conf[resources][enabled] checkbox also does not help.
Also the entry for the "resource" driver appears under the "Menu
Settings" category instead of "Resource Settings".
Note: The oudated conf.php contains
$conf['resource']['driver'] = false;
though I don't think that's relevant here.