Thursday, January 6, 2011

web2host + dotproject issue

1. CGI mode is likely to have problems
Resolve:
This was a "uppercase problem".

In installinstallcheck.php on line 46
change
if (php_sapi_name() == 'cgi') {
to
if (php_sapi_name() == 'CGI') {

2.  LDAP Support : Not available


  • Nope, LDAP is not required.

  • The install script checks to see if extension=php_ldap.so is part of you php.ini allowed extensions.

  • If it is, you will be able to use LDAP to authenticate.

  • If it is commented out you will not be able to use LDAP.


Related Posts:

  • web2host + dotproject issue1. CGI mode is likely to have problems Resolve:This was a "uppercase problem".In installinstallcheck.php on line 46changeif (php_sapi_name() == 'cgi')… Read More

0 comments:

Post a Comment