Welcome Guest, Not a member yet? Register   Sign In
[HELP NEEDED] array serialization and inserting into database
#21

[eluser]M52 Studios[/eluser]
[quote author="WanWizard" date="1293143435"]Check your apache logs. Isn't Chrome trying to load an favicon.ico or something?[/quote]

I've checked the logs and everything looks to be alright. The favicon.ico was indeed missing, but I threw it on the server, and it's showing up next to the title of the page. Does the favicon need to be in the root directory of the server, or root directory of the codeigniter installation?
#22

[eluser]WanWizard[/eluser]
In the root directory of the webserver (the DOCROOT), unless you use
Code:
<link rel="icon" type="image/png" href="http://example.com/some/path/myicon.png" />
#23

[eluser]M52 Studios[/eluser]
[quote author="WanWizard" date="1293167028"]In the root directory of the webserver (the DOCROOT), unless you use
Code:
<link rel="icon" type="image/png" href="http://example.com/some/path/myicon.png" />
[/quote]

Well, I got the icon to work using the method you suggested. W3 seems to encourage this method, as well. But, to no avail, chrome is still doing the double entry. I've uploaded the site with the database to 2 different servers, aside from localhost, so I know that it's not a host related issue.

Really a very strange problem, as all of this should be browser independent, right? There's absolutely 0 javascript of any kind on the site.

Anyone have any experience with Chrome and CodeIgniter incomparability?




Theme © iAndrew 2016 - Forum software by © MyBB