Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-1285 now.

Login Problem (fix completed in vcs)

Hi, I am new here but I must disturb you with my problems Wink

If I try login I get this error message
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2242: Undefined index: file
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2268: Undefined index: line
Return to forum index
General Error
SQL ERROR [ postgres ]
 
ERROR: column "w.word_text" must appear in the GROUP BY clause or be used in an aggregate function []
 
SQL
 
SELECT w.word_id, w.word_text FROM phpbb_search_wordlist w LEFT JOIN phpbb_search_wordmatch m ON (w.word_id = m.word_id) WHERE w.word_common = 0 AND m.word_id IS NULL GROUP BY w.word_id
 
BACKTRACE
 
FILE: includes/db/postgres.php
LINE: 144
CALL: dbal_postgres->sql_error()
 
FILE: includes/search/fulltext_native.php
LINE: 1010
CALL: dbal_postgres->sql_query()
 
FILE:
LINE:
CALL: fulltext_native->tidy()


My second Problem is, if I try to log in at the admin control panel I get a white window, after getting a error message like above

the third Problem is a fix
in includes/db/postgres.php Line 94
Code: Select all
 return 'PostgresSQL' . ((!empty($version)) ? ' ' . $version['client'] : '';

thre is a ) missing
Code: Select all
 return 'PostgresSQL' . ((!empty($version)) ? ' ' . $version['client'] : '');


by the way, I am useing PostgreSQL Wink

thx for helping

MfG Fide

Comments / History

Posted by Fide on Jul 12th 2006, 19:16

sorry I saw now, that this is not only a login error, I get it also if I klick on a forum

MfG Fide

Posted by naderman (Development Team Leader) on Jul 13th 2006, 20:13

I think you removed this from the new code? If so you can probably just close it or set it to review later.

Posted by Fide on Jul 13th 2006, 21:19

I removed nothing, only add a ")"

Posted by naderman (Development Team Leader) on Jul 13th 2006, 21:22

Sorry, I didn't mean you, my comment was directed at Ashe.

Linked ticket with changeset: r6208

Action performed by Anonymous (I am too lazy to register) on Jul 24th 2006, 07:53

Ticket details

Related SVN changesets