Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 9 guests online

Affiliates



I receive an error Call to undefined function: toarray() , why? PDF Print E-mail

This problem has been reported for those using GMaps with Mambo.  We do not support Mambo.  However, thanks to someone in the forum, you can resolve this issue by changing the googleapi.class.php file.

 

Comment out the line that uses the toArray() method.

 

$props = $map->getProperties();
########## $properties = $props->toArray(); 

 
< Prev   Next >