Extension talk:UniversalSuggester

About this board

Depreciated MYSQL code

1
Bob.spencer (talkcontribs)

When Searching, all my results say:

Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\inetpub\wwwroot\mediawiki\extensions\UniversalSuggester\Suggesters\US_Suggester_class.php on line 110

Running MediaWiki 1.23.0 PHP 5.5.22 (cgi-fcgi) MySQL 5.1.72-community

Reply to "Depreciated MYSQL code"

Has anyone tried this lately (2014?)

1
Kmacdowe (talkcontribs)

Has anyone tried to add this extension lately? I am using the WikiEditor extension and am tempted to try this with that. Any thoughts? Looks like a great idea. Thx for creating it!

Reply to "Has anyone tried this lately (2014?)"
WhiteTigerItaly (talkcontribs)

In my Wiki (1.19.2) with standard toolbar I see only the icon for UniversalSuggester.

Stefahn (talkcontribs)

Same for me (also 1.19.2 and standard toolbar).

How hard would it be to integrate UniversalSuggester with the WikiEditor extension?

Reply to "Where is the toolbar?"
80.13.76.57 (talkcontribs)

Bug while searching on category with only one letter

There is an error when searching on category with only one letter : no defined variables in US_SuggesterCategory_class.php !

A workaroundis to specify variables as global at the beginnig of function getResults (they're intialized in US_RequestManager_class.php/getResults):

global $a_conditions, $a_selectFields, $s_results;

Change Semantic MediaWiki namespace

The SMW namespace is defined in US_SuggesterAttribute_class.php with the value "202". But it can change ! To have Attribute search work all time, just replace this value with SMW_NS_PROPERTY.

$a_conditions[] = 'smw_namespace = '.SMW_NS_PROPERTY;
Cagey83 (talkcontribs)
Reply to "Bugs"
There are no older topics
Return to "UniversalSuggester" page.