-
Bug
-
Resolution: Duplicate
-
Blocker
-
3.1.0-dev
-
None
-
None
-
PostgreSQL
Going to MCP moderation queue on postgres I get:
General Error
|
SQL ERROR [ postgres ]
|
|
ERROR: invalid input syntax for integer: "2, 4" LINE 3: WHERE forum_id = '2, 4' ^ []
|
|
SQL
|
|
SELECT SUM(forum_topics) as sum_forum_topics FROM phpbb_forums WHERE forum_id = '2, 4'
|
|
BACKTRACE
|
|
FILE: [ROOT]/includes/db/postgres.php
|
LINE: 211
|
CALL: dbal->sql_error()
|
|
FILE: [ROOT]/includes/mcp/mcp_queue.php
|
LINE: 277
|
CALL: dbal_postgres->sql_query()
|
|
FILE: [ROOT]/includes/functions_module.php
|
LINE: 522
|
CALL: mcp_queue->main()
|
|
FILE: [ROOT]/mcp.php
|
LINE: 237
|
CALL: p_master->load_active()
|
I have two forums and I think I granted administrators (full) moderation permissions on each. (The first one was installed by QI, and I assume it did that, the second forum I did myself.)
3.0 looks OK.
- was obsoleted by solution of
-
PHPBB-10871 In "Posts awaiting approval" if there's more than one post it shows no posts
- Closed