Author |
|
willamaral Newbie
Joined: 10 July 2018 Location: Brazil
Online Status: Offline Posts: 2
|
Posted: 10 July 2018 at 5:34pm | IP Logged
|
|
|
I'm trying to setup a webmail lite 8 on a digitalocean droplet with ubuntu. I've installed iRedMail for easy e-mail server setup, not installing roundcube or SOgo, as I wanted to have just webmail lite. However, whenever I try to ascend to admin panel, I see database errors, and all the buttons are messed up as php functions. I don't know if I should've created a second mysql database, but the iRedMail 'vmail' database is not connecting. Anybody has any help? I just want to integrate the webmail lite interface to a iRedMail installation. (The droplet is running Ubuntu 16.04).
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 July 2018 at 2:07am | IP Logged
|
|
|
Hello,
WebMail Lite would require its own database. You can use the same one iRedMail uses but WebMail still needs its own set of tables, those are created by WebMail.
It's not clear from your post though how exactly you installed WebMail Lite - did you use Ubuntu package from our repository, or used the standard package?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
willamaral Newbie
Joined: 10 July 2018 Location: Brazil
Online Status: Offline Posts: 2
|
Posted: 11 July 2018 at 4:12pm | IP Logged
|
|
|
I used the standard package. I tried the Ubuntu package from the repository, but it would not show on the browser. I also tried installing alongside roundcube and SOgo, but it did not work. When I run the /?install test, it doesn't show any errors.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 July 2018 at 12:37am | IP Logged
|
|
|
Per my understanding, the main issue with WebMail is about text constants not showing up correctly. Make sure data directory is writable by web server, for example:
Code:
chown www-data:www-data -R /var/www/webmail/data |
|
|
You may also need to clear the content of cache/ subdirectory in data/ directory.
We hope this helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|