Smart Search component is gone

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
User avatar
darb
Joomla! Hero
Joomla! Hero
Posts: 2035
Joined: Thu Jul 06, 2006 12:57 pm
Location: Stockholm Sweden

Re: Smart Search component is gone

Post by darb » Tue Oct 31, 2017 10:27 am

babsy2017 wrote:I had the same problem and fixed it entering in the database
with sql command

Code: Select all

INSERT INTO `your_table_prefix_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(21, 'main', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 29, 30, 0, '*', 1);
Thks. Tested this and got this error.

MySQL said: Documentation
#1062 - Dublett '21' for key 'PRIMARY'


Locked

Return to “Extensions for Joomla! 2.5”