Search found 4 matches

by rohdef
Sun May 08, 2022 2:04 pm
Forum: General discussions
Topic: How do I delete my user on this forum?
Replies: 1
Views: 11195

How do I delete my user on this forum?

I think the title says it all :)
by rohdef
Sat Jun 21, 2014 12:40 am
Forum: Bugs
Topic: [2.0.0-beta 2] spamblock table updates fail on pgsql
Replies: 1
Views: 6268

[2.0.0-beta 2] spamblock table updates fail on pgsql

Just had the following error: Fatal error: Uncaught exception 'ErrorException' with message 'pg_query(): Query failed: ERROR: syntax error at or near "CHANGE" LINE 1: ALTER TABLE serendipity_spamblocklog CHANGE COLUMN ip ip VAR... ^' in /usr/home/rohdef/www/armchair/include/compat.inc.php:...
by rohdef
Sat Jun 14, 2014 6:19 pm
Forum: Bugs
Topic: [2.0.0-beta 2] column 'true' does not exist
Replies: 2
Views: 3688

Re: [2.0.0-beta 2] column 'true' does not exist

The bug is in include/admin/overview.inc.php line 88, the query should use single quotes, not double, since double quotes in posgresql means a column.
by rohdef
Sat Jun 14, 2014 6:11 pm
Forum: Bugs
Topic: [2.0.0-beta 2] column 'true' does not exist
Replies: 2
Views: 3688

[2.0.0-beta 2] column 'true' does not exist

I just did a clean update from 1.7.3 to 2.0.0-beta-2. The front end works fine, even with my heavily customized theme etc., so far so good. But when accessing admin I get the following error: == TESTING ERROR MODE == Fatal error: Uncaught exception 'ErrorException' with message 'pg_query(): Query fa...