• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Horde Broke after upgrade

C

chulbert

Guest
8.1 on windows upgraded from 7.5 perfectly except for ...webmail


Warning: touch() [function.touch]: Unable to create file db\horde.db because No such file or directory in F:\inetpub\vhosts\webmail\horde\pear\DB\sqlite.php on line 117

A fatal error has occurred
DB Error: not found
Details have been logged for the administrator.


Thanks
MyLittleServers
Craig Hulbert
 
Broken Horde Windows Plesk 8.1

Hi.

I just realized that my horde was broken also.

After looking around i found the problem is in conf.php. (C:\Inetpub\vhosts\webmail\horde\config)

After trying to fix the relative path already configured i decided to change it for the full one:

$conf['sql']['database'] = 'C:\Inetpub\vhosts\webmail\horde\db\horde.db';


Hope this work for all of you out there.

See ya :D
 
mod: move this to the windows section

Plesk 8.1 for Linux > Plesk 8.1 for Linux Installation and 'How Do I' Questions > Horde Broke after upgrade
 
HORDE "DB Error: unknown error"

After fixing the database path i noticed that i could not send from webmail.

So after trying all kind of things I came to the conclusion that it was a Windows permission problem.

This is the error found in the logs:

[nativecode=attempt to write a readonly database]

The solution is to verify that the Internet Guest Account has write permission in the db folder of C:\Inetpub\vhosts\webmail\horde\ and if the user does not exist then create it.

Hope this saves a lot of time to all of you upgrading Plesk.

(Plesk 8.1 Windows)

DragonX :cool:
 
Back
Top