| Summary | .vacation.db always empty |
| Queue | Vacation |
| Queue Version | 3.0.1 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | pedretti (at) eco (dot) unibs (dot) it |
| Created | 10/15/2007 (6595 days ago) |
| Due | |
| Updated | 01/17/2008 (6501 days ago) |
| Assigned | 12/24/2007 (6525 days ago) |
| Resolved | 01/17/2008 (6501 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
$conf['server']['params']['default']['XXXXXX']
to:
$conf['server']['params']['example.com']['XXXXXX']
After doing this I don't get the warning anymore.
Also, I noticed that whatever ['default'] or ['example.com'] I use it
works fine now. I was sure it didn't work before (but maybe I only
forgot to relogin in horde after changing configuration? I was,
however, pretty sure I did a relogin).
The bug could then be closed. I'll reopen if I'll have other problem.
horde/lib/VFS/ftp.php and remove the @ characters in front of the
ftp_put() call in the write() method. Then see if you get some more
useful PHP warnings.
Error Failure in modifying vacation notice: Unable to write VFS file
".vacation.pag".
"default" to
the value of your realm. So if you realm was "example.com" you could
try changing
$conf['server']['params']['default']['dbtype'] = 'hash3';
to
$conf['server']['params']['example.com']['dbtype'] = 'hash3';
If that works, then it is a realm issue. You'd then have to look at
the conf.xml stuff to
see if it is supporting realms correctly or not, and if so how to use
them with it...
For now, try manually editing the file to see if it works or not.
imp/config/servers.php
within $servers['imap'] = array( ....
realm name.
realm name. If not,
then it should work as shown (using "default" for the realm).
$conf['server']['params']['default']['dbtype'] = 'hash3';
but it alwys take empty.empty.bin .
Could you reproduce the problem?
question - in the config file, is the setting correct? In other words,
is the dbtype right in the configuration file, but not being honored?
Or is it not even getting into the configuration file correctly?
to 'empty'?
State ⇒ Feedback
to 'empty'?
Assigned to
empty.empty.bin -> empty.hash3.bin
empty.empty.bin is now a simbolic link to empty.hash3.bin (the db I
wanted to use).
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Vacation
Summary ⇒ .vacation.db always empty
Type ⇒ Bug
hash, hash3 ...) the .vacation.db file is created empty.
The .forward file is created fine.