PHP Classes

Missing methods

Recommend this page to a friend!

      GrabzIt PHP Library  >  All threads  >  Missing methods  >  (Un) Subscribe thread alerts  
Subject:Missing methods
Summary:index.php fails with methods missing
Messages:3
Author:Gary Smith
Date:2016-11-23 01:09:23
 

  1. Missing methods   Reply   Report abuse  
Picture of Gary Smith Gary Smith - 2016-11-23 01:09:23
if index.php is supposed to be the starting page, it fails with missing functions/methods:

SetPDFOptions is missing when the user chooses PDF
SetImageOptions is missing when the user chooses JPG.

Fatal error: Call to undefined method GrabzItClient::SetPDFOptions() in index.php on line 27

Fatal error: Call to undefined method GrabzItClient::SetImageOptions() in index.php on line 31

I searched in the code but did not find those methods.

I waited a couple weeks figuring you would find out about the missing methods or incorrect coding of index.php. After the last update (2016-11-19), I still get the same errors.

Do you have an index.php files that works?

  2. Re: Missing methods   Reply   Report abuse  
Picture of GrabzIt GrabzIt - 2016-11-23 06:43:46 - In reply to message 1 from Gary Smith
Hi,

This repository only includes the library. If you want to download the latest version of the php demo you can find it here: http://grabz.it/api/php/download.aspx

  3. Re: Missing methods   Reply   Report abuse  
Picture of GrabzIt GrabzIt - 2016-11-23 17:40:00 - In reply to message 1 from Gary Smith
Its now been updated.