Page 1 of 1

Error when creating a Map

Posted: 10 Mar 2015, 14:05
by @ndres
Hello!!!

I have a problem when I try to create a map:

Joomla: 2.5.28
Component: Phoca Maps v2.0.6
Plug-In: Phoca Maps v2.0.5
Error: When I click the Map button to create a new one I get this error
Message Error:
500 - An error has occurred.
Table 'sentimi1_joomla2x.jos_phocamaps_map' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor FROM `jos_phocamaps_map` AS a LEFT JOIN `jos_languages` AS l ON l.lang_code = a.language LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.ordering asc Table 'sentimi1_joomla2x.jos_phocamaps_map' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor FROM `jos_phocamaps_map` AS a LEFT JOIN `jos_languages` AS l ON l.lang_code = a.language LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.ordering asc LIMIT 0, 20 Table 'sentimi1_joomla2x.jos_phocamaps_map' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor FROM `jos_phocamaps_map` AS a LEFT JOIN `jos_languages` AS l ON l.lang_code = a.language LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.ordering asc

Return to Control Panel
Thank you very much!!!

Re: Error when creating a Map

Posted: 10 Mar 2015, 16:10
by Benno
Hi,
this means this table: jos_phocamaps_map is missing in your database and you need to create it manually.
See: https://www.phoca.cz/documents/16-joomla ... ase-column

Kind regards,
Benno