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

Problem with Flyover

6 May 2018
#1
This issue is marked as solved
Hello there, I'm new here

I'm having some problems with Flyover so first of all when I installed it I had the problems with the database, saying that X table creation can't have default values bla bla bla bla for example, text columns can't have not null + default values, so what I did is that I manually created the tables and then let the process continue by itself. Anyways, about the problems, the first problem that I have is with Facebook which doesn't let me log in because it says that I didn't set up the domain correctly (in the application) but I did, so I figured that I probably happen because facebook require strict uri, but I'm not sure. About Steam it redirects me to a blank page and nothing happens.
Quinn Humphreys 7 May 2018 Edited
#11
OK ty, will let you know

Okey so update. Facebook still not working and showing the same error, Steam its working now but only if I was already logged in steam, If I get redirected to Steam and then log in and then press continue wont work. Then will ask me for my username and information but when saving it will give me this error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1364 - Field 'usernames' doesn't have a default value
Query:
INSERT INTO mybb_flyover_settings_data (Steam, uid) VALUES ('ff0681e0c1c946cae5d09e56a896f2c1', 18) ON DUPLICATE KEY UPDATE Steam = 'ff0681e0c1c946cae5d09e56a896f2c1'
Please contact the MyBB Group for technical support.
Shade 7 May 2018
#12
Thank you for your report. This looks more difficult than it seemed. Basically your environment does not want a default value for TEXT fields, but also gets mad when you do not specify one while updating the table.

I am going off to bed at the moment, but I will find a permanent solution tomorrow.

As for the Facebook issue, it’s a common one and it’s caused by an error in your Facebook application. Ensure you have loaded the correct redirect URI for Flyover, which is displayed when you configure it from the ACP. Copy and paste the value given by Flyover into the Redirect URI field in Facebook’s Developer site and try again.

Sorry for the inconvenience.
Quinn Humphreys 7 May 2018 Edited
#13
Don't worry will wait for a fix tomorrow, I'm glad im helping. Also I did that on my Facebook application but still not working https://i.imgur.com/6l01euO.png

Also I forgot but I get this error in error.log (Apache)

[Sun May 06 1810.898670 2018] [:error] [pid 19315] [client xxxxxxxxxxx 120] PHP Fatal error: Uncaught Exception: No provider ID specified. in /var/www /html/foro/inc/plugins/Flyover/hybridauth/Hybrid/Provider_Adapter.php:70\nStack trace:\n /var/www/html/foro/inc/plugins/Flyover/hybridauth/Hybrid/Auth.php(277 ): Hybrid_Provider_Adapter->factory('Steam', Array)\n#1 /var/www/html/foro/inc/p lugins/Flyover/hybridauth/Hybrid/Endpoint.php(161): Hybrid_Authsetup('Steam')\ n#2 /var/www/html/foro/inc/plugins/Flyover/hybridauth/Hybrid/Endpoint.php(55): H ybrid_Endpoint->processAuthDone()\n#3 /var/www/html/foro/inc/plugins/Flyover/hyb ridauth/Hybrid/Endpoint.php(72): Hybrid_Endpoint->__construct(Array)\n#4 /var/ww w/html/foro/inc/plugins/Flyover/hybridauth/index.php(15): Hybrid_Endpointproce ss()\nFlyover 2.4 /var/www/html/foro/flyover.php(13): require_once('/var/www/html/f...')\ nDrafts AutoSave 1.1 {main}\n thrown in /var/www/html/foro/inc/plugins/Flyover/hybridauth/Hybrid /Provider_Adapter.php on line 70
Shade 7 May 2018
#14
Use https, not http in the redirection URL. Also, you need to update the board URL in General settings and set the https prefix; otherwise, URIs will not coincide and Facebook will refuse to authenticate your users.

I am going to deploy a fix for the TEXT issue this afternoon.
Quinn Humphreys 7 May 2018
#15
Did that but still giving me the same error

URL bloqueada: La redirección ha fallado porque la URI no está incluida en la lista de autorizados OAuth de cliente de la aplicación. Comprueba que el acceso "OAuth" de cliente y web estén activados y añade todos los dominios de tus aplicaciones como URI de redirección "OAuth"

Blocked URL: The redirection has failed because the URI is not included in the OAuth client list of the application's authorized. Check that the "OAuth" client and web access are activated and add all the domains of your applications as redirection URI "OAuth"
Shade 7 May 2018
#16
Did you try configuring the app following these instructions? How to install. They are for MyFacebook Connect, but the config is identical. Just replace the redirection URI with the one generated by Flyover in Facebook's configuring panel.
Shade 7 May 2018
#17
I have updated Flyover to version 1.4.1. It's a hotfix release including the critical issue you reported with strict environments. Also, it features a new Steam and Facebook API (since 1.4 included old SDKs by mistake) which should also fix the issues you've been getting with Facebook lately.

To upgrade, simply overwrite the old files with the new one and run the upgrade script. I have included all the required database edits in it so all you need to do is a simple one-click upgrade through the ACP (you will be prompted with an upgrade request message in every ACP page).

Please let me know how it goes.
Quinn Humphreys 7 May 2018 Edited
#18
Okey Facebook still not working, I don't know why. May you please help me with the ocnfiguration of the facebook app?

http://prntscr.com/jexugb
http://prntscr.com/jexus3

Also steam does works now but when completing the registration I get this error

http://prntscr.com/jexvhi
Shade 7 May 2018
#19
If you can give me a temp FTP and admin account I’ll fix the issue directly on your side. Seems like the upgrader did not upgrade all fields.
Quinn Humphreys 7 May 2018
#20
Yes. I will send it as a PM