Hi,
Can anybody help because this is driving me nuts, I'm using Phoca Favicon with Joomla 1.5.3 with PHP 5.2.6 and IIS 5.1, Phoca Favicon creates the thumbnail in the D:\Testing Server\Joomla\images\phocafavicon\thumbs directory, however it refused to create the favicon.ico for any template.
Best Wishes,
K
Favicon is not being created
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Favicon is not being created
try to see, if you have some .ico file in the templates/your-template folder
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Jun 2008, 04:51
Re: Favicon is not being created
The only .ico files are the default ones in the sample templates i.e. the original joomla ones in the D:\Testing Server\Joomla\templates\beez and D:\Testing Server\Joomla\templates\rhuk_milkyway directories.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Favicon is not being created
so maybe you don't have access right for writing the file on your disc...
Try to add the favicon into the beez template, you should have two files there:
favicon.bak (old favicon.ico)
favicon.ico (new favicon.ico)
Download the favicon component from the server now, I have changed the if clause (for cases that there is no original favicon.ico)
it worked so: if there were no original favicon.ico, Phoca Favicon didn't create the icon
now it works so: if there is no original favicon.ico, Phoca Favicon create it
it is not your case, but try it ... first you should see your permissions...
Jan
Try to add the favicon into the beez template, you should have two files there:
favicon.bak (old favicon.ico)
favicon.ico (new favicon.ico)
Download the favicon component from the server now, I have changed the if clause (for cases that there is no original favicon.ico)
it worked so: if there were no original favicon.ico, Phoca Favicon didn't create the icon
now it works so: if there is no original favicon.ico, Phoca Favicon create it
it is not your case, but try it ... first you should see your permissions...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Jun 2008, 04:51
Re: Favicon is not being created
Hi Jan,
There was nothing wrong with my permissions, it was the old Phoc Favicon component as your new one works like a charm and I haven't changed any permissions in IIS or elsewhere.
Best Wishes,
K
There was nothing wrong with my permissions, it was the old Phoc Favicon component as your new one works like a charm and I haven't changed any permissions in IIS or elsewhere.
Best Wishes,
K
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Favicon is not being created
Great to hear it, Jan
If you find Phoca extensions useful, please support the project