installed the Map component tonight and got the following 500 error Can you help?: Table 'futurepr_joom236.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..............
Thank you for your time.
Installed Map component Error
- Benno
- Phoca Hero
- Posts: 9440
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Installed Map component Error
Hi,
The needed SQL queries to do this, you will find inside install.bak.sql of the Phoca Maps zip package.
Kind regards,
Benno
means, a Phoca Maps Table is missing in your database and you must create it manually e.g. with help of phpMyAdmin.Table 'futurepr_joom236.jos_phocamaps_map' doesn't exist
The needed SQL queries to do this, you will find inside install.bak.sql of the Phoca Maps zip package.
Kind regards,
Benno