Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
Fatal error - Ios Downloads/Graphs
« previous
next »
Print
Pages: [
1
]
Author
Topic: Fatal error - Ios Downloads/Graphs (Read 3674 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Fatal error - Ios Downloads/Graphs
«
on:
June 04, 2010, 09:05:38 »
Hi, i get this fatal error when clicking on
Ios Downloads/Graphs
Fatal error: Call to undefined function imagecreatetruecolor() in /var/www/html/administrator/components/com_downloads/includes/libchart.php on line 605
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Fatal error - Ios Downloads/Graphs
«
Reply #1 on:
June 04, 2010, 10:19:04 »
It can't define the function imagecretetruecolor () from that file.
The cause is that you do not have the version 2.0 GD library loaded in PHP which defines this function, which is used to create the thumbnails.
Use this PHP code to view what extensions you have loaded on your hosting account.
<?php
print_r(get_loaded_extensions());
print_r(var_dump(gd_info()));
?>
Just create a text file with the four lines above in your public_html folder (or wherever your web root is), name it with a .php extension like "test.php" and then run it by using your web browser like "
http://www.yourdomain.com/test.php
"
This does not write correct HTML but will show you the info you need. (Just do a View/Source on your browser if you want a nicer looking format.) Look for text like "[some number] => gd". If you don't see this, you do NOT have the GD library loaded.
Next you want to look for the version number. Something like: ["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
This needs to say version 2.0 or later.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Fatal error - Ios Downloads/Graphs
«
Reply #2 on:
June 04, 2010, 13:01:53 »
Ok, GD library not loaded (probably). It's not on my server so i won't investigate further.
Thanks!
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Fatal error - Ios Downloads/Graphs
«
Reply #3 on:
June 04, 2010, 13:09:36 »
Ok. Just to know what happen then.
Nothing ... my pleasure
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
Fatal error - Ios Downloads/Graphs