Error when creating a Map

Phoca Maps - displaying maps in Joomla! CMS
@ndres
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Mar 2015, 13:45

Error when creating a Map

Post 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!!!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Error when creating a Map

Post 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
Post Reply