Author |
Message |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
yes of course there is NO SEMICOLON...
@TRUSTAbyss
thanks for checking!
i'm just back from my short holidays. I'll do the second run all possible tests and ping you back with results. |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
phpinfo() result:
header("Content-type: image/png");
$im = imagecreate(100, 50)
or die("Cannot Initialize new GD image stream");
$background_c ... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
oops. haven't mentioned the response...
The code is OK, it is from PHP manual page (and it works perfectly on my host server).-->"Image '...' cannot be displayed because it contains errors ... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
a!!
But i have allready done that!
It doesn't help (see 5th post).
I am allready running preconfigured version and have gone thru instructions, it only doesn't solve my problem... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
shit man!
SINCE i already have 2 installations of php running and 2 webservers (!) I REALLY don't want install another one...
I could though compare the installations and that is what I will do.. ... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
i have php5 which has included gd lib. i have also checked 3x it is there. AND gd_info() says it's there!
the problem must bo in server config... (or php) |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
well.. I apologize. I just wanted to keep the track of my problem solving.
Any ideas anyway? |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
installed the preconfigured tihng. STILL NO RESULT. |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
i'll just answer to myself - NO it doesn't do any good. :(
WHat possible configuration might be different in the php5 precofigured installation?
Is everyone happilly using GD library with no tr ... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
aha...
But this installation includes php installation, which i don't want, for I have just successfully installed PEAR...
Is maybe only UPDATING to the latest version any better? Do I loose ... |
Topic: GD library problem |
container
Replies: 21
Views: 34762
|
|
Hey!
I've got php5 installed with GDlib2 enabled in php.ini.
Function gd_info() displays:
does not work.
I've tried the same thing on other server and it works. -->http://danijel.kur ... |
|