PHP Classes

Example fails - Filename mismatch

Recommend this page to a friend!

      PHP Google Maps Time Zone Convert  >  All threads  >  Example fails - Filename mismatch  >  (Un) Subscribe thread alerts  
Subject:Example fails - Filename mismatch
Summary:In examples, change GoogleTimeZone.php to GoogleMapsTimeZone.php
Messages:2
Author:Gary Smith
Date:2016-10-05 16:40:46
 

  1. Example fails - Filename mismatch   Reply   Report abuse  
Picture of Gary Smith Gary Smith - 2016-10-05 16:40:46
The require_once statement uses the wrong filename.

In examples, change GoogleTimeZone.php to GoogleMapsTimeZone.php and you are good to go.

  2. Re: Example fails - Filename mismatch   Reply   Report abuse  
Picture of Ivan Melgrati Ivan Melgrati - 2016-10-05 18:07:00 - In reply to message 1 from Gary Smith
Thank you Gary, I forgot to update the file name on the example files. Thanks for the heads up.