Upgrade 3.0.1.9 - Cannot access web page

Report bugs and workarounds
Post Reply
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Upgrade 3.0.1.9 - Cannot access web page

Post by colin »

After upgrading, when I try to access the mailscanner webpage I get:

The following conf.php mandatory entries are missing, check and compare your conf.php with conf.php.example.
- LDAP_SSL

I then added "defile ('LDAP_SSL' true);" to /var/www/html/mailscanner/conf.php
and now get:

Forbidden
You don't have permission to access /mailscanner/status.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Upgrade 3.0.1.9 - Cannot access web page

Post by shawniverson »

Need a comma..

Code: Select all

define('LDAP_SSL', true);
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Re: Upgrade 3.0.1.9 - Cannot access web page

Post by colin »

Thanks, fixed the typo but still getting the same error.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Upgrade 3.0.1.9 - Cannot access web page

Post by shawniverson »

Look at your apache error logs and refresh the page, see what you are getting as an error...in /var/log/httpd/
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Re: Upgrade 3.0.1.9 - Cannot access web page

Post by colin »

Thanks, that pointed me back to the same line in conf.php There was another typo. defile instead of define. A Freudian slip that did exactly what I typed :oops:

I just need to get LDAP working again now, but that is something I can play with.
Post Reply