View Issue Details

IDProjectCategoryView StatusLast Update
5067Composr alpha bug reportsGeneral / Uncategorisedpublic2022-11-22 04:52
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Summary5067: 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.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2022-11-22 03:02

administrator   ~7689

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.

PDStig

2022-11-22 04:52

administrator   ~7690

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 PDStig New Issue
2022-11-21 16:24 PDStig Status Not Assigned => Assigned
2022-11-21 16:24 PDStig Assigned To => Chris Graham
2022-11-21 16:24 PDStig Description Updated
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 PDStig Note Added: 0007690
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised