Results 1 to 10 of 32

Hybrid View

  1. #1

    Default Re: VendingBox Plugin Support Thread

    Thanks!

    Thanks working great

  2. #2
    Join Date
    May 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: VendingBox Plugin Support Thread

    Hi,

    I am trying to configure my store with Vending Box but every time I try to Import All Settings, I get the following error message:

    No valid feed could be found at the specified URL. Please ensure that you have installed the correct plugin and have entered the URL correctly.

    My website is www.modernhejab.com

    I have also added /vendingbox_feed.php to the excluded files for Ceon URI Mapping (SEO)

    Please let me know what I am doing wrong. Your help is greatly appreciated!

  3. #3
    Join Date
    Feb 2011
    Posts
    20
    Plugin Contributions
    1

    Default Re: VendingBox Plugin Support Thread

    Hi,

    The file seems to be there but is redirecting to your main site for some reason. We'll communicate with you through email to solve the problem and put the solution here so that others can make use of it if the same thing happens to them.

    Best regards,
    VendingBox Support.

  4. #4
    Join Date
    Feb 2011
    Posts
    20
    Plugin Contributions
    1

    Default Re: VendingBox Plugin Support Thread

    This problem arises when the .htaccess file is set to redirect requests to the index.php script.

    If your .htaccess file looks like the following:

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/zc_admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]


    then you need to add the following two lines just above the "# Handle all other ..." line:

    # Don't rewrite VendingBox feed request
    RewriteCond %{REQUEST_URI} !/vendingbox [NC]

    This will prevent mod_rewrite from intercepting requests made to the vendingbox_feed.php file.

    Thanks to mmadany for finding the issue.

 

 

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 693
    Last Post: 26 Jun 2026, 10:08 PM
  2. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  3. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  4. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  5. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 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