Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default Help Setting Up Payment module - "requires you to log in"

    I know how to set up paypal. The problem is when I hit the save button at the end and it directs to the following link: http://www.ez1stopshop.com/catalog/a...al&action=save is gives me the following error:

    [IMG]res://ieframe.dll/info_48.png[/IMG] The website declined to show this webpage

    HTTP 403
    Most likely causes:
    • This website requires you to log in.
    What you can try:

    [IMG]res://ieframe.dll/bullet.png[/IMG] Go back to the previous page.

    [IMG]res://ieframe.dll/down.png[/IMG] More information



    Any Ideas?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help Setting Up Paypal!

    Does it give you the same error when editing settings for any other payment module?

    I'd be inclined to start by reloading your /admin files/folders.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Help Setting Up Payment module - "requires you to log in" IIS

    Nope, I've only set up the credit card and layaway module and haven't had any problems. Setting up paypal is the first I've seen this.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help Setting Up Payment module - "requires you to log in" IIS

    I've not seen this before.
    Are you hosted on IIS or Apache? Windows or Linux?
    What is in your /admin/.htacess file?
    And your /.htaccess file?
    Does your host have mod_security installed and active on your domain?
    Does adding this to your /admin/.htaccess file help? ...
    Code:
    <IfModule mod_security.c>
        SecFilterEngine Off
        SecFilterScanPOST Off
    </IfModule>
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Apr 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Help Setting Up Payment module - "requires you to log in"

    I'm on a linux server, running apache version 2.0.x. The following is in my admin/.htacess:

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>
    # Fix certain PHP values
    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>
    # to turn off register_globals
    # php_value register_globals 0

 

 

Similar Threads

  1. v1.2.x Some products "buy now" others "more info" can you help?
    By luke_pickering in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Sep 2014, 05:47 PM
  2. Replies: 1
    Last Post: 25 Feb 2010, 10:23 AM
  3. Replies: 4
    Last Post: 11 Nov 2009, 06:45 AM
  4. fedex setting "always free" weights to "0" on upgrade..help please
    By wootoot1234 in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 14 Jan 2009, 01:11 AM
  5. Replies: 2
    Last Post: 25 Feb 2007, 09:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg