Adult Script Pro Community Forums

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.

#1 2013-10-25 17:25:08

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Problem with Sphinx

I have followed your guide up to the letter bur when i run the index command i get the uknown key name 'GROUP CONCAT' error. I did made sure that i have the v.video_id AS video, line correct.

Any ideas?


Analtube4u

Offline

#2 2013-10-26 08:07:05

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Probably you forgot , \ after v.rating, v.total_views, v.duration, v.video_id AS video, \


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2013-10-26 08:13:00

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

No it is there ..... I was very carefull with the code and did write everything according to your guide.


Analtube4u

Offline

#4 2013-10-29 16:10:38

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Is there any way you can help me with this problem of mine please?


Analtube4u

Offline

#5 2013-10-29 18:23:18

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Ahh...you have a old version of mysql? What version of mysql do you have? GROUP_CONCAT is only supported in 5.x i think.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#6 2013-10-29 19:07:57

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

5.0.96


Analtube4u

Offline

#7 2013-10-30 10:14:43

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

So do you still think it is the mysql version which is wrong?


Analtube4u

Offline

#8 2013-10-30 11:30:36

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

In that version of MySQL GROUP_CONCAT is supported. What version of mysql is linked to the searchd and indexer binary? Please email me ssh access.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#9 2013-10-30 11:34:03

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

sent you the codes for ssh access thanks


Analtube4u

Offline

#10 2013-10-30 21:16:16

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Did you found the problem?


Analtube4u

Offline

#11 2013-10-31 09:56:51

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Its fixed. Is that config from our script? There were like 20 errors in the sphinx.conf file, and i've done tons of configurations, but those errors are not in our example file.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#12 2013-10-31 10:06:05

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

yes it was from your instructions BUT i have to say i wrote them and not copied and paste (i didnt know how to do that in the editor using ssh) but i was really carefull not to do any mistake. I am really sorry for any loss of time it might occured to you because of me


Analtube4u

Offline

#13 2013-10-31 10:58:01

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

i now get this error if i enable sphinx

Query: SELECT v.video_id, v.title, v.slug, v.rating, v.rated_by, v.duration, v.thumb, v.thumbs, v.total_views, v.add_time, v.ext, v.premium, u.username FROM aspvideo AS v LEFT JOIN aspuser AS u on (u.user_id = v.user_id) WHERE v.video_id IN (656,1103,479,1107,1372,660,82,375,853,523) ORDER BY FIELD (v.video_id, 656,1103,479,1107,1372,660,82,375,853,523)
Error Message: FUNCTION analtube_asp.FIELD does not exist
Error Number: 1305


Analtube4u

Offline

#14 2013-10-31 14:18:51

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Edit modules/video/components/view.php and remove the space between FIELD and (. No idea why this bug, probably something to do with mysql, because for me it works without this bug on several installations.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#15 2013-11-01 09:58:09

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

thank toy for that. Now the only problem that remains is that at related videos i dont have any problem. But at search i get a white page after i hit enter or search (once of course i enter the keyword)


Analtube4u

Offline

#16 2013-11-01 12:30:39

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Go to Admin -> Config and enable debug. Once enabled try the search again, if a error appears, please paste it here (i will be gone for the weekend, so i will only reply on Monday,sorry for my delay).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#17 2013-11-04 07:56:47

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 775501358 bytes) in /home/analtube/public_html/libraries/sphinxapi/sphinxapi.php on line 634


Analtube4u

Offline

#18 2013-11-07 18:40:50

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

i am still waiting for your kind reply


Analtube4u

Offline

#19 2013-11-08 08:17:05

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

That means that you need to increase the memory_limit in php.ini


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#20 2013-11-08 08:38:00

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Since I have a vps can I access thus file or should I contact my hoster to do that for me. What size should I enter there?


Analtube4u

Offline

#21 2013-11-08 12:00:53

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

now i get a message saying that no videos found with blablabla.....


Analtube4u

Offline

#22 2013-11-08 19:02:20

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

Did the indexer run and searched started?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#23 2013-11-08 19:09:04

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Well I guess since it shows the related videos


Analtube4u

Offline

#24 2013-11-08 19:11:26

ivatigoal
Member
Registered: 2013-06-07
Posts: 367
Website

Re: Problem with Sphinx

Well actually does the sphinx search at ghe tags too? Otherwise there is no need for me to use it.


Analtube4u

Offline

#25 2013-11-10 06:59:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Problem with Sphinx

It searches through tags also, but the title is the most important.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB