Page 1 of 1

Phocamaps does'nt work Joomla 3.2.3

Posted: 19 Mar 2014, 12:03
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))

Re: Phocamaps does'nt work Joomla 3.2.3

Posted: 19 Mar 2014, 13:05
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