|
|
Joomla 1.5 and 1.24 - 2008/02/19 18:52
I am running Joomla! 1.5.1 Production/Stable [ Seenu ] 8-February-2008 22:00 GMT
I have installed gmaps 1.2.4 beta. Install goes well but when I try to access it in my component menu it goes to a blank screen.
Can you tell me what I need to diagnose what may be wrong.
Thanks carltonb
The administrator has disabled public write access.
|
|
|
Re:Joomla 1.5 and 1.24 - 2008/02/20 15:42
1.24 beta?? I'd download the latest copy and try again.
The administrator has disabled public write access.
|
|
|
Re:Joomla 1.5 and 1.24 - 2008/03/28 06:45
Yes, there is a problem.
It's the path to patTemplate.php. In the file admin.gmaps.php, there's a line with this:
define( '_GMAPS_PATTEMPLATE_DIR', $mosConfig_absolute_path . '/libraries/patTemplate/');
Change it to this:
define( '_GMAPS_PATTEMPLATE_DIR', $mosConfig_absolute_path . '/libraries/pattemplate/');
The only difference is the capital 'T', witch means a case sensitive system. There's probably the same issue with the component outside the admin, but I didn't test it.
The administrator has disabled public write access.
|
|
|
Re:Joomla 1.5 and 1.24 - 2008/05/12 12:41
yey! Thank you, this fixed the problem with 1.5
There's probably the same issue with the component outside the admin, but I didn't test it.
Can i fix it the same way?
The administrator has disabled public write access.
|
|