Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi.

I have been trying to access my couch admin on a godaddy hosting.

This Lines...

Refuse to run on IIS
$web_server = strtolower( $_SERVER['SERVER_SOFTWARE'] );
if( (strpos($web_server, 'microsoft')!==false) && (strpos($web_server, 'iis')!==false) ){
die( 'Microsoft-IIS Web Server not supported by CMS' );
}

Gives back this error...

Parse error: syntax error, unexpected T_STRING in G:\PleskVhosts\lmmusix.com\httpdocs\couch\header.php on line 170

I have tried so many times to find where there error is but i can't find anything. Please help
Linda, as our requirements page (http://docs.couchcms.com/requirements.html) clearly states -
IMPORTANT! Microsoft IIS web server is NOT supported.

I am sorry, but Couch won't run on IIS.

If you have not deliberately opted for an IIS server on GoDaddy for some reason, you have a choice of switching over to Apache with no hassle. Couch or no Couch, you'd be better off using Apache instead of IIS, IMHO.

.
Thanks for respond. I didn't know i can switch iis with no hustle.
3 posts Page 1 of 1