You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== ERROR-REPORT (BETA/ALPHA-BUILDS) ==
Warning: pg_query(): Query failed: ERROR: value too long for type character varying(12) in /var/www/html/include/db/postgres.inc.php on line 222.
For more details set $serendipity['production'] = 'debug' in serendipity_config_local.inc.php to receive a stack-trace.
Fatal error: Uncaught ErrorException: Warning: pg_query(): Query failed: ERROR: value too long for type character varying(12) in /var/www/html/include/db/postgres.inc.php:222
Stack trace:
#0 [internal function]: errorToExceptionHandler(2, 'pg_query(): Que...', '/var/www/html/i...', 222, Array)
#1 /var/www/html/include/db/postgres.inc.php(222): pg_query(Resource id #3, 'INSERT INTO ser...')
#2 /var/www/html/include/db/db.inc.php(88): serendipity_db_query('INSERT INTO ser...')
#3 /var/www/html/include/plugin_api.inc.php(849): serendipity_db_insert('pluginlist', Array)
#4 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(867): serendipity_plugin_api::setPluginInfo(Array, 'serendipity_eve...', 47, 47, 'Spartacus')
#5 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1165): serendipity_event_spartacus->buildList(Array, 'event')
#6 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1335): serendipity_event_spartacus->count_plugin_upg in /var/www/html/include/db/postgres.inc.php on line 222
== ERROR-REPORT (BETA/ALPHA-BUILDS) ==
Fatal Error: Uncaught ErrorException: Warning: pg_query(): Query failed: ERROR: value too long for type character varying(12) in /var/www/html/include/db/postgres.inc.php:222
Stack trace:
#0 [internal function]: errorToExceptionHandler(2, 'pg_query(): Que...', '/var/www/html/i...', 222, Array)
#1 /var/www/html/include/db/postgres.inc.php(222): pg_query(Resource id #3, 'INSERT INTO ser...')
#2 /var/www/html/include/db/db.inc.php(88): serendipity_db_query('INSERT INTO ser...')
#3 /var/www/html/include/plugin_api.inc.php(849): serendipity_db_insert('pluginlist', Array)
#4 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(867): serendipity_plugin_api::setPluginInfo(Array, 'serendipity_eve...', 47, 47, 'Spartacus')
#5 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1165): serendipity_event_spartacus->buildList(Array, 'event')
#6 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1335): serendipity_event_spartacus->count_plugin_upg in /var/www/html/include/db/postgres.inc.php on line 222.
For more details set $serendipity['production'] = 'debug' in serendipity_config_local.inc.php to receive a stack-trace.
Fatal error: Uncaught ErrorException: Fatal Error: Uncaught ErrorException: Warning: pg_query(): Query failed: ERROR: value too long for type character varying(12) in /var/www/html/include/db/postgres.inc.php:222
Stack trace:
#0 [internal function]: errorToExceptionHandler(2, 'pg_query(): Que...', '/var/www/html/i...', 222, Array)
#1 /var/www/html/include/db/postgres.inc.php(222): pg_query(Resource id #3, 'INSERT INTO ser...')
#2 /var/www/html/include/db/db.inc.php(88): serendipity_db_query('INSERT INTO ser...')
#3 /var/www/html/include/plugin_api.inc.php(849): serendipity_db_insert('pluginlist', Array)
#4 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(867): serendipity_plugin_api::setPluginInfo(Array, 'serendipity_eve...', 47, 47, 'Spartacus')
#5 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1165): serendipity_event_spartacus->buildList(Array, 'event')
#6 /var/www/html/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php(1335): serendi in /var/www/html/include/db/postgres.inc.php on line 222
The text was updated successfully, but these errors were encountered:
After installation, the very first time (and only that first time!) entering the administration interface, there is an error.
It goes away forever after a reload of the page.
Debian 10, fresh install, nothing else on that machine
Serendipity git/master
psql (PostgreSQL) 11.9 (Debian 11.9-0+deb10u1)
PHP 7.3.19-1~deb10u1 (cli) (built: Jul 5 2020 06:46:45) ( NTS )
(everything installed from apt, official debian packet sources)
Might be related to #743
reported Code is this:
Serendipity/include/db/postgres.inc.php
Line 222 in 4ef3a8f
Error message is:
The text was updated successfully, but these errors were encountered: