Jump to content

Redirect Loop/too Many Redirects (Client Side)


nolyoly

Recommended Posts

  • 2 weeks later...

I see it on the admin side, using the billing sub-domain in cPanel - but strangely only in Chrome. In Firefox I am blazing away.

I see it in both. Also I have my Blesta installed in a subdomain. https://portal.blastnode.com/

 

This is an issue that really needs to be fixed. I think it has to do with the .htaccess file. Can one of the developers help us out with this one? I'm using beta 5 and still having this error when customers click payment accounts and try to add a payment account. The exact link the redirect loop is occuring at is here: https://portal.blastnode.com/index.php/client/accounts/add/

 

Also I have a VPS with 1GB RAM 2GB burst RAM and it's running CentOS 6 with PHP 5.3 and MySQL 5.1 (upgrading to 5.5 now though).

 

Google Chrome Output:

This webpage has a redirect loop

The webpage at https://portal.blastnode.com/index.php/client/accounts/add/cc/ 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.
Here are some suggestions:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Link to comment
Share on other sites

  • 4 weeks later...

I see it in both. Also I have my Blesta installed in a subdomain. https://portal.blastnode.com/

 

This is an issue that really needs to be fixed. I think it has to do with the .htaccess file. Can one of the developers help us out with this one? I'm using beta 5 and still having this error when customers click payment accounts and try to add a payment account. The exact link the redirect loop is occuring at is here: https://portal.blastnode.com/index.php/client/accounts/add/

 

Were you able to resolve this issue?

Link to comment
Share on other sites

  • 3 weeks later...

Ok, so turns out this is only reproducible if you disable one of the two Accepted Payment Types in [settings] > [Company] > [billing/Payment] > [Accepted Payment Types].

 

CORE-719 fixed for 3.0.2.

 

To patch yourself update client_accounts.php (line 192):

 

 

        elseif (count($valid_account_types) == 1)

 

 

to

 

 

        elseif ($step == 1 && count($valid_account_types) == 1)

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...