Roundcube Community Forum

 

Installation Help on Win 2008, IIS7, MSSQL?

Started by WHairstonLOI, July 24, 2010, 01:27:05 AM

Previous topic - Next topic

WHairstonLOI

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?

induswebi

You agree not to post any abusive, obscene, vulgar, slanderous, hateful,

SKaero

Is there anything in your RouldCube error log?

WHairstonLOI

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
I'll post regarding that issue under that post.

Thanks!