Loading...
 
Skip to main content

Architecture / Installation


[trgrtrmvrd.php

posts: 4

well after some fiddiling around I managed to get tiki sort of working. but now i get a new error when I try to login or show the index page.

Warning: fopen("templates_c/localhost/preferences.php", "wb") - No such file or directory in /var/www/html/tiki-1.7/tiki-setup.php on line 1064

what creates the preferences.php file? and what is "wb"? also I dont have a localhost directory in my templates_c directory

posts: 224 Ireland

'wb' stands for 'write mode'. Is your templates_c directory writable by the user running your webserver daemon? It should probably be at least 775 or if that doesn't work 777.

Regards,

Pat.