favicon.ico question[solved]

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
nexus6
Forum Newbie
Posts: 20
Joined: Fri Jun 17, 2005 3:50 am
Location: Denmark

favicon.ico question[solved]

Post by nexus6 »

i get this error in my error_log:

Code: Select all

їclient 127.0.0.1] PHP Parse error:  syntax error, unexpected '{' 
in C:\\Server\\Apache Group\\Apache2\\htdocs\\admin\\actions\\updatebeer.php 
on line 19, referer: 
http://localhost/admin/edit2.php?id=695ce9ab0ea3efc99915166ee6350537&tableName=Beer
їTue Jul 05 16:26:00 2005] їerror] їclient 127.0.0.1] File does not exist: C:/Server/Apache Group/Apache2/htdocs/favicon.ico
what is a favicon.ico? is it a serious error? and how can i fix it?
Last edited by nexus6 on Tue Jul 05, 2005 10:27 am, edited 1 time in total.
jollyjumper
Forum Contributor
Posts: 107
Joined: Sat Jan 25, 2003 11:03 am

Post by jollyjumper »

Hi Nexus,

The favicon is the little icon in your addressbar and favourites. Current browsers are always checking for this file, so they are causing the errors. It's not a serious error. The simplest way to correct this is to make a favicon.ico. How you can do this, you can best use google.com to find a method.

So to be short, it's just a missing file, but that's not because of an error of you.

Greetz Jolly.
User avatar
nexus6
Forum Newbie
Posts: 20
Joined: Fri Jun 17, 2005 3:50 am
Location: Denmark

Post by nexus6 »

okay :) thank very much!
Post Reply