Page 1 of 1

Pictures

PostPosted: Sun Apr 30, 2006 9:26 am
Author: Brady
I can upload pictures fine, they have been properly reduced. They will not display in the forum and if you click on the blank pix icon, you get "à¿ÃƒÆ’ƒËœÃƒÂ ¿ÃƒÆ’ƒÂ  ".
Thanks,

PostPosted: Sun Apr 30, 2006 10:08 am
Author: Adrian Rea
Do you have GD extension installed? If yes this will show up on your php info

A

Re: Pictures

PostPosted: Sun Apr 30, 2006 10:25 am
Author: Brady
I'm not sure what a GD extension is nor where to look. I'm new to this and loaded it on one page where everything works fine. This installation is not so smooth. Can you be more specific?
Thanks,

Re: Pictures

PostPosted: Sun Apr 30, 2006 10:48 am
Author: Brady
It directs to this in the IE address bar:"http://www.bradygriffin.com/forum/album_pic.php?pic_id=2"

Re: Pictures

PostPosted: Sun Apr 30, 2006 10:50 am
Author: Brady
Also, I reloaded the entire IntegraMod program a few days ago to try and overcome this. Same problem.

Re: Pictures

PostPosted: Sun Apr 30, 2006 1:25 pm
Author: Brady
After looking for a couple of hours:

gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

Still cannot view pictures.
Thanks,

PostPosted: Sun Apr 30, 2006 1:48 pm
Author: Adrian Rea
The issue maybe to do with your hosting that does look slow and also if 'output buffering' is on in your php.ini then you need to do the following....

In album_pic.php and album_thumbnail.php you need to add

Code: Select all
$nettoyage = ob_get_contents(); ob_end_clean();


before every occurance of

Code: Select all
switch ( $pic_filetype ) {    case


A

Re: Pictures

PostPosted: Sun Apr 30, 2006 4:38 pm
Author: Brady
Is there some way to turn output buffering off?
Thanks,

PostPosted: Sun Apr 30, 2006 4:52 pm
Author: Bush
Have your hosting company turn it off --- If youre the hosting company have root access to the machine you can turn it off by editing the php.ini file and possibly restarting Apache (or your webserver)

Re: Pictures

PostPosted: Sun Apr 30, 2006 5:19 pm
Author: Brady
Hosting is with GoDaddy, they say it is not enabled. Problem site is bradygriffin.com, working site is findapuppy.biz. Everything is enabled exactly the same with the GoDaddy on both sites. One works, one does not. I'm lost.

Problem Solved

PostPosted: Sun Apr 30, 2006 5:23 pm
Author: Brady
Problem solved. If you have the "free" hosting account with GoDaddy, the ads interfere with the pictures. I upgraded the account and it works fine.
Thanks for the advice.

PostPosted: Sun Apr 30, 2006 6:29 pm
Author: Bush
Get what you pay for ^_o

PostPosted: Mon May 01, 2006 3:23 am
Author: Adrian Rea
good to hear you solved it.

A