Erreur 500 modification article kunena - page blanche modif article joomla

  • Eclipse
  • Auteur du sujet
  • Hors Ligne
  • Membre expérimenté
  • Membre expérimenté
  • Un Geek ne vieillit pas, il se met à jour.
Plus d'informations
26 Avr 2016 02:13 - 26 Avr 2016 02:59 #1 par Eclipse
Je déterre un sujet équivalent.
kunena.aide-joomla.com/forum/kunena-3-0-...essage-ou-editionage

Je constate que Com_finder n'existe plus chez moi depuis hier.
J'ai supprimé aujourd hui la recherche avancée de joomla! ( Que j'avais réinstallé via le panneau installeur de Joomla! )
Je crois que cela m'a supprimé com_finder et toutes ses tables.

Du coup, je vais tenter de le réinstaller manuellement à l'aide de la sauvegarde akeeba.
Pour ce faire, j'ai extrait de ma sauvegarde Akeeba du jour d'avant et simplement copié collé les données du dossier dans
\administrator\components\com_finder

Je n'ai pas réimporté la base de données, qui a elle aussi été supprimée.
Est ce que je dois vraiment faire cet effort ?
A quoi servent donc réellement ses données, présentes dans les tables finder ?
Je n'ai vu aucun ajout de donnés, dans ses tables depuis la réinstallation des tables par défaut.

Je n'ai plus de problèmes à l'enregistrement. Tout va bien. Je peux à nouveau enregistrer mes articles Joomla et Kunena.
Je voudrais juste encore savoir si je peux conserver la nouvelle table, complètement vide, car, par défaut, ou, si je dois repasser par une installation plus propre, des tables, et, du composant.

En effet, la, j'y suis allé à la mano, copié collé d'un seul dossier, et, requête SQL par défaut, le code sql par défaut étant présent dans le dossier SQL du dossier com_finder



En attendant, si jamais quelqu'un avait besoin de la moitié des informations, voilà la base de données actuellement en place pour Finder :
Code:
-- -- Table structure for table `#__finder_filters` -- CREATE TABLE IF NOT EXISTS `#__finder_filters` ( `filter_id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `state` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `created_by_alias` varchar(255) NOT NULL, `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `map_count` int(10) unsigned NOT NULL default '0', `data` text NOT NULL, `params` mediumtext, PRIMARY KEY (`filter_id`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links` -- CREATE TABLE IF NOT EXISTS `#__finder_links` ( `link_id` int(10) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL, `route` varchar(255) NOT NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `indexdate` datetime NOT NULL default '0000-00-00 00:00:00', `md5sum` varchar(32) default NULL, `published` tinyint(1) NOT NULL default '1', `state` int(5) default '1', `access` int(5) default '0', `language` varchar(8) NOT NULL, `publish_start_date` datetime NOT NULL default '0000-00-00 00:00:00', `publish_end_date` datetime NOT NULL default '0000-00-00 00:00:00', `start_date` datetime NOT NULL default '0000-00-00 00:00:00', `end_date` datetime NOT NULL default '0000-00-00 00:00:00', `list_price` double unsigned NOT NULL default '0', `sale_price` double unsigned NOT NULL default '0', `type_id` int(11) NOT NULL, `object` mediumblob NOT NULL, PRIMARY KEY (`link_id`), KEY `idx_type` (`type_id`), KEY `idx_title` (`title`), KEY `idx_md5` (`md5sum`), KEY `idx_url` (`url`(75)), KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`), KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms0` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms0` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms1` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms1` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms2` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms2` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms3` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms3` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms4` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms4` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms5` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms5` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms6` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms6` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms7` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms7` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms8` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms8` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_terms9` -- CREATE TABLE IF NOT EXISTS `#__finder_links_terms9` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termsa` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termsa` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termsb` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termsb` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termsc` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termsc` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termsd` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termsd` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termse` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termse` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_links_termsf` -- CREATE TABLE IF NOT EXISTS `#__finder_links_termsf` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_taxonomy` -- CREATE TABLE IF NOT EXISTS `#__finder_taxonomy` ( `id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `access` tinyint(1) unsigned NOT NULL default '0', `ordering` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `state` (`state`), KEY `ordering` (`ordering`), KEY `access` (`access`), KEY `idx_parent_published` (`parent_id`,`state`,`access`) ) DEFAULT CHARSET=utf8; -- -- Dumping data for table `#__finder_taxonomy` -- REPLACE INTO `#__finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES (1, 0, 'ROOT', 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `#__finder_taxonomy_map` -- CREATE TABLE IF NOT EXISTS `#__finder_taxonomy_map` ( `link_id` int(10) unsigned NOT NULL, `node_id` int(10) unsigned NOT NULL, PRIMARY KEY (`link_id`,`node_id`), KEY `link_id` (`link_id`), KEY `node_id` (`node_id`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_terms` -- CREATE TABLE IF NOT EXISTS `#__finder_terms` ( `term_id` int(10) unsigned NOT NULL auto_increment, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '0', `soundex` varchar(75) NOT NULL, `links` int(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `idx_term` (`term`), KEY `idx_term_phrase` (`term`,`phrase`), KEY `idx_stem_phrase` (`stem`,`phrase`), KEY `idx_soundex_phrase` (`soundex`,`phrase`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_terms_common` -- CREATE TABLE IF NOT EXISTS `#__finder_terms_common` ( `term` varchar(75) NOT NULL, `language` varchar(3) NOT NULL, KEY `idx_word_lang` (`term`,`language`), KEY `idx_lang` (`language`) ) DEFAULT CHARSET=utf8; -- -- Dumping data for table `#__finder_terms_common` -- REPLACE INTO `#__finder_terms_common` (`term`, `language`) VALUES ('a', 'en'), ('about', 'en'), ('after', 'en'), ('ago', 'en'), ('all', 'en'), ('am', 'en'), ('an', 'en'), ('and', 'en'), ('ani', 'en'), ('any', 'en'), ('are', 'en'), ('aren''t', 'en'), ('as', 'en'), ('at', 'en'), ('be', 'en'), ('but', 'en'), ('by', 'en'), ('for', 'en'), ('from', 'en'), ('get', 'en'), ('go', 'en'), ('how', 'en'), ('if', 'en'), ('in', 'en'), ('into', 'en'), ('is', 'en'), ('isn''t', 'en'), ('it', 'en'), ('its', 'en'), ('me', 'en'), ('more', 'en'), ('most', 'en'), ('must', 'en'), ('my', 'en'), ('new', 'en'), ('no', 'en'), ('none', 'en'), ('not', 'en'), ('noth', 'en'), ('nothing', 'en'), ('of', 'en'), ('off', 'en'), ('often', 'en'), ('old', 'en'), ('on', 'en'), ('onc', 'en'), ('once', 'en'), ('onli', 'en'), ('only', 'en'), ('or', 'en'), ('other', 'en'), ('our', 'en'), ('ours', 'en'), ('out', 'en'), ('over', 'en'), ('page', 'en'), ('she', 'en'), ('should', 'en'), ('small', 'en'), ('so', 'en'), ('some', 'en'), ('than', 'en'), ('thank', 'en'), ('that', 'en'), ('the', 'en'), ('their', 'en'), ('theirs', 'en'), ('them', 'en'), ('then', 'en'), ('there', 'en'), ('these', 'en'), ('they', 'en'), ('this', 'en'), ('those', 'en'), ('thus', 'en'), ('time', 'en'), ('times', 'en'), ('to', 'en'), ('too', 'en'), ('true', 'en'), ('under', 'en'), ('until', 'en'), ('up', 'en'), ('upon', 'en'), ('use', 'en'), ('user', 'en'), ('users', 'en'), ('veri', 'en'), ('version', 'en'), ('very', 'en'), ('via', 'en'), ('want', 'en'), ('was', 'en'), ('way', 'en'), ('were', 'en'), ('what', 'en'), ('when', 'en'), ('where', 'en'), ('whi', 'en'), ('which', 'en'), ('who', 'en'), ('whom', 'en'), ('whose', 'en'), ('why', 'en'), ('wide', 'en'), ('will', 'en'), ('with', 'en'), ('within', 'en'), ('without', 'en'), ('would', 'en'), ('yes', 'en'), ('yet', 'en'), ('you', 'en'), ('your', 'en'), ('yours', 'en'); -- -------------------------------------------------------- -- -- Table structure for table `#__finder_tokens` -- CREATE TABLE IF NOT EXISTS `#__finder_tokens` ( `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '1', `context` tinyint(1) unsigned NOT NULL default '2', KEY `idx_word` (`term`), KEY `idx_context` (`context`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_tokens_aggregate` -- CREATE TABLE IF NOT EXISTS `#__finder_tokens_aggregate` ( `term_id` int(10) unsigned NOT NULL, `map_suffix` char(1) NOT NULL, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `term_weight` float unsigned NOT NULL, `context` tinyint(1) unsigned NOT NULL default '2', `context_weight` float unsigned NOT NULL, `total_weight` float unsigned NOT NULL, KEY `token` (`term`), KEY `keyword_id` (`term_id`) ) DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__finder_types` -- CREATE TABLE IF NOT EXISTS `#__finder_types` ( `id` int(10) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL, `mime` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `title` (`title`) ) DEFAULT CHARSET=utf8;

D'ailleurs, pourquoi tellement de EN, et, pas de FR ?
Finalement j'ai bien compris que cela sert, pour, la recherche avancée ....
Mais, si je ne l'utilise pas !
A quoi cela sert t'il, pour Kunena, et, pour les articles Joomla!? ...

@ suivre, pour comprendre les entrailles de nos outils.
Dernière édition: 26 Avr 2016 02:59 par Eclipse.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

  • Eclipse
  • Auteur du sujet
  • Hors Ligne
  • Membre expérimenté
  • Membre expérimenté
  • Un Geek ne vieillit pas, il se met à jour.
Plus d'informations
26 Avr 2016 03:11 - 26 Avr 2016 03:19 #2 par Eclipse
Je tente de comprendre, pourquoi les articles Joomla! et Kunena ont été affectés lors de la suppression de ce composant...
Huhu, peut être que je n'aurais pas du supprimer la recherche avancée ?
Mais, je n'arrive pas à l'intégrer correctement, ni avec Kunena, ni avec weblink ... ...


Comme dit, maintenant, le site fonctionne. C'est déjà ça. Je peux poster.
Je vois encore dans mes Plugins :
Contenu - Indexation de recherche content finder Accès 0 Public
Recherche avancée - Tags finder tags Accès 0 Public

Est ce que je dois garder ses 2 plugins ?
L'indexation de la recherche me renseigne t'elle aussi sur les mots clés cherchés dans le moteur de recherche " simple " de joomla ?
Si non, je crois que le pourrais supprimer ses 2 plugins, et, le com_finder du dossier administrateur.

Qu'en pensez vous ?


Je lis, petit rappel !

NOTE IMPORTANTE : Soyez conscient que si vous avez des éléments de contenu qui ont un niveau d'accès interdisant la vue publique, la fonctionnalité d'auto-complétion montrera toujours les termes contenus dans ces éléments de contenu. Les éléments de contenu eux-mêmes ne peuvent pas être visualisés et ne seront pas listés dans les résultats de recherche, mais si la révélation de la présence d'un mot ou d'une phrase dans un article de contenu d'accès restreint est préoccupante, alors vous devez désactiver l'auto-complétion. Pour désactiver l'auto-complétion utilisez la procédure suivante :

Connectez-vous à l'administrateur.
Cliquez sur Composants -> Recherche avancée.
Cliquez sur le bouton "Paramètres" de la barre d'outils.
Changez "Suggestions de recherche" de "Afficher" à "Masquer".
Cliquez sur Enregistrer et fermer.

Dernière édition: 26 Avr 2016 03:19 par Eclipse.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

  • Eclipse
  • Auteur du sujet
  • Hors Ligne
  • Membre expérimenté
  • Membre expérimenté
  • Un Geek ne vieillit pas, il se met à jour.
Plus d'informations
26 Avr 2016 03:28 #3 par Eclipse
J'ai désactivé :
Contenu - Indexation de recherche content finder Accès 0 Public
Recherche avancée - Tags finder tags Accès 0 Public

Je cherchais a voir si les mots clés de la recherche simple sont toujours comptabilisés.
OUI !

Donc, voilà, dans ma situation, j'ai l'impression que le com_finder n'apporte rien de plus.
C'est dommage d'ailleurs, car, il gagne a être connu, aimé, et, amélioré, mais, la recherche simple est plus facile à intégrer.

Du coup ?
AMORT com_finder ? Je peux effacer le composant ?
Est ce un composant natif de Joomla! ?

Et, pour compléter sur la recherche simple de Joomla! et, les mots qui sont enregistré suite aux recherches ... ;
Avant, j'avais les majuscules prises en comptes, et, apparemment, la, ce n'est plus le cas.
Du coup, si les gens tapent LAVSTEPH ou lavsteph, ce sera la même chose de stocké en BDD.
Est ce normal? Car, j'avais quelques fois des mots avec des majuscules, mais, la, non, plus de majuscules prises en compte.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

  • Eclipse
  • Auteur du sujet
  • Hors Ligne
  • Membre expérimenté
  • Membre expérimenté
  • Un Geek ne vieillit pas, il se met à jour.
Plus d'informations
26 Avr 2016 03:39 - 26 Avr 2016 04:32 #4 par Eclipse
Complément ( ancien ) sur la recherche avancée :
www.vulgumtechus.com/Probl%C3%A8me_SQL_d...nc%C3%A9e_sur_Joomla

Complément avec Joomla! 2.5
cinnk.com/joomla/3/le-livre-pour-tous/le...cherche-avanc%C3%A9e

Contenu - Indexation de recherche content finder Accès 0 Public
Indexation - Fils d'actualité finder newsfeeds Accès 0 Public
Indexation - Liens web finder weblinks Accès 0 Public
Indexation - Articles finder content Accès 0 Public
Indexation - Contacts finder contacts Accès 0 Public
Indexation - Catégories

Voilà, j'ai désactivé tous ses plugins la.
Je pense que la suppression de finder ne devrait maintenant plus poser problèmes, mais, est ce judicieux ?
Dernière édition: 26 Avr 2016 04:32 par Eclipse.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

  • Eclipse
  • Auteur du sujet
  • Hors Ligne
  • Membre expérimenté
  • Membre expérimenté
  • Un Geek ne vieillit pas, il se met à jour.
Plus d'informations
26 Avr 2016 04:32 - 26 Avr 2016 04:39 #5 par Eclipse
Il me reste l'autre problème que j'ai découvert au vol.
Sur la recherche simple de Joomla! les majuscules ne semblent plus être prises en compte sur les mots clés stockés suite à la recherche.
J'aimerais bien pouvoir faire la différence entre TATA et tata et TaTa.
Par contre, les accents, à la rigueur, je m'en moque.
Peut être le com search a été patché, justement à cause des soucis d'accents ?
Mais, est ce qu'il est judicieux de considérer que Lavsteph = lavsteph ou que LV426 = lv426 ?
Vos avis svp ?

Fichiers concernés :

/components/com_search/controller.php
/components/com_search/models/search.php
/components/com_search/views/search/view.html.php
/components/com_search/views/search/view.opensearch.php
/components/com_search/views/search/tmpl/default_form.php
Dernière édition: 26 Avr 2016 04:39 par Eclipse.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

Plus d'informations
26 Avr 2016 12:39 #6 par failrOn
Bonjour,

Sur les points précis au sujet de com_finder que ut évoque je pense qu'il faut demander directement le forum sur joomla.org

Dans les plugins d'intégration de Kunena as-tu activé celui qui se nomme finder ?

Pour soutenir le projet Kunena : soutenir via le système de sponsor de github
Les utilisateur(s) suivant ont remercié: Eclipse

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

Modérateurs: lavstephserge
Temps de génération de la page : 1.127 secondes
Propulsé par Kunena