[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-20 Thread Rafael Soares
Thank you so much, but I'm now with a trouble with permissions... But the permission is set to Read and Write to the directory where the images are ("tmp"). And since when I try to use '/tmp/' as a dir it didn't work, I've tried 'c:\\Inetpub\\wwwroot\\tmp\\' (this is exactly how it is in the .ph

[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-20 Thread Rafael Soares
I've located the problem: I don't have the gd2 extension... I've downloaded the PECL extensions but it isn't there... Where may I get it??? "Gusts Kaksis" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Open the php.ini file, usualy located in php dir and uncomment > "extension

[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-20 Thread Rafael Soares
It didn't work... The error this time: PHP Startup: Unable to load dynamic library './php/extensions/php_gd2.dll' - It wasn't able to found the epecified module (I don't if this last message is correct 'cause it is in portuguese-br =] - "Não foi possível encontrar o módulo especificado") The ext

[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-20 Thread Gusts Kaksis
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 func

[PHP-WIN] Re: I'm having a serious problem with imagecreatefromjpeg();

2004-09-18 Thread DvDmanDT
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 o