The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
no related Movies showing on my site??
sphinx running:
Sphinx 2.0.1-id64-beta (r2792)
Copyright (c) 2001-2011, Andrew Aksyonoff
Copyright (c) 2008-2011, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinx/sphinx.conf'...
indexing index 'videos'...
WARNING: collect_hits: mem_limit=0 kb too low, increasing to 26624 kb
collected 93 docs, 0.0 MB
collected 216 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 93 docs, 18791 bytes
total 0.041 sec, 457959 bytes/sec, 2266.52 docs/sec
total 406 reads, 0.000 sec, 0.2 kb/call avg, 0.0 msec/call avg
total 11 writes, 0.001 sec, 17.5 kb/call avg, 0.1 msec/call avg
rotating indices: succesfully sent SIGHUP to searchd (pid=29122).
My settings for related Movies:
Show related videos = yes
related Categors = no
Complex(Sphinxsearch)
Limit = 100
per page = 10
i use the config file from here: Install Sphinx for Adult Script Pro
anyone knows what's wrong??
Offline
I will update the documentation for sphinx. You need to add a few more lines to the sphinx configuratation and then restart sphinx. Updating now.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
ok i use your updated file but now comes an Error when i want restart:
ERROR: unknown key name 'GROUP_CONCAT' in /etc/sphinx/sphinx.conf line 19 col 22.
FATAL: failed to parse config file '/etc/sphinx/sphinx.conf'
what is now wrong??
Offline
I have no idea. Never saw that error before. Please email me ssh root access and i will check and fix tomorrow. Could be possible that there is a space needed after v.video_id AS video, but i'm not sure.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
hmm when i use the old form it runs without errors so the problem comes after your changes to RC4?
i use it on Cent OS5.7
Offline
Offline
Centos is not based on debian. Its based on RHEL. Probably almost the same as rhel, but free.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
first i have run:
Sphinx 2.0.1-id64-beta (r2792)
after the config file update and the error i remove the beta and install the last stable:
Sphinx 0.9.9-release (r2117)
but the error comes allways:
ERROR: unknown key name 'GROUP_CONCAT' in /etc/sphinx/sphinx.conf line 19 col 22.
FATAL: failed to parse config file '/etc/sphinx/sphinx.conf'
this is line 19 before update: GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
this is line 19 after update : GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
for me it looks same?!
so it can only be an error/problem in line 18
befor update: v.rating, v.total_views, v.duration, \
after update: v.rating, v.total_views, v.duration, v.video_id AS video, \
Offline
Please email me ssh root access. I dont know exactly what the problem is. Is there a space after v.video_id AS video,?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
the line is exactly why i post it in my last post
i sent you an mail
Offline
anyone new of this problem?
Offline
Fixed. I dont know what the problem was, i actually only added:
v.video_id AS video,
Restarted searchd and also reloaded with indexer, just to see if it works.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Hmm i think it works!
Thanks.
but i dont understand this the 2 config files are absolutly same?!
but ok it runs and this is good.
Thanks again.
Offline
I do not know, like i said i only added what was missing. Probably you forgot a space or , (happens to me all the time when i code and then i search hours for a comma and i cant find it).
@Coscast: redhat, slackware, archlinux are not based on debian. Ubuntu, Mint and other distributions are based on debian. I used to like debian, but now i use archlinux on my desktop/laptop and centos (mostly because most clients use centos) on my servers. Debian was considered the most stable and secure linux distribution like 3-5 years ago, i dont know how its now, lost track to linux since i moved from server administration to php.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Fixed. I dont know what the problem was, i actually only added:
v.video_id AS video,
Restarted searchd and also reloaded with indexer, just to see if it works.
where did you add this? I am having an issue with sphinx and related videos
Offline
In sphinx.conf.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1