View Issue Details

IDProjectCategoryView StatusLast Update
0005067Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-11-22 04:52
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMajor-bug 
Status resolvedResolutionfixed 
Summary0005067: Omni-upgrader: Mysqli adapter error
DescriptionThe omni-upgrader for v11 fails with this stack trace (hard to debug given eval code):

[21-Nov-2022 15:16:38 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type mysqli as array in /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code:135
Stack trace:
# 0 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(185): Database_Static_mysqli->query()
# 1 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(2243): Database_Static_mysqli->query()
# 2 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(2544): DatabaseConnector->_query()
# 3 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(1344): DatabaseConnector->query_insert()
# 4 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(706): Mail_dispatcher_base->log_message()
# 5 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(153): Mail_dispatcher_base->dispatch()
# 6 /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code(1222): dispatch_mail()
# 7 /var/www/vhosts/p in /var/www/vhosts/pdstig.me/test.pdstig.me/sources/global.php(352) : eval()'d code on line 135
TagsNo tags attached.
Sponsorship open

Activities

Chris Graham

2022-11-22 03:02

administrator   ~0007689

I've fixed a lot of fundamental problems upgrading to v11, but not actually tested the DB upgrade part yet. Back to you for that, Patrick.

Patrick Schmalstig

2022-11-22 04:52

administrator   ~0007690

Thank you Chris. In other news tonight, the top developers of other Content Management Systems expressed their jealousy for how awesome Composr is. XD

I'll get back with you on the v11 tests tomorrow.

Issue History

Date Modified Username Field Change
2022-11-21 16:24 Patrick Schmalstig New Issue
2022-11-21 16:24 Patrick Schmalstig Status non-assigned => assigned
2022-11-21 16:24 Patrick Schmalstig Assigned To => Chris Graham
2022-11-21 16:24 Patrick Schmalstig Description Updated View Revisions
2022-11-22 03:02 Chris Graham Status assigned => resolved
2022-11-22 03:02 Chris Graham Resolution open => fixed
2022-11-22 03:02 Chris Graham Note Added: 0007689
2022-11-22 04:52 Patrick Schmalstig Note Added: 0007690
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised