Author Topic: Installation Help on Win 2008, IIS7, MSSQL?  (Read 4412 times)

Offline WHairstonLOI

  • Jr. Member
  • **
  • Posts: 14
Installation Help on Win 2008, IIS7, MSSQL?
« 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?

Offline induswebi

  • Newbie
  • *
  • Posts: 0
for web
« Reply #1 on: July 24, 2010, 08:46:02 AM »
You agree not to post any abusive, obscene, vulgar, slanderous, hateful,

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Installation Help on Win 2008, IIS7, MSSQL?
« Reply #2 on: July 24, 2010, 12:06:41 PM »
Is there anything in your RouldCube error log?

Offline WHairstonLOI

  • Jr. Member
  • **
  • Posts: 14
Missing MSVCR71.DLL file
« Reply #3 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
I'll post regarding that issue under that post.

Thanks!