Awaiting feedback CleanUp Hourly error

Affected version
2.2.5
I noticed a new mistake today. Before v2.2.5 I didn't have this bug. It is triggered by cleanUpHourly

Code:
[0x00007f457b413d40] strtolower() /var/www/forum/src/XF/Db/AbstractAdapter.php:504
[0x00007f457b413c80] quote() /var/www/forum/src/XF/Db/AbstractAdapter.php:494
[0x00007f457b413bc0] quote() /var/www/forum/src/XF/Repository/UserAlert.php:252
[0x00007f457b413970] deleteAlertsInternal() /var/www/forum/src/XF/Repository/UserAlert.php:628
[0x00007f457b4138e0] pruneUnviewedAlerts() /var/www/forum/src/XF/Cron/CleanUp.php:134
[0x00007f457b413720] runHourlyCleanUp() /var/www/forum/src/XF/Admin/Controller/CronEntry.php:112
[0x00007f457b4136b0] call_user_func() /var/www/forum/src/XF/Admin/Controller/CronEntry.php:112
[0x00007f457b413610] actionRun() /var/www/forum/src/XF/Mvc/Dispatcher.php:350
[0x00007f457b4134d0] dispatchClass() /var/www/forum/src/XF/Mvc/Dispatcher.php:257
[0x00007f457b413440] dispatchFromMatch() /var/www/forum/src/XF/Mvc/Dispatcher.php:113
[0x00007f457b413310] dispatchLoop() /var/www/forum/src/XF/Mvc/Dispatcher.php:55
[0x00007f457b413240] run() /var/www/forum/src/XF/App.php:2337
[0x00007f457b4131c0] run() /var/www/forum/src/XF.php:488
[0x00007f457b4130c0] runApp() /var/www/forum/admin.php:13

I have disabled image proxy and link proxy. The mistake remains.
 
It's not really clear from this exactly what you're running into.

This appears to be a stack trace but it excludes the actual error message which will aid in debugging. Can you let us know what the error message is?

Not seeing anything obvious around this code that changed in 2.2.5 specifically. Which version did you upgrade from?
 
Top Bottom