For those that replied - thanks. The problem is now solved. Nothing I did fixed it, it is just fixed. Maybe the hosting had a hickup of some sort :-)
K.
ITBJDM@puknet.puk.ac.za 9/6/2006 5:28 PM >>>
Hi Jason,
Thanks for that info. Not sure how to check that permission you are talking about, but I have done the next best thing that I could think of. I created a file in the root directory of the site, called test.html which just performs a bunch of random prints on the screen, and called it by means of http://www.mydomain.com/test.html and was able to get the expected result. Doesn't this mean that the permissions are correct?
Regards,
Kobus
drupal@oadae.net 9/6/2006 5:23 PM >>>
On Wednesday 06 September 2006 08:16, Kobus Myburgh wrote:
Hi,
I have just uploaded a site and am getting this error:
Fatal error: Call to undefined function block_list() in C:\Domains\amajubaskool.co.za\wwwroot\includes\theme.inc on line 935
[ s n i p ]
What else can cause this problem? Any ideas would be appreciated.
Possibly a permission issue? Either at the file level or within IIS iteself. Make sure the IIS user (IUSER_<machine_name>, IIRC) has at least read access to all files.
Thanks in advance,
Kobus
On Thursday 07 September 2006 05:51, Kobus Myburgh wrote:
Hi Jason,
Thanks for that info. Not sure how to check that permission you are talking about, but I have done the next best thing that I could think of. I created a file in the root directory of the site, called test.html which just performs a bunch of random prints on the screen, and called it by means of http://www.mydomain.com/test.html and was able to get the expected result. Doesn't this mean that the permissions are correct?
Not necessarily. When you create a file, that file will be created with the permissions of the directory in which it is created. If you have the ability to create a file, then you most likely have the ability to read that (and probably any other) file (except in rather bizarre circumstances). When you copy or move a file or directory, however, they may retain their previous permissions (depending on how they were copied or moved) which may not be the correct ones to be used w/IIS.
In order to check, you would have to look at the permissions of both the files and directories themselves (with Windows Explorer, for example) and within the IIS configuration (I don't remember off the top of my head where in the IIS configuration those settings are). Those are two different areas, and both would have to be verified, if there was a concern.