Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default PayPal (Phillipines)

    I have a client using paypal - they are in the Phillipines.

    They have somehow messed up their paypal and need to get it fixed.

    When I am go to admin, enter their PDT, then select UPDATE I get an error message (406 I believe) that says admin/modules.php does not exist on this server.

    I checked the admin files in ftp and the file is there - I even uploaded a fresh copy of that file and still get the error.

    Any suggestions where to look next?

    Tina

  2. #2
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: PayPal (Phillipines)

    Their server probably has a mod_security rule that's flagging something submitted in the parameters on that page, thus throwing the 406 error.

    You can temporarily get around it by adding the following to the /admin/.htaccess file (create one if it doesn't already exist):
    Code:
    <IfModule mod_security.c>
    #    SecFilterEngine Off
        SecFilterScanPOST Off
    </IfModule>
    If that doesn't make it work, try removing the #
    If that doesn't work, you'll have to check the server's errorlogs for the specific reason for the 406, and then talk to the server administrator (hosting company) to fix it.
    .
    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
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: PayPal (Phillipines)

    Dr.Byte,

    Thanks,
    I will try it and post back.

    Tina

  4. #4
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: PayPal (Phillipines)

    I'm back! That sure fixed the problem in admin - now getting same error on catalog side when trying to make a purchase.

    Tina

  5. #5
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: PayPal (Phillipines)

    If it's the same error, then you need to talk to the hosting company.
    You need to identify which mod_security rule is causing the problem, and have them turn it off.
    Or maybe they can help you disable that one rule using another .htaccess command.
    You should be able to identify the rule via the server's errorlog.

    In the meantime, you could do a similar .htaccess edit in the root of your store folder. Just be mindful that you're forcing off all the security protection offered by mod_security.
    .
    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.

  6. #6
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: PayPal (Phillipines)

    Dr. Byte

    Thanks for the help ~ all working fine now!

    Tina

 

 

Similar Threads

  1. Paypal express checkout how to know payment is Paypal or credit card
    By gunni in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 26 Jan 2011, 12:52 PM
  2. PayPal WPPro: does it require a PayPal account when using Zencart?
    By SunAndStormdotcom in forum PayPal Website Payments Pro support
    Replies: 9
    Last Post: 3 May 2010, 03:35 AM
  3. PayPal Express doesn't pass my customer info to paypal, is this normal?
    By tj1 in forum PayPal Express Checkout support
    Replies: 14
    Last Post: 7 Nov 2007, 01:55 AM
  4. I'm using PayPal Express and PayPal IPN, should I remove PayPal IPN?
    By tj1 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 3 Nov 2007, 05:20 AM

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