View previous topic :: View next topic |
Author |
Message |
Dieu -
Joined: 22 Jun 2004 Posts: 22
|
Posted: Tue Jun 22, 2004 6:55 pm Post subject: Php error while trying to load thumbnails in ImageVue |
|
|
Everything is set up ok on my side the only problem is when i see my picture gallery , thumbnails don't show up at all. But if i click the blank thumbnail , the picture opens up fine. My php is enabled ok on Abyss Web Server i can acess the site no problem but no thumbnails !!! Anyone ever set up ImageVue on his computer ??? Here is what i am getting
Opendir() : OK
chdir() : OK
fopen() : OK
writing() : OK
That part is permissions to the imagefolder
Other part that im having problem with :
Php Info : ImageCreateFromJpeg
FatalError : Call to undefined function : imagecreatefromjpeg() in C:\program files\Abyss Web Server\imagevue\test\gdtest.php
Anyone can help me with that , not sure if the problem is related to the web server or the script ( imagevue ) that i am using
Thanks for any help guys |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Tue Jun 22, 2004 7:19 pm Post subject: |
|
|
Do you have the gd libraries loaded properly ? |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Jun 22, 2004 7:20 pm Post subject: |
|
|
I'm not to familiar with GD, however I know that enabling the "php_gd2.dll" extension for PHP will help a lot of image galllery-related problems. Search the forum to learn how to enable it. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Dieu -
Joined: 22 Jun 2004 Posts: 22
|
Posted: Tue Jun 22, 2004 7:27 pm Post subject: |
|
|
Well actualy i have read on some web site that i needed to enable GD2 in the php.ini file. ( Right now at work will try when i get home )
I also found that i should put in the C:\php\ the following file
php_gd2.dll. Hopefully that will do the trick
http://www.php.net/manual/en/ref.image.php
and
http://kromann.info/php4.php |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Jun 22, 2004 8:18 pm Post subject: |
|
|
Yes, put the "php_gd2.dll" in your C:\PHP and under the "Extensions" category of the php.ini file, uncomment (remove the semicolon) from "php_gd2.dll." _________________ Bienvenidos! |
|
Back to top |
 |
 |
Dieu -
Joined: 22 Jun 2004 Posts: 22
|
Posted: Wed Jun 23, 2004 11:57 am Post subject: |
|
|
Tried it yesterday when i got back home , and it worked right away
Thanks for all the advise guys , it's really appreciated. |
|
Back to top |
|
 |
|