Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
407 views
in Plugins by

Thanks to @pupi1985 we are now having a social login plugin for Q2A. We are using it on our website GATEOverflow for LinkedIn and Google logins and they work great. Please feel free to try it. 

https://github.com/GATEOverflow/q2a-social-login

Q2A version: 1.8.8

2 Answers

0 votes
by
Hi I added this plugin in my site which is 1.8.8 and it broke down

php version 8.3
by
What happened? We are also running it on 1.8.8
by
Thanks for your reply
I have uploaded the files to plugin folder and when ì enter to the plugin page in admin and activate the plugin the site becomes a white page
by
My bad - the vendor folder was excluded in .gitignore. Can you try now?
0 votes
by
This plugin is incomplete. The site breaks due to php fatal error. Qa-plugin.php requires vendor/autoload.php which doesn't exist.
by
So I have been trying to figure out why this plugin doesn't work and the plugin is very confusing. I have tried to figure out why the plugin doesn't work and have gotten no where.I have copied the error logs below.

[Thu Oct 31 23:18:07.881738 2024] [proxy_fcgi:error] [pid 489654:tid 489986] [remote 98.233.85.14:50493] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Class "PUPI_SL\\Config" not found in /home/admin/domains/biblyoverflow.com/public_html/qa-plugin/q2a-social-login-main/qa-plugin.php:22\nStack trace:\n#0 /home/admin/domains/biblyoverflow.com/public_html/qa-include/Q2A/Plugin/PluginManager.php(91): require_once()\n#1 /home/admin/domains/biblyoverflow.com/public_html/qa-include/Q2A/Plugin/PluginManager.php(114): Q2A_Plugin_PluginManager->loadPlugins()\n#2 /home/admin/domains/biblyoverflow.com/public_html/qa-include/qa-base.php(405): Q2A_Plugin_PluginManager->loadPluginsAfterDbInit()\n#3 /home/admin/domains/biblyoverflow.com/public_html/qa-include/qa-page.php(36): qa_initialize_postdb_plugins()\n#4 /home/admin/domains/biblyoverflow.com/public_html/qa-include/qa-index.php(189): require('...')\n#5 /home/admin/domains/biblyoverflow.com/public_html/index.php(27): require('...')\n#6 {main}\n  thrown in /home/admin/domains/biblyoverflow.com/public_html/qa-plugin/q2a-social-login-main/qa-plugin.php on line 22', referer: https://biblyoverflow.com/admin/plugins

The  above error codes happen after I upload the plugin to the plugin folder. The readme.md file gives no real information unfortunately. I am hoping that someone will see something that I don't and get me in the right direction.
by
My bad - the vendor folder was excluded in .gitignore. Can you try now?
by
When I installed it again with the updated files I was still getting errors. When going through the error logs I noticed that it was trying to open the qa-external/qa-external-users.php. Which I did not think that I needed to have this option configured. So out of curiosity I looked in the files of the plugin. In the qa-plugin.php file within the plugin directory, on line 8 the following code is if (!QA_FINAL_EXTERNAL_USERS)...

I then configured the config.php file to allow qa ecternal users to see what would happen. After doing so, that took care of the error codes but, can no longer log in. At this point I am completely lost. I thought the qa external users was for multi site. Now my question is are you using qa external option with the plugin and if so, how did you setup the files to work correctly.
by
No. We are not using external users and we also don't have any additional settings. AFAIK the plugin doesn't support External users.
ago by
I can't seem to figure it out. I am pretty sure I am using the same theme, qa version has your site. It should work right out of the box. However, this has been an issue with many plugins that are available. They seem to only work for some and not others. Very confusing indeed. If I can't get it to work I'll have to figure out a way to reach the person that developed it.
...