Author |
|
gtinetworks Newbie
Joined: 23 August 2018
Online Status: Offline Posts: 1
|
Posted: 23 August 2018 at 10:01am | IP Logged
|
|
|
I'm trying to install WebMail Pro on a LAMP stack:
CentOS 7
Apache 2.4.6
PHP 5.4.16
MariaDB
I extracted the contents of webmail-pro-php-8.zip to /var/www/html/pro and set permissions on /var/www/html/pro with chown -R apache:apache /var/www/html/pro. When I open a browser and go to http://servername.com/?install I get a blank page with no errors displayed. If I remove ?install from the url, http://servername.com I get a blank page as well.
Please provide suggestions as to what I should do next to resolve this.
Thanks,
Kevin
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 August 2018 at 1:17am | IP Logged
|
|
|
You need to check error logs of Apache and PHP. Also, it may be a good idea to enable logging in WebMail Pro, by setting EnableLogging to true in data/settings/config.json file, reproduce the problem and see if anything is recorded in data/logs/ directory.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|