PHP Classes

error

Recommend this page to a friend!

      PHP Convert Video to GIF  >  PHP Convert Video to GIF package blog  >  PHP Tutorial to Creat...  >  All threads  >  error  >  (Un) Subscribe thread alerts  
Subject:error
Summary:error
Messages:2
Author:Priyankar Gayen
Date:2016-12-05 09:22:35
 

  1. error   Reply   Report abuse  
Picture of Priyankar Gayen Priyankar Gayen - 2016-12-05 09:22:35
Fatal error: Call to undefined function getimagesizefromstring() in C:\xampp\htdocs\priyankar\youtube_gif\giflayer\giflayer.class.php on line 104

  2. Re: error   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2016-12-05 10:12:25 - In reply to message 1 from Priyankar Gayen
You need at minimum PHP version 5.4 with the GD library installed.

Dave