Roundcube Community Forum

Release Support => Pending Issues => Topic started by: WHairstonLOI on July 24, 2010, 01:27:05 AM

Title: Installation Help on Win 2008, IIS7, MSSQL?
Post by: WHairstonLOI on July 24, 2010, 01:27:05 AM
Hi Everyone,

N00b here - I download the 0.4beta for my hosted VPS running Windows 2008, IIS7, MSSQL 2008 Express, PHP 5.2.1.1.

After some major corrections to the supplied SQL files, I finally got a database created. Had to edit the installer/index.php file to set the INSTALL_PATH to absolute pathnames to get the installer to work.

Now when I try to start the site, I just get:
HTTP Error 500.0 - Internal Server Error
C:\Php5\php-cgi.exe - The FastCGI process exited unexpectedly
Module   FastCgiModule
Notification   ExecuteRequestHandler
Handler   PHP_via_FastCGI
Error Code   0xc0000005

Can anyone shed any light on what I might need to do?
Title: for web
Post by: induswebi on July 24, 2010, 08:46:02 AM
You agree not to post any abusive, obscene, vulgar, slanderous, hateful,
Title: Installation Help on Win 2008, IIS7, MSSQL?
Post by: SKaero on July 24, 2010, 12:06:41 PM
Is there anything in your RouldCube error log?
Title: Missing MSVCR71.DLL file
Post by: WHairstonLOI on July 24, 2010, 12:39:40 PM
Nothing in error log, but my hosting company (Arvixe) helped me figure out how to troubleshoot it.

Using Remote Desktop, I connected to my VPS and ran php-cgi from a command prompt. I got an error message stating that MSVCR71.DLL could not be found. I located a copy of it in the \Windows\Microsoft.NET\Framework\v1.1.4322 folder and copied it to my PHP5 folder - that allowed php-cgi to run OK.

Now I'm just getting a 501 "Service Not Available" error. It appears to be the same problem experienced in this post:
http://www.roundcubeforum.net/5-release-support/17-pending-issues/6916-error-loading-template-looking-installer-directory.html (http://www.roundcubeforum.net/5-release-support/17-pending-issues/6916-error-loading-template-looking-installer-directory.html)
I'll post regarding that issue under that post.

Thanks!