Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Cleanup task giving error

22 Apr 2020 Edited
#1
This issue is marked as solved
Error

<error>
    <dateline>1587516336</dateline>
    <script></script>
    <line>0</line>
    <type>20</type>
    <friendly_type>MyBB SQL Error</friendly_type>
    <message>SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Query:
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        </message>
    <back_trace>  errorHandler->log_error(20, SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Query:
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        , , 0) called at [/home1/iwebsxk5/inc/class_error.php:189]
#1  errorHandler->error(20, Array ([error_no] => 1064,[error] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2,[query] =>
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        )) called at [/home1/iwebsxk5/inc/db_mysqli.php:597]
#2  DB_MySQLi->error(
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        ) called at [/home1/iwebsxk5/inc/db_mysqli.php:337]
#3  DB_MySQLi->query(
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        , 0, 1) called at [/home1/iwebsxk5/inc/db_mysqli.php:370]
#4  DB_MySQLi->write_query(
            UPDATE bankpipe_payments
            SET `sentnotification`='2' WHERE pid =
        ) called at [/home1/iwebsxk5/inc/db_mysqli.php:944]
Flyover 2.4  DB_MySQLi->update_query(bankpipe_payments, Array ([sentnotification] => 2), pid = ) called at [/home1/iwebsxk5/inc/tasks/bankpipe.php:277]
Drafts AutoSave 1.1  task_bankpipe(Array ([tid] => 30,[title] => BankPipe cleanup,[description] => Wipes expired items or those pending for too long, sends expiry notifications.,[file] => bankpipe,[minute] => 0,[hour] => 0,[day] => *,[month] => *,[weekday] => *,[nextrun] => 1587513600,[lastrun] => 1587256575,[enabled] => 1,[logging] => 1,[locked] => 1587427314)) called at [/home1/iwebsxk5/inc/functions_task.php:90]
ACP warning  run_task() called at [/home1/iwebsxk5/inc/functions.php:236]
Issues setting up Flyover  run_shutdown()
</back_trace>
</error>
Shade 22 Apr 2020
#2
Thanks, will look into it. This is an issue with the clean-up task.