![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 14 Pomógł: 0 Dołączył: 7.08.2007 Ostrzeżenie: (0%) ![]() ![]() |
Mam problem, mianowicie w tym skrypcie
$image = md5($data['photo']).'.jpg'; # zapisujemy miniaturke $dest_name = $image; # najmniejszy obrazek 50x50 micro $tn_image = new Thumbnail('' . $image, 50, 50); $tn_image->save('/_t' . $image); # najmniejszy obrazek 100x100 thumbnail $tn_image = new Thumbnail('' . $image, 100, 100); $tn_image->save('/_t' . $image); # sredni obrazek 190x190 thumbnail $tn_image = new Thumbnail('' . $image, 190, 190); $tn_image->save('/_m' . $image); w 4 lini wyrzuca mi taki błąd Fatal error: Class 'Thumbnail' not found in C:\Program Files\WebServ\httpd\libs\php\class.kp.produkt.php on line 1208 Co może być nie tak, jak to naprawić (IMG:http://forum.php.pl/style_emoticons/default/questionmark.gif) |
|
|
![]() ![]() |
![]() |
Aktualny czas: 28.09.2025 - 20:16 |