So I am sure this is a server side issue but have a few problems when a user registers on the site. Once they try and login they get a redirect loop. The browser returns this error message.
"The webpage at
http://leagueses.org/lses-community/profile has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer."
When I look at the Joomla error_log here is what is being reported.
"PHP Warning: PHP Startup: Unable to load dynamic library '/opt/alt/php55/usr/lib64/php/modules/php_curl.dll' - /opt/alt/php55/usr/lib64/php/modules/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0"
The issue is something on the server side but what I am confused about is this is a Linux server, why is the error reporting a failure to find php_curl.dll which is a Windows file? Linux libraries have a .so extension.
Worth noting, I am using JFBConnect, should I be having this discussion with them instead?