The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#621
|
||||
|
||||
It is very easy to see if Sphinx indexed your posts, from console:
Code:
$ search "post title or content here" --config /etc/sphinx.conf |
#622
|
||||
|
||||
From admin CP, find a user, from the drop-down menu near the top for that user, do 'find posts by user' and you get
Quote:
I am also getting a couple of database errors per minute which look like this: Quote:
Looks like the code is doing an insert onto the slave server causing the duplicate record error. Is this a bug in the code? This is very urgent as we are having several database errors per minute. --------------- Added [DATE]1224007861[/DATE] at [TIME]1224007861[/TIME] --------------- There is also an error when running this: http://www.avforums.com/forums/searc...duser&userid=1 (the my posts link in the menu) which gives Quote:
|
#623
|
|||
|
|||
@spinball
are you using the plugin version of the hack or the older manually edited version? ive not seen this issue and i run sphynx on a few servers/sites, ive not seen this issue yet. |
#624
|
||||
|
||||
Quote:
I changed the INSERT back to a REPLACE in the search_sphinx.php script which stopped the database errors, and I put error_reporting(0); as the first line in includes/search_functions.php to kill the error messages, but there are still other anomalies, and I think I'm going to have to offer someone $ to fix this properly for us. |
#625
|
|||
|
|||
Quote:
|
#626
|
||||
|
||||
Will do, thanks
|
#627
|
|||
|
|||
Has anyone figured out the "Find More Posts by UsernameHere" issue? It results in these error messages, but the results seem to work properly:
PHP Code:
I am wondering if it has something to do with using an older 3.6 version of vBulletin. |
#628
|
||||
|
||||
I think I posted earlier in this thread (a couple pages back) that I put "error_reporting(0);" on one of the pages, which got rid of the error message. But it didn't fix the problem... :erm: I didn't have time to track through all of the code to find out what was missing in the query.
|
#629
|
|||
|
|||
Hi RedWingFan,
Thanks for the tip. That is a good workaround so the warning does not get shown, but a *real* fix for this would be ideal. I am going to have our main site developer look at this code quickly. Maybe it's an easy fix. Thank you for the workaround, though. |
#630
|
||||
|
||||
You can turn off the errors that way, but doing a search for posts by a user is still broken. This is crippling the search capabilities and the abilities of the moderators to do their jobs.
This latest sphinx modification is broken. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|