I have developed a website for a client. He didn't make clear (and I doubt he even understands the differences and implications) that his hosting server is IIS. I know very little about IIS, but I was able to add the database and get it populated through the install process. I can also access the admin area but the public page (index.php) is blank.
In the admin area, all the modules are labeled like this:
Code: Select all
--Add Me - module:[ModuleName] string:friendlyname--
--Add Me - module:[ModuleName] string:friendlyname--
--Add Me - module:[ModuleName] string:moddescription--
In actual fact I have been able to change the permissions on the modules folder and all subfolders to the IIS equivalent of 777. When installing, I got a yellow light for session-save path not being writable and I did find a possible fix on the forum that sets the session_save path at the top of the include.php file but that just "broke" the site when I tried it. I do not have access to the actual php sessions_save path on the web server.--Add Me - error -- The modules folder is not writable, if you would like to install modules by uploading an XML file you need to make the modules folder have full read/write/execute permissions (chmod 777). Safe mode may also be in effect. (Troubleshooting)
This is a shared hosting account and I do not know which version of IIS at this time. I have had difficulty with the customer support system for this web host (perhaps because I am not the site owner).
Any help would be greatly appreciated even if it's only to direct me to a better website to get the help I need.
Thanks!