Marius Onica wrote:
> Hi all !
>
> Please verify the following 2 bugs:
>
> I have RH7.1+mysql 3.23.36 + php.4.0.4pl1 :
> 1. If I install the standard modules with php namely imap+mysql+devel+ldap I
> receive the
> following error message:
> Syntax error on line 922 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/mod_midgard.so into server:
> /usr/lib/mysql/libmysqlclient.so.10: undefined symbol:
> my_message_no_curses
> Strangely enough, because if I deinstall the ldap module the message
> dissapears. This bug is also present with
> php 4.0.5 final, but when I installed a php unstable package I don't have
> this message (with all modules installed).
I don't have RH71, but my_message_no_curses
comes from libmysqlclient. My libmysqlclient (Debian Sid) has the symbol.
> 2. If I apply a score to the subtopics from within a topic it seems that the
> following doesn't
> function correctly, namely mgd_is_article_in_topic_tree seems to evaluate
> always to true
> even if argv[0] is another subtopic.
>
> if (mgd_is_article_in_topic_tree($topic_id,$argv[0]))
> { $article = mgd_get_article($argv[0]);}
The score doesn't come into play when determining tree membership. Could
you turn on MySQL logging and post what queries are being done to verify
this membership? You should see queries like:
SELECT up FROM topic WHERE id=<some number>
where the last SELECT would compare the id to the topic you passed.
Unless $topic_id is 0; all topic trees conceptually start at topic 0, so
every article will automatically be in that topic tree.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]