php-windows Digest 20 Sep 2004 09:25:26 -0000 Issue 2402

Topics (messages 24595 through 24597):

I'm having a serious problem with imagecreatefromjpeg();
        24595 by: Rafael Soares
        24596 by: DvDmanDT
        24597 by: Gusts Kaksis

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
This is what happens:

"Call to undefined function imagecreatefromjpeg() in
c:\Inetpub\wwwroot\poe_logo.php on line 26"

I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.

Either on Apache 1.3 and PHP 4.3.3 its does not work...

I really don't what is happening...
Note I'm newbie on php, apache, IIS and so on.

--- End Message ---
--- Begin Message ---
Are you sure you have installed GD?

-- 
// DvDmanDT
MSN: dvdmandt�hotmail.com
Mail: dvdmandt�telia.com
"Rafael Soares" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> This is what happens:
>
> "Call to undefined function imagecreatefromjpeg() in
> c:\Inetpub\wwwroot\poe_logo.php on line 26"
>
> I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.
>
> Either on Apache 1.3 and PHP 4.3.3 its does not work...
>
> I really don't what is happening...
> Note I'm newbie on php, apache, IIS and so on.

--- End Message ---
--- Begin Message --- Open the php.ini file, usualy located in php dir and uncomment "extension=php_gd2.dll" (for php 5.0.1)

for 4.3.3 it's in windows dir and it's either php_gd.dll or php_gd2.dll

restart apache, restart iis

should work
works for me ;)

Rafael Soares wrote:
This is what happens:

"Call to undefined function imagecreatefromjpeg() in
c:\Inetpub\wwwroot\poe_logo.php on line 26"

I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.

Either on Apache 1.3 and PHP 4.3.3 its does not work...

I really don't what is happening...
Note I'm newbie on php, apache, IIS and so on.

--- End Message ---

Reply via email to