Upload Bookmark Icon

Permalink
In Sitewide Settings, when I browse to my favicon.ico and press the Save button,
I get the error below and the bookmark icon doesn't show up either in Firefox or IE.

Warning: copy(/home/csante/domains/castingsante.com/public_html/concrete5.2.0/favicon.ico) [function.copy]: failed to open stream: Permission denied in /home/csante/domains/castingsante.com/public_html/concrete5.2.0/concrete/controllers/dashboard/settings.php on line 335

Warning: Cannot modify header information - headers already sent by (output started at /home/csante/domains/castingsante.com/public_html/concrete5.2.0/concrete/controllers/dashboard/settings.php:335) in /home/csante/domains/castingsante.com/public_html/concrete5.2.0/concrete/libraries/controller.php on line 266

What am I doing wrong?

Thanks a lot.
Francois.

 
ryan replied on at Permalink Reply
ryan
The /favicon.ico image needs to be writeable by the webserer (same permissions as the contents of the /files directory)

Durring the install process concrete5 checks permissions, but I think this one sneaked by us.

It looks like you're on a linux style env, so open up a command prompt and cd into the concrete5.2.0 directory:

touch favicon.ico
chmod 666 favicon.ico

Then try to upload again.
fafoi replied on at Permalink Reply
Thanks, it worked!