Installation error


#1

hello Ushahidi members,

i hope i can get an answer to the installation error.


The advanced installation went ok got throught the installation process. The admin area after i log in displays this message


Fatal error: Can't use function return value in write context in ( example: the domain ) application/views/admin/layout.php on line 123


do i need to change permissions with the layout.php

it is set to permission 644

Should it be different?


the line 123+124 in php code reads

if(isset(Kohana::config("cdn.cdn_ignore_tinymce")) && Kohana::config("cdn.cdn_ignore_tinymce") == true) {

echo html::script(url::file_loc('ignore').'media/js/tinymce/tiny_mce', true);



#2

wah hey i fixed the fatal write error line 123 in layout.php admin.

The administration area is now accessible.