Phocamaps does'nt work Joomla 3.2.3

Phoca Maps - displaying maps in Joomla! CMS
rubble
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 19 Mar 2014, 11:59

Phocamaps does'nt work Joomla 3.2.3

Post by rubble »

It doesnt work and i can't remove it :cry:
What can i do, to remove it totaly?

This is what I get:
Fout
Table 'testhc.xsl4e_phocamaps_icon' doesn't exist SQL=SELECT COUNT(*) FROM `xsl4e_phocamaps_icon` AS a LEFT JOIN `xsl4e_languages` AS l ON l.lang_code = a.language LEFT JOIN xsl4e_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) Table 'testhc.xsl4e_phocamaps_icon' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor FROM `xsl4e_phocamaps_icon` AS a LEFT JOIN `xsl4e_languages` AS l ON l.lang_code = a.language LEFT JOIN xsl4e_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.ordering asc LIMIT 0, 20 Table 'testhc.xsl4e_phocamaps_icon' doesn't exist SQL=SELECT COUNT(*) FROM `xsl4e_phocamaps_icon` AS a LEFT JOIN `xsl4e_languages` AS l ON l.lang_code = a.language LEFT JOIN xsl4e_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1))
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phocamaps does'nt work Joomla 3.2.3

Post by Benno »

Hi,
What can i do, to remove it totaly?
See: https://www.phoca.cz/documents/16-joomla ... m-manually
Table 'testhc.xsl4e_phocamaps_icon' doesn't exist SQL=SELECT COUNT(*) FROM `xsl4e_phocamaps_icon` AS a LEFT JOIN `xsl4e_languages` AS l ON l.lang_code = a.language LEFT JOIN xsl4e_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1))[...]
Means, a Phoca Maps table is missing in your data base. You can create it manually with help of phpMyAdmin. All you need for this you will find in the file: com_phocamaps_v3.0.1\install\sql\mysql\install.utf8.sql
if you unzip the com_phocamaps_v3.0.1.zip package local on your pc.

Kind regards,
Benno
Post Reply