Hi,
I'm installing Favicon on joomla 1.6.3, it worked fine on the last versions.
When i went to the create favicon for the first time i tryed to upload a transparent png from there
But i read somewhere you cant have transparent images.. anyway.
I also tryed with a jpg image and got this same error below
Please wait until Phoca Favicon will create thumbnails.
If the site is not redirecting (there is no yellow box), it seems like your server returned a PHP error. If the PHP error is not displayed below, then it seems, PHP Error Reporting is disabled on your site. Enable PHP Error Reporting to see the error. Mostly the problem is caused by memory - GD library cannot create a thumbnail from uploaded image. In such case, remove the uploaded image from your server and try to upload image with smaller size (images are stored in images/phocafavicon folder in your Joomla! root directory).
Fatal error: Call to undefined function ImageCreateFromJPEG() in /home/fgtttyr/public_html/home/administrator/components/com_phocafavicon/helpers/phocafavicon.php on line 574
I removed the images through my ftp client to fix the problem,
I also tryed uploading the jpg in media manager and still same error if i click upoad image in favicon.
Maybe it is a memory setting i don't know?
Thanks in advance
Fatal error: Call to undefined function ImageCreateFromJPEG(
-
- Phoca Newbie
- Posts: 2
- Joined: 12 Jun 2011, 07:12
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fatal error: Call to undefined function ImageCreateFromJ
Hi, you can use transparent imges (png) in latest Phoca Favicon.
On your server, some of the GD function is not working for you, you need to have enabled GD library support (which is a standard function in php)
Jan
On your server, some of the GD function is not working for you, you need to have enabled GD library support (which is a standard function in php)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 12 Jun 2011, 07:12
Re: Fatal error: Call to undefined function ImageCreateFromJ
Ah ok so i need to get gd library on the server
Thanks later!
Thanks later!