close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

problem with page redirect Firefox

Thread began 9/19/2012 5:32 am by jamie424562 | Last modified 9/19/2012 3:37 pm by jamie424562 | 1537 views | 4 replies |

jamie424562

problem with page redirect Firefox

Hi folks,
am having a problem with firefox, it presents an error with redirect.
I have created a cart page with ecart and when i add this it presents this error, the cart or mini cart is inserted with framework builder and works fine with other browsers, just firefox presents the error.
Some help would be appreciated.
the page can be viewed here:
surfboards.php

All other pages with the cart inserted are working fine which is odd, and no other redirects are used, all pages are created with databridge.

I have also included the actual page and all pages added via framework builder.

thanks in advance

Attached Files
surfboards.zip
Sign in to reply to this post

Jason ByrnesWebAssist

  it presents an error with redirect.  



what is the error?

I am trying to reproduce the problem on your site, but there doesn't seam to be a way to add items to the cart in order to test the redirect. I'll need more details.

Sign in to reply to this post

jamie424562

u just have to view the page in firefox and u will see the error :)

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.

ie doesn't even display the page it redirects to the index page, the page con only be viewed with Chrome
surfboards.php

Sign in to reply to this post

Jason ByrnesWebAssist

in the inc/cart.php page, change the following code:

php:
<?php

// WA eCart Redirect
if ($eCart->redirStr != "../cart.php")     {
  
header("Location: ".$eCart->redirStr);
}
?>





to:

php:
<?php

// WA eCart Redirect
if ($eCart->redirStr != "")     {
  
header("Location: ".$eCart->redirStr);
}
?>
Sign in to reply to this post

jamie424562

thanks working :)

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...