Hello,

It looks we have got a nice problem with SQL queries in bugs.php.net.


When I search a bug with the search tool, I get some SQL errors.

Plus when a submit a bug, I get:

Warning: mysql_query() [function.mysql-query]: Unable to save result set in
/local/Web/sites/php-bugs-web/report.php on line 50
SELECT * from bugdb WHERE bug_type != 'Feature/Change Request' AND MATCH
(bugdb.email,sdesc,ldesc) AGAINST ('Bugs.php.net cannot search any bug.')
LIMIT 5
Got error 127 from table handler

And with:

http://bugs.php.net/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=Analyzed&bug_type%5B%5D=PEAR+related&php_os=&phpver=&assign=&author_email=&bug_age=0


I get:
SELECT SQL_CALC_FOUND_ROWS *, TO_DAYS(NOW())-TO_DAYS(ts2) AS unchanged FROM
bugdb WHERE bug_type IN ('PEAR related') AND status='Analyzed' AND
(SUBSTRING(php_version,1,1) = '4' OR SUBSTRING(php_version,1,1) = '5' OR
php_version = 'Irrelevant') ORDER BY id DESC LIMIT 0,10
Got error 127 from table handler.


I can't report a bug so please fix it without any.
-- 
Regards.
M.CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com H�bergement de sites internets.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to