|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
GD library problem?
I have scripts that store and display JPEGs in MySQL BLOBs. My scripting works on two servers at this point but not on a third. The PHP installs are a little different on each one. Can anybody spot the problem? Thanks.
1. BAD http://e-timbres.net/expertises/phpinfo.... 2. GOOD http://france-timbres.hostplex.us/php/ph... 3.GOOD http://64.62.225.246/php/phpinfo.php |
|
#2
|
|||
|
|||
|
RE: GD library problem?
do you get any error messages on the BAD server?
|
|
#3
|
|||
|
|||
|
RE: GD library problem?
No error on initial display, just no image (red X in white box). On popup images error is: Warning: Cannot modify header information - headers already sent by (output started at /home/etimbre/public_html/expertises/config.php:12) in /home/etimbre/public_html/expertises/display.php on line 35
Config.php is just 12 lines of assigns (eg. $config_user=xxx;) |
|
#4
|
|||
|
|||
|
RE: GD library problem?
make sure there are no extra carriage returns or white space in the config.php that is what would cause that error. That error does not indicate a problem with GD... if the image wont display after fixing that error, then that indicates a problem with GD
|
|
#5
|
|||
|
|||
|
RE: GD library problem?
Thanks...I had a comment screwing things up!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > GD library problem? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|