Loading...
 
Architecture / Installation

Architecture / Installation


1.7.5 Errors

posts: 96 United States

I've recently begun getting the following error messages at the top of the index page. After I attempt to login, I get another page with just the error messages and nothing else. If I click my browser's back arrow, I am logged in, but still have the error messages at the top of the page.

I checked permissions on files and folders and they are fine as far as I can tell.

I am running IIS5.0, Win2k Server, MySQL 4.0.15, PHP 4.3.3

Can anyone help me figure out how to solve this?

Thanks in advance!

___

Warning: fopen(modules/cache//mod-search_box.tpl.cache): failed to open stream: Permission denied in d:\mysite\tiki-modules.php on line 87

Warning: fwrite(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 88

Warning: fclose(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 89

Warning: fopen(modules/cache//mod-Nachrichten.tpl.cache): failed to open stream: Permission denied in d:\mysite\tiki-modules.php on line 87

Warning: fwrite(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 88

Warning: fclose(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 89

Warning: fopen(modules/cache//mod-polls.tpl.cache): failed to open stream: Permission denied in d:\mysite\tiki-modules.php on line 87

Warning: fwrite(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 88

Warning: fclose(): supplied argument is not a valid stream resource in d:\mysite\tiki-modules.php on line 89

posts: 2881 United Kingdom

try mkdir d:\mysite\modules\cache ?
or permissions arent set so that IIS can write as the IUSR

Damian
Geez, why do I know so much binbows crap


posts: 96 United States

Damian,

The file d:\mysite\modules\cache exists adn IUSR has modify permissions set.

posts: 2881 United Kingdom

What about contents of the directory?

If there are contents, try setting write permissions on those files, or even delete them all. its only a cache folder. which is why tiki wants to write there.

Damian

posts: 96 United States

I deleted all the contents.

BZ