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 11 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
helenako
Senior Boarder
 
Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/23 19:49
fixed it,

the api key hadnt a http: prefix

pro is also working fine,
Post edited by: helenako, at: 2008/07/23 19:50

Post edited by: helenako, at: 2008/07/25 02:56
The administrator has disabled public write access.

helenako
Senior Boarder
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/24 02:24
i changend the component 1.2 gmaps (not pro, was testet on 1.5) if i want to configure it this error occurs:
Fatal error: require_once() [function.require]: Failed opening required '/htdocs/libraries/patTemplate/patTemplate.php' (include_path='.:/opt/RZphp5/includes') in /htdocs/administrator/components/com_gmaps/admin.gmaps.php on line 174

!?!?!
The administrator has disabled public write access.

helenako
Senior Boarder
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/24 02:44
ok problem fixed in gmaps_admin.php
, but 1.2.4 will not support cb plugin, so itīs useless..
The administrator has disabled public write access.

bryantay
Junior Boarder
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/24 15:21
How did you fix this problem?

I'm getting the exact same error...

Fatal error: require_once() [function.require]: Failed opening required '/htdocs/libraries/patTemplate/patTemplate.php' (include_path='.:/opt/RZphp5/includes') in /htdocs/administrator/components/com_gmaps/admin.gmaps.php on line 174
The administrator has disabled public write access.

bryantay
Junior Boarder
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/24 15:31
Fixed it....

I had to rename the directory "pattemplate.php" to "patTemplate.php and it works fine.

Looks like there is still a Case issue in the code base as referred to in this thread:

http://gmaps.firestorm-technologies.com/index.php?option=com_joomlaboard&Itemid=52&func=view&id=1569&catid=14#1569

Post edited by: bryantay, at: 2008/07/24 15:32
The administrator has disabled public write access.

bryantay
Junior Boarder
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/25 09:47
Just a follow up...

this did fix the backend but broke the frontend.

essentially what I've found is in the current free Gmaps download there is a major Case Sensitive discrepancy in the code base as it refers to term patTemplat.

in the code it's used three defferent ways. patTemplate, PatTemplate, and pattemplate.

files are being referenced to these but the case is different in the references so the site errors out.

If I change one reference to fix one area it breaks another.

Any chance this will be fixed anytime soon?

Does this happen with the Pro version?

thanks
The administrator has disabled public write access.

support
Admin
 
Re:Joomla 1.5 + gmaps pro 1.0 beta - 2008/07/26 20:12
The pro build should not have this issue. The problem is that the Joomla 1.5 put the template engine in a different location and the case changed. Case being the primary cause. The basic version problem hasn't been resolved in the code base.
The administrator has disabled public write access.