PHP Classes

Errors in Test

Recommend this page to a friend!

      PHP GIF Animation Class  >  All threads  >  Errors in Test  >  (Un) Subscribe thread alerts  
Subject:Errors in Test
Summary:Errors in Animation Test
Messages:2
Author:Sebastian Rahmel
Date:2013-06-13 12:43:18
Update:2013-06-15 21:06:46
 

  1. Errors in Test   Reply   Report abuse  
Picture of Sebastian Rahmel Sebastian Rahmel - 2013-06-13 12:43:18
Hi I just found your code an thought what a cool idea.
The test_gdExtImage.php is working properly. The test_gdExtAnimatedGIF.php does not work.

I was using PHP 5.3 with gdlib installed.

Here the error:

<br />
<b>Warning</b>: Missing argument 9 for gdExtAnimatedGIF::__construct(), called in C:\Users\srahmel\Desktop\test_gdExtAnimatedGIF.php on line 58 and defined in <b>C:\Users\srahmel\Desktop\gdExtAnimatedGIF.class.php</b> on line <b>58</b><br />
<br />
<b>Notice</b>: Undefined variable: GIF_mod in <b>C:\Users\srahmel\Desktop\gdExtAnimatedGIF.class.php</b> on line <b>73</b><br />
<br />
<b>Notice</b>: Undefined variable: GIF_mod in <b>C:\Users\srahmel\Desktop\gdExtAnimatedGIF.class.php</b> on line <b>76</b><br />
<br />
<b>Notice</b>: Undefined variable: GIF_mod in <b>C:\Users\srahmel\Desktop\gdExtAnimatedGIF.class.php</b> on line <b>80</b><br />
gdExtAnimatedGIF V0.1.0: Unintelligible flag

Good idea anyway...

Sebastian

  2. Re: Errors in Test   Reply   Report abuse  
Picture of Victor Akinyemi Victor Akinyemi - 2013-06-15 21:06:46 - In reply to message 1 from Sebastian Rahmel
The bug has been fixed! Thanks for pointing it out!