Author: Martin Gottlieb
Email: [EMAIL PROTECTED]
Message:
Hello Keith,
Are you seeing segfaults in your Apache (?) error logs ?
I had the same symptoms when first installing and found that it
was related to the category functionality. I found that the
Udm_Get_Res_Field call from search.php found below was causing
the problem and commented it out and replaced it with the line
below it ( $category = ''; ). Of course, I hadn't created the
categories table in the database since it wasn't part of the initial
create table sql script. Creating this table MIGHT also solve the
problem.
if ($phpver >= 40006) {
// $category=Udm_Get_Res_Field($res,$i,UDM_FIELD_CATEGORY);
$category='';
} else {
$category='';
}
> I have everything indexed and working. The cgi search works fine, I have php using
>the same search.htm file but it dosen't work.
>
> I type in a search and it gets far enough to re-draw the search box then quits. In
>konqueror I get a error "Connection to host domainname.com is broken" When
>I look at the html output it's like it stoped right when it was going to display the
>mysql results. I don't know what else to check. This is a out of the box config and
>the cgi search works so I have no idea why the php search won't.
>
> Oh, I'm using 3.1.17 of mnogosearch and 3.1.3.5 of the php frontend.
>
> thanks
>
Reply: <http://www.mnogosearch.org/board/message.php?id=2673>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]