× Welcome to the Sysgen Media forum!

Tell us and our members who you are.
We welcome all new members and hope to see you around a lot!

Errors after Joomla upgrade 2.5 to 3.4

7 years 6 months ago - 7 years 6 months ago #3302 by vthomas
This topic should be in Store Locator thread ...
First, I have to admit I overlooked that there was a different software package for Joomla 3 in my intial review ... so I thought I had the latest version (1.8.10) for J3 (not J2.5) and proceeded w/the upgrade via joomla updater. SO, when Store Locator wasn't working, I found the J3 version(2.3.0), and installed it over the 1.8.10 version. Now, I have error messages in the backend and a fatal error in the frontend:
Fatal error: Class LocatePlacesController cannot extend from interface JController in /xxx/components/com_storelocator/controller.php on line 19

I've replaced my db name and table prefixes for this post, otherwise here is error msg in backend:
Table 'banixxtq_xxx.abc_storelocator_locations' doesn't exist SQL=SELECT COUNT(*) FROM `abc_storelocator_locations` AS a LEFT JOIN abc_users AS uc ON uc.id=a.checked_out LEFT JOIN abc_storelocator_cats AS abc_storelocator_cats ON abc_storelocator_cats.id = a.catid LEFT JOIN abc_viewlevels AS ag ON ag.id = a.access LEFT JOIN abc_storelocator_tags AS abc_storelocator_tags ON abc_storelocator_tags.id = a.tags LEFT JOIN abc_users AS created_by ON created_by.id = a.created_by WHERE (a.state IN (0, 1)) Table 'banixxtq_xxx.abc_storelocator_locations' doesn't exist SQL=SELECT a.*,uc.name AS editor,abc_storelocator_cats.name AS categories_name,ag.title AS access_level,abc_storelocator_tags.name AS tags_name,created_by.name AS created_by FROM `abc_storelocator_locations` AS a LEFT JOIN abc_users AS uc ON uc.id=a.checked_out LEFT JOIN abc_storelocator_cats AS abc_storelocator_cats ON abc_storelocator_cats.id = a.catid LEFT JOIN abc_viewlevels AS ag ON ag.id = a.access LEFT JOIN abc_storelocator_tags AS abc_storelocator_tags ON abc_storelocator_tags.id = a.tags LEFT JOIN abc_users AS created_by ON created_by.id = a.created_by WHERE (a.state IN (0, 1)) ORDER BY a.name asc LIMIT 0, 50 Table 'banixxtq_xxx.abc_storelocator_locations' doesn't exist SQL=SELECT COUNT(*) FROM `abc_storelocator_locations` AS a LEFT JOIN abc_users AS uc ON uc.id=a.checked_out LEFT JOIN abc_storelocator_cats AS abc_storelocator_cats ON abc_storelocator_cats.id = a.catid LEFT JOIN abc_viewlevels AS ag ON ag.id = a.access LEFT JOIN abc_storelocator_tags AS abc_storelocator_tags ON abc_storelocator_tags.id = a.tags LEFT JOIN abc_users AS created_by ON created_by.id = a.created_by WHERE (a.state IN (0, 1))

It is true, I don't see storelocator_locations in the J3 database (was J2.5, then I upgraded via Joomla Update). I can't find a link or post here w/intructions for upgrading Store Locator, can you provide it? I obviously missed important steps ...
Sincerely, Vicky
Last edit: 7 years 6 months ago by vthomas. Reason: IN WRONG CATEGORY - SHOULD BE IN "STORE LOCATOR"

Please Log in to join the conversation.

More
7 years 6 months ago #3308 by sysgenmedia
Replied by sysgenmedia on topic Errors after Joomla upgrade 2.5 to 3.4
Hi Vicky,

Please go to the component options. In the Misc section, uncheck safe uninstall.

Then completely uninstall the component and re-install it.

That should remove the old tables and start fresh.

Please Log in to join the conversation.

More