Page 1 of 1
Anyone using IIS with CMS MS?
Posted: Tue Feb 07, 2006 11:20 am
by cino
Hi to all. Is there anyone that is using Windows Server and IIS out there, for production environments?
Re: Anyone using IIS with CMS MS?
Posted: Wed Feb 08, 2006 5:52 am
by kermit
Re: Anyone using IIS with CMS MS?
Posted: Thu Feb 16, 2006 8:42 pm
by tkcent
Just got through installing 0.12-beta2 "Fiji" on IIS 6 with PHP5 and MySQL v4.1.18.
I only had a couple of problems:
* Permissions - The installer does not check all sub-directories explicitly and I had an issue with subdirectories of /tmp (like templates).
* I had to change the way modules were loaded from using the include() function to include_once(). Here is an example error I got:
fatal error: Cannot redeclare class fckeditorx in C:\Inetpub\convention.boilermakers.org\modules\FCKeditorX\FCKeditorX.module.php on line 698
I made the change in /lib/classes/class.module.inc.php in ModuleOperations.LoadModules and so far it has worked fine.