By Kevin Morrison on Monday, 01 December 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1.4K
Votes 0
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?
Hello Kevin,

You need to install curl depending on your Linux flavor and then if it doesn't enable it, you would add:

extension=curl.so

to php.ini instead. Please give it a try. If this doesn't work, you can contact your hosting provider about this issue.
·
Monday, 01 December 2014 12:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Nic, I figured that would be the reply. Still not sure why it is trying to reference a dll file though? Anyway I am using CloudLinux and there is something wrong with curl on the selectors.
·
Monday, 01 December 2014 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kevin,

Have you consult with your hosting provider? Maybe they have some clues that we missed out.
·
Tuesday, 02 December 2014 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post