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

Subcriptions Problem

18 Sep 2019
#1
This issue is marked as solved
Hello my customers has found a problem when they want renew their subcription, bakpipe says the already has that plan and the customers can't buy... (i mean when the sub expires bankpipe says already has it)
Shade 18 Sep 2019
#2
Subscriptions expire using the tasks system. Is it working properly? Check the tasks logs.
Fanatica Greats 18 Sep 2019 Edited
#3
[Image: dXJwsJs.png]

Im sure is the "no name" task on the log

if i run it manually or not the problem still xD
Shade 18 Sep 2019
#4
Are users reverted to their previous usergroup?
Fanatica Greats 18 Sep 2019
#5
Sometimes no and other times yes
Shade 18 Sep 2019
#6
Let me get it clear, either it does revert usergroups or it doesn’t. No way it works just sometimes. I will have a look at expiring subscriptions for obvious issues (it’s a feature I don’t personally use so it might be broken somehow), but it’s highly likely I will have to kindly ask you for a temporary server access in the near future.
Fanatica Greats 18 Sep 2019
#7
I understand but im explaining my issue if you want i can give you administrador access to my server now
Shade 18 Sep 2019
#8
Sorry I am not available at the moment.
Fanatica Greats 18 Sep 2019
#9
okay let me know and when you want send me a dm and ill give you the access. thanks
Shade 20 Sep 2019
#10
After a short debugging session I could narrow the issue down to the following: manually subscribed users were assigned a wrong expiry date, which @Fanatica Greats couldn't notice. This is due to BankPipe's datepicker which works with the dd-mm-yyyy format, while her board was using mm-dd-yyyy format, hence the confusion. Applying the dd-mm-yyyy format fixed the issue with new manual subscriptions temporarily.

Beta 8 will adapt the datepicker's date format to the board's one.

Note that automatic payments are not affected.
Fanatica Greats likes this post