I have DA (which is an incredible module BTW) set up and running perfectly on our dev server but when I moved it too production I get a 500 Internal Server error and "The specified module cannot be found" when I try to load the subdomains.

I've determined that the problem is not in the db. I've checked the folder permissions match the dev site. The php memory limit is set to 128M which I think should be sufficient. .htaccess is not used by IIS so I don't think that is the issue. Couldn't find any more info in the logs. Any ideas on what would cause this error only for the DA subdomains or what I could do to troubleshoot? note: the primary site works.

Here are the specs for the prod server:

IIS 6 Win 2K3 PHP 5.2.66 MySQl 5

Thanks for any ideas anyone has.

Comments

jmunning’s picture

Title: "The specified module cannot be found" error on subdomains when moving to production site » 500 error and "The specified module cannot be found" error on subdomains when moving to production site
agentrickard’s picture

This is likely an IIS-level DNS issue regarding the path to files. I can offer no help.

jmunning’s picture

Status: Active » Closed (fixed)

Thanks. Turns out this was due to a php module which had not been installed.