The Joomla! Forum ™



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.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Mon Jun 25, 2012 11:20 pm 
Joomla! Intern
Joomla! Intern

Joined: Sat Mar 29, 2008 3:52 pm
Posts: 74
Hello, perhaps I am doing something wrong, but I am trying to enable Smart Search on my Joomla! 2.5.6 site. I have enabled the Smart Search plug-in, which is the first step. However, I then go to Components but do not have the Smart Search component to do the indexing. Is it perhaps hidden still? Missing? Thanks!


Top
 Profile  
 
PostPosted: Sat Jun 30, 2012 9:28 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Thu Jul 24, 2008 12:48 pm
Posts: 2678
Location: Austin, TX
Go to Extension Manager and click on the Manage tab. See if you see the Smart Search component listed there and make sure it's Enabled.

If not, it's possible it got uninstalled. Did you upgrade from an earlier version of 2.6?

Let us know what you find,
Will

_________________
Will Mavis - Joomla Developer
http://www.covertapps.com/jam <<< Joomla! on your Android, iPhone, iPad, and iPod Touch
If you think I can help you, PM me a link to your post and I will respond. Please don't hijack another user's thread.


Top
 Profile  
 
PostPosted: Sat Jun 30, 2012 9:44 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 17, 2005 10:27 pm
Posts: 14709
Location: Kent, England
Little tip: Enter smart in the Filter field top left of the Manager and it will pull all the Smart Search Extensions out for you. Note there are 8 of them in a default installation.


Top
 Profile  
 
PostPosted: Sun Jul 01, 2012 8:37 pm 
Joomla! Intern
Joomla! Intern

Joined: Sat Mar 29, 2008 3:52 pm
Posts: 74
Thanks for the replies. In my Extension Manager there are 8 listed (6 plugins, 1 module, and 1 component). All of them say under Location "site" except the Component, which says under Location "administrator." All are enabled, and I am logged in as SuperAdmin, yet the Component does not appear under Components. The history of the site is 1.5 > 1.7 > 2.5 > 2.5.6. Any thoughts on how to get the component to show up under Components to run the index? Thanks!


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 2:16 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sun Feb 28, 2010 8:26 pm
Posts: 838
Location: Clarksville, TN
Go to the Extension Manager and on the Database tab make sure that everything is up-to-date. Click fix if any errors are reported. If the menu item still isn't showing up, using a tool such as phpMyAdmin, run this query on your site's database:

Code:
INSERT INTO `#__menu` (`menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
('menu', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 41, 42, 0, '*', 1);


Make sure to replace the #__ prefix with your own table prefix.

_________________
http://www.babdev.com
Unsolicited PMs will be ignored
Follow me @mbabker


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 1:46 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Thu Jul 24, 2008 12:48 pm
Posts: 2678
Location: Austin, TX
You might also try disabling and reenabling the component. On my site, the admin menu item disappears when I do that. I don't know if that actually creates the row mbabker is suggesting adding or just enables/disables it.

Attachment:
Screen Shot 2012-07-02 at 9.44.12 AM.png

Attachment:
Screen Shot 2012-07-02 at 9.44.31 AM.png


You do not have the required permissions to view the files attached to this post.

_________________
Will Mavis - Joomla Developer
http://www.covertapps.com/jam <<< Joomla! on your Android, iPhone, iPad, and iPod Touch
If you think I can help you, PM me a link to your post and I will respond. Please don't hijack another user's thread.


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 1:57 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Wed Apr 04, 2007 8:54 pm
Posts: 2609
Location: Driggs, Idaho
Enabling or disabling doesn't seem to make any difference. I have the same situation on several Joomla sites and it doesn't seem to matter if the sites were upgraded from 1.5 using jupgrade or they were built fresh in 2.5. They are missing the smart search link. Going into the database to fix the issue works, but it's not a solution. Most users can't be expected to run sql statement to fix this issue. This seems to be a major bug in Joomla and should be fixed. Not sure if it's related to the Version number issue as well (version number at bottom of admin page disappears after upgrade.)

_________________
Joomla Website Design / CS-Cart Website Design
http://writenowdesign.com


Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 7:02 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 25, 2008 5:34 am
Posts: 10
mbabker wrote:
Go to the Extension Manager and on the Database tab make sure that everything is up-to-date. Click fix if any errors are reported. If the menu item still isn't showing up, using a tool such as phpMyAdmin, run this query on your site's database:

Code:
INSERT INTO `#__menu` (`menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
('menu', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 41, 42, 0, '*', 1);


Make sure to replace the #__ prefix with your own table prefix.


This wasn't enough for me. The "27" in the component_id column links to the #__extensions table. That row didn't exist, so I had to insert it:

Code:
INSERT INTO `#__extensions` VALUES
(27,'com_finder','component','com_finder','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0);


Still not finished. There are rows for the plugin that weren't in the #__extensions table either, so I had to insert them:

Code:
INSERT INTO `#__extensions` VALUES
(NULL,'plg_content_finder','plugin','finder','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),
(NULL,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(NULL,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),
(NULL,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(NULL,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
(NULL,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0);


Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 7:47 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 25, 2008 5:34 am
Posts: 10
roberb7 wrote:
Still not finished. There are rows for the plugin that weren't in the #__extensions table either, so I had to insert them:


And this still wasn't enough. I had to do one more insert:

Code:
INSERT INTO `j17_extensions` VALUES
(NULL,'mod_finder','module','mod_finder','',0,1,1,0,'{\"legacy\":false,\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{\"searchfilter\":\"\",\"show_autosuggest\":\"1\",\"show_advanced\":\"0\",\"moduleclass_sfx\":\"\",\"field_size\":\"25\",\"show_label\":\"1\",\"label_pos\":\"top\",\"show_button\":\"0\",\"button_pos\":\"right\",\"opensearch\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0);


Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 7:51 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Wed Apr 04, 2007 8:54 pm
Posts: 2609
Location: Driggs, Idaho
This is something that needs to be fixed. That's way too much to ask for most users.

_________________
Joomla Website Design / CS-Cart Website Design
http://writenowdesign.com


Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 8:20 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 25, 2008 5:34 am
Posts: 10
pxforti wrote:
This is something that needs to be fixed. That's way too much to ask for most users.


I agree entirely.

In the meantime, to make things easier, I've put all the inserts into one file, and attached it. (If you use this, don't forget to change the "J17_"'s to whatever your database prefix is.)


You do not have the required permissions to view the files attached to this post.


Last edited by roberb7 on Wed Jul 11, 2012 11:00 pm, edited 2 times in total.

Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 8:25 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Wed Apr 04, 2007 8:54 pm
Posts: 2609
Location: Driggs, Idaho
Thanks for combining the sql scripts. That's a LOT of extra work.

_________________
Joomla Website Design / CS-Cart Website Design
http://writenowdesign.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 



Who is online

Users browsing this forum: sa666u and 55 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group