Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Page Not Found Error

    I have been noticing this weird Page not Found.
    I have Super Tracker Mod installed so I can track the behavior of the customers on the site. I have been noticing that almost every other customer get a page not found error when I tried to locate that link it was to the following page: http://www.ohiospeedshop.com/include...nt_details.gif,
    I tried to track down that button and it is related to the product review templates. I also noticed that some customer are getting to this page after landing on a product page. I have tried every possibility that might send the customer to the link above but I can't find anything on the product page or anywhere on the site that will link to that page.

    I don't even have that mcnt_details.gif in neither the template default or my custom template.

    I don't have any reviews yet, I only have one customer account. I understand that customers can't leave reviews without creating an account.
    So how can I figure out why are customers getting to this Not Found Page???

  2. #2
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Page Not Found Error

    If you look at your currencies field it calls the image
    Code:
    <!-- Currencies -->
    <div id="currencyHeader">
    <div id="currencyText"> Currencies:</div>
    <div id="currencyForm">
    <form method="get" action="http://www.ohiospeedshop.com" name="currencies">
    <select class="header1_sel" onchange="this.form.submit();" name="currency">
    </select>
    <input type="hidden" value="page_not_found" name="main_page"/>
    <input type="hidden" value="template_default" name="templates"/>
    <input type="hidden" value="english" name="buttons"/>
    <input type="hidden" name="mcnt_details.gif"/>
    <input type="hidden" value="xxxxxx" name="zenid"/>
    </form>
    </div>
    </div>
    <!-- End Currencies -->
    • 446F63746F722057686F •

  3. #3
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page Not Found Error

    Thanks for the reply. I was able to get the same error. But there is nowhere in the code that I used to display the currency in the header where its calling for that image. The code I am using for the currency in the header is:
    PHP Code:
    <!-- Currencies -->
    <div id="currencyHeader">
    <div id="currencyText">
    <?php echo 'Currencies:'?>
    </div>
    <div id="currencyForm">
    <?=zen_draw_form('currencies'zen_href_link(basename(ereg_replace('.php',''$PHP_SELF)), ''$request_typefalse), 'get')?>
    <?
        if (isset($currencies) && is_object($currencies)) {
          reset($currencies->currencies);
         $currencies_array = array();
          while (list($key, $value) = each($currencies->currencies)) {
           $currencies_array[] = array('id' => $key, 'text' => $value['title']);
          }
          $hidden_get_variables = '';
          reset($_GET);
          while (list($key, $value) = each($_GET)) {
            if ( ($key != 'currency') && ($key != zen_session_name()) && ($key != 'x') && ($key != 'y') ) {
              $hidden_get_variables .= zen_draw_hidden_field($key, $value);
            }
          }
        }

    ?>

    <?=zen_draw_pull_down_menu('currency'$currencies_array$_SESSION['currency'], 'class="header1_sel" onchange="this.form.submit();"') . $hidden_get_variables zen_hide_session_id()?>
    </form>
    </div>
    </div>
    <!-- End Currencies -->

  4. #4
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page Not Found Error

    Thanks for your help. I think the reason I am getting an error is because of the Simple SEO it creates an error in the loop. I tried to disable that mod and test the currency and it seems to work without the Simple SEO. I will see if there was a fix for that issue from the publisher of that mod.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page Not Found Error

    Hey skip
    I added the currency to the exclusion list in the SEO mod so it is not being redirected anymore. It seems to work on my end can you verify that.

  6. #6
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Page Not Found Error

    Still passing values.

    If you comment out this section will currency still work?
    Code:
    /*
          reset($_GET); 
          while (list($key, $value) = each($_GET)) {
            if ( ($key != 'currency') && ($key != zen_session_name()) && ($key != 'x') && ($key != 'y') ) {
              $hidden_get_variables .= zen_draw_hidden_field($key, $value);
            }
          } 
    */
    • 446F63746F722057686F •

  7. #7
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page Not Found Error

    If I disable that the when you go to change the currency you will get a redirect loop error.

    That being said that page not found error is still showing up in my Super Tracker.

    Now I am good with changing templates around and such things but I am no expert. What are the disadvantage of passing the hidden value to the customer? I know its suppose to be hidden but does it cause a threat.

  8. #8
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Page Not Found Error

    That being said that page not found error is still showing up in my Super Tracker.
    Is always mcnt_details.gif file?
    • 446F63746F722057686F •

  9. #9
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page Not Found Error

    Oh no its the favicon.ico now. This weird Its the fav icon now what does that have to do with anything.

  10. #10
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Page Not Found Error

    What I did was run this simple link check:
    http://validator.w3.org/checklink
    You have errors that needed more looking at.

    Here is a link to a link checker utility that is more in depth.
    http://home.snafu.de/tilman/xenulink.html

    It seems that the seo is not setup correctly.


    Skip
    • 446F63746F722057686F •

 

 

Similar Threads

  1. Login page gives error 404 page not found
    By g28469b in forum General Questions
    Replies: 13
    Last Post: 20 Apr 2011, 11:23 PM
  2. Error page not found
    By rxalex in forum General Questions
    Replies: 1
    Last Post: 29 Mar 2011, 03:55 PM
  3. Page Not Found Error
    By WETStyles in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 30 Jan 2008, 10:47 PM
  4. Error Message...Page not found
    By friends1976 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Jan 2007, 06:36 PM
  5. 404 Page Not Found Error
    By jacque427 in forum General Questions
    Replies: 7
    Last Post: 7 Jun 2006, 08:23 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