Hi
I had this problem in the past: no description and just one marker on the maps; it was because of the api key 3.x and I solved writing 3.3
then I had the problem again in august (3.3 was not in use anymore)
To solve it, I downloaded the new version 2.0.1 (with Joomla 1.7) and...ALL the markers disappeared (along with the route form)
Languages (map and markers) is set: all
What am I doing wrong?
luca
No markers with Joomla 1.7 and PM 2.0.1
-
- Phoca Newbie
- Posts: 2
- Joined: 24 Sep 2011, 19:15
-
- Phoca Newbie
- Posts: 7
- Joined: 14 Jul 2009, 17:07
Re: No markers with Joomla 1.7 and PM 2.0.1
I had the same problem, I thought it was based on my modification.
As a solution make a backup of your databasetable
[*] jos_phocamaps_map
[*]jos_phocamaps_marker
uninstall and make a clean installation of version 2.0.1
reimport your database backup,
Alternative overwrite all files of the component with the latest from zip manually for example by FTP.
IT seams on update a file is not updated/overwritten correctly.
As a solution make a backup of your databasetable
[*] jos_phocamaps_map
[*]jos_phocamaps_marker
uninstall and make a clean installation of version 2.0.1
reimport your database backup,
Alternative overwrite all files of the component with the latest from zip manually for example by FTP.
IT seams on update a file is not updated/overwritten correctly.
-
- Phoca Newbie
- Posts: 2
- Joined: 24 Sep 2011, 19:15
Re: No markers with Joomla 1.7 and PM 2.0.1
thanks
I uninstalled and reinstalled PM version 2.0.1 along with the plugin and reimported the DB
but nothing happened
some more suggestion?
where is the problem?
I uninstalled and reinstalled PM version 2.0.1 along with the plugin and reimported the DB
but nothing happened
some more suggestion?
where is the problem?
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No markers with Joomla 1.7 and PM 2.0.1
Hi, do you get some error if debug mode is enabled?
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 21
- Joined: 01 Aug 2009, 20:12
Re: No markers with Joomla 1.7 and PM 2.0.1
same problem: http://www.cjg-regioarnhem.nl/index.php ... Itemid=165
other site with joomla 1.7 and pm 2.0.0 rc does work: http://www.cjghaaren.nl/over-cjg/waar-kun-je-ons-vinden
other site with joomla 1.7 and pm 2.0.0 rc does work: http://www.cjghaaren.nl/over-cjg/waar-kun-je-ons-vinden
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No markers with Joomla 1.7 and PM 2.0.1
Did you try to install the component from scratch on the site where this occurs, testing now and get no problem with displaying markers. Did you recheck the language settings, etc.
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 18 Oct 2011, 20:20
Re: No markers with Joomla 1.7 and PM 2.0.1
I have having the same issue with 1.7
No markers are showing at all.
I turned on Debug mode and got the error;
500
JDatabaseMySQL::query: 1054 - Unknown column 'i.objectshape' in 'field list' SQL=SELECT a.*, i.id as iconid, i.url as iurl, i.urls as iurls, i.object as iobject, i.objects as iobjects, i.objectshape as iobjectshape FROM gzbxj_phocamaps_marker AS a LEFT JOIN gzbxj_phocamaps_map AS c ON c.id = a.catid LEFT JOIN gzbxj_phocamaps_icon AS i ON i.id = a.iconext WHERE c.id = 1 AND a.published = 1
Help!
No markers are showing at all.
I turned on Debug mode and got the error;
500
JDatabaseMySQL::query: 1054 - Unknown column 'i.objectshape' in 'field list' SQL=SELECT a.*, i.id as iconid, i.url as iurl, i.urls as iurls, i.object as iobject, i.objects as iobjects, i.objectshape as iobjectshape FROM gzbxj_phocamaps_marker AS a LEFT JOIN gzbxj_phocamaps_map AS c ON c.id = a.catid LEFT JOIN gzbxj_phocamaps_icon AS i ON i.id = a.iconext WHERE c.id = 1 AND a.published = 1
Help!
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No markers with Joomla 1.7 and PM 2.0.1
If you find Phoca extensions useful, please support the project