Recommend this page to a friend! |
Image Processor (CSS) | > | All threads | > | PHP sürümü ile ilgili | > | (Un) Subscribe thread alerts |
|
![]() Sinifinizi çok begendigimi söylemeliyim öncelikle.
Daha önce sinifinizi kullanarak yaptigim bir projede PHP 5.2.x sürümü ile sorunsuz olarak kullanmistim. Ancak PHP güncellemesi yaparak 5.3.x versiyonuna geçtigimde bir sürü hata ile karsilastim. Bunlarin sebebi muhtemelen güncellemeyle gelen degisiklikler. Eger düsündügüm gibi ise bunlarin düzeltildigi bir sürüm çikaracak misiniz? Yoksa elle mi düzeltelim? Belki de sorun benden kaynaklaniyor. Hatalar su sekilde; Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: width in ....\D3Image.class.php on line 544 Notice: Undefined index: width in ....\D3Image.class.php on line 548 Notice: Undefined index: heigh in ....\D3Image.class.php on line 554 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: Undefined index: background in ....\D3Image.class.php on line 118 Notice: Undefined index: background in ....\D3Image.class.php on line 124 Notice: Undefined index: in ....\D3Image.class.php on line 1652 Notice: Undefined offset: 1 in ....\D3Image.class.php on line 1043 Notice: Undefined offset: 2 in ....\D3Image.class.php on line 1044 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: Undefined variable: disX in ....\D3Image.class.php on line 526 Notice: Undefined variable: disY in ....\D3Image.class.php on line 526 Notice: Undefined variable: icX in ....\D3Image.class.php on line 526 Notice: Undefined variable: icY in ....\D3Image.class.php on line 526 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: width in ....\D3Image.class.php on line 544 Notice: Undefined index: width in ....\D3Image.class.php on line 548 Notice: Undefined index: heigh in ....\D3Image.class.php on line 554 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: Undefined index: background in ....\D3Image.class.php on line 118 Notice: Undefined index: background in ....\D3Image.class.php on line 124 Notice: Undefined index: in ....\D3Image.class.php on line 1652 Notice: Undefined offset: 1 in ....\D3Image.class.php on line 1043 Notice: Undefined offset: 2 in ....\D3Image.class.php on line 1044 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: Undefined variable: disX in ....\D3Image.class.php on line 526 Notice: Undefined variable: disY in ....\D3Image.class.php on line 526 Notice: Undefined variable: icX in ....\D3Image.class.php on line 526 Notice: Undefined variable: icY in ....\D3Image.class.php on line 526 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: height in ....\D3Image.class.php on line 544 Notice: Undefined index: border in ....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: A non well formed numeric value encountered in ....\D3Image.class.php on line 895 Notice: Undefined index: background in ....\D3Image.class.php on line 118 Notice: Undefined index: background in ....\D3Image.class.php on line 124 Notice: Undefined index: in ....\D3Image.class.php on line 1652 Notice: Undefined offset: 1 in ....\D3Image.class.php on line 1043 Notice: Undefined offset: 2 in ....\D3Image.class.php on line 1044 Notice: Undefined index: border in....\D3Image.class.php on line 737 Notice: Undefined index: file in ....\D3Image.class.php on line 111 Notice: Undefined variable: disX in ....\D3Image.class.php on line 526 Notice: Undefined variable: disY in ....\D3Image.class.php on line 526 Notice: Undefined variable: icX in ....\D3Image.class.php on line 526 Notice: Undefined variable: icY in ....\D3Image.class.php on line 526
![]() Merhabalar, Teşekkür ederim,
Notice'ların hepsini düzeltebilirisinz ilk fırsatta sürüm yenilemeyi düşünüyorum. ben de çok kullanıyorum ve hataları gördükçe de düzeltiyorum bu yüzden yeni sürümler mutlaka çıkacaktır. Şimdilik bu sorunları elle düzeltirseniz yeni sürüme kadar kullanabilirsiniz. iyi çalışmalar.
![]() Cevap için tesekkürler.
Ikisi disinda hepsini düzelttim. Ancak asagidaki ikisinin neden kaynaklandiğini bulamadim.. Yardimci olabilirseniz sevinirim. Tesekkürler. Notice: A non well formed numeric value encountered in ...\D3Image.class.php on line 887 Notice: A non well formed numeric value encountered in ...\D3Image.class.php on line 887 --------------------------------------------------------- Problemin bulundugu fonksiyon: private function RunEvent($EventName, $Param = False) { if (function_exists($EventName)) { if (isset($Param)) { if (is_array($Param)) { return call_user_func_array($EventName, $Param); } else { return call_user_func($EventName, $Param); } } else { return call_user_func($EventName); } } } ---------------------------------------------------- 887. satir "return call_user_func_array($EventName, $Param);" |
info at phpclasses dot org
.