Hosting Articles Technical Articles

For Optional experince using IIS/FastCGI sapi,set fastcgi.logging to 0 in your php.ini file

 

For optimal experience using
For Optional experince using IIS/FastCGI sapi,set fastcgi.logging to 0 in your php.ini file

Issue:

While Installlating SUGARCRM facing issue with fastcgi and zip support.

Solution:

– Log in To the server.

– Go to the below path

C:\Program Files (x86)\Parallels\Plesk1\Additional\PleskPHP5

– Open php.ini file.

– find the following lines in the file

  ; Disable logging through FastCGI connection
         ; fastcgi.logging = 0

– Next of this lines add the following line.

   fastcgi.logging = 0

– After that enable the following line in the same file.

extension=php_zip.dll

– Restart IIS service and start sugarCRM installation.

Tags:Sugar CRm,CRM,Cpanel,IIS 7,IIS 7 Installation,SUgar CRM manual.

About the author

admin

1 Comment

Click here to post a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.