osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

page not found - locations/taxes

This is a discussion on page not found - locations/taxes within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi I have a strange issue that has now stumped me for 3 days of staring at the config files. ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 04-18-2008, 12:24 PM
Lurker
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
koopmaster is on a distinguished road
Default page not found - locations/taxes

Hi I have a strange issue that has now stumped me for 3 days of staring at the config files. Basically I have the latest version of Oscommerce installed at Ebooks Millionquids but when I was configuring in the admin section and I click on the LOCATIONS / TAXES module I get a 404 page not found?

Everything else is working but the taxes module
here is the admin\includes config


PHP Code:
 <?php
  define
('HTTP_SERVER''http://ebooks.millionquids.com');
  
define('HTTP_CATALOG_SERVER''http://ebooks.millionquids.com');
  
define('HTTPS_CATALOG_SERVER''https://ebooks.millionquids.com');
  
define('ENABLE_SSL_CATALOG'false);
  
define('DIR_FS_DOCUMENT_ROOT''/home/content/m/a/t/matthewdrew/html/ebooks/');
  
define('DIR_WS_ADMIN''/admin/');
  
define('DIR_FS_ADMIN''/home/content/m/a/t/matthewdrew/html/ebooks/admin/');
  
define('DIR_WS_CATALOG''/');
  
define('DIR_FS_CATALOG''/home/content/m/a/t/matthewdrew/html/ebooks/');
  
define('DIR_WS_IMAGES''images/');
  
define('DIR_WS_ICONS'DIR_WS_IMAGES 'icons/');
  
define('DIR_WS_CATALOG_IMAGES'DIR_WS_CATALOG 'images/');
  
define('DIR_WS_INCLUDES''includes/');
  
define('DIR_WS_BOXES'DIR_WS_INCLUDES 'boxes/');
  
define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
  
define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
  
define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
  
define('DIR_FS_MODULES',DIR_FS_CATALOG 'MODULES/');
  
define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
  
define('DIR_WS_CATALOG_LANGUAGES'DIR_WS_CATALOG 'includes/languages/');
  
define('DIR_FS_CATALOG_LANGUAGES'DIR_FS_CATALOG 'includes/languages/');
  
define('DIR_FS_CATALOG_IMAGES'DIR_FS_CATALOG 'images/');
  
define('DIR_FS_CATALOG_MODULES'DIR_FS_CATALOG 'includes/modules/');
  
define('DIR_FS_BACKUP'DIR_FS_ADMIN 'backups/');
  
define('DIR_WS_BACKUP'DIR_FS_ADMIN 'backups/');
 
DB removed for security reasons
    define
('USE_PCONNECT''false');
  
define('STORE_SESSIONS''mysql');
?>
and here is includes config page

PHP Code:
 <?php
  define
('HTTP_SERVER''http://ebooks.millionquids.com');
  
define('HTTPS_SERVER''https://ebooks.millionquids.com');
  
define('ENABLE_SSL'false);
  
define('HTTP_COOKIE_DOMAIN''ebooks.millionquids.com');
  
define('HTTPS_COOKIE_DOMAIN''ebooks.millionquids.com');
  
define('HTTP_COOKIE_PATH''/');
  
define('HTTPS_COOKIE_PATH''/');
  
define('DIR_WS_HTTP_CATALOG''/');
  
define('DIR_WS_HTTPS_CATALOG''/');
  
define('DIR_WS_IMAGES''images/');
  
define('DIR_WS_ICONS'DIR_WS_IMAGES 'icons/');
  
define('DIR_WS_INCLUDES''includes/');
  
define('DIR_WS_BOXES'DIR_WS_INCLUDES 'boxes/');
  
define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
  
define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
  
define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
  
define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
  
define('DIR_WS_DOWNLOAD_PUBLIC''pub/');
  
define('DIR_FS_CATALOG'dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/');
  
//define('DIR_FS_CATALOG', 'home/content/m/a/t/matthewdrew/html/ebooks/');
  
define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
  
define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
let see if some php guru out there know whats going on?


PS the taxes.php is in the admin boxes folder and below is the taxes.php

PHP Code:
 ?php
/*
  $Id: taxes.php 1739 2007-12-20 00:52:16Z hpdl $
  osCommerce, Open Source E-Commerce Solutions
  osCommerce, Open Source Online Shop E-Commerce Solutions
  Copyright (c) 2002 osCommerce
  Released under the GNU General Public License
*/
?>
<!-- taxes //-->
          <tr>
            <td>
<?php
  $heading 
= array();
  
$contents = array();
  
$heading[] = array('text'  => BOX_HEADING_LOCATION_AND_TAXES,
                     
'link'  => tep_href_link(FILENAME_COUNTRIES'selected_box=taxes'));
  if (
$selected_box == 'taxes') {
    
$contents[] = array('text'  => '<a href="' tep_href_link(FILENAME_COUNTRIES'''NONSSL') . '" class="menuBoxContentLink">' BOX_TAXES_COUNTRIES '</a><br>' .
                                   
'<a href="' tep_href_link(FILENAME_ZONES'''NONSSL') . '" class="menuBoxContentLink">' BOX_TAXES_ZONES '</a><br>' .
                                   
'<a href="' tep_href_link(FILENAME_GEO_ZONES'''NONSSL') . '" class="menuBoxContentLink">' BOX_TAXES_GEO_ZONES '</a><br>' .
                                   
'<a href="' tep_href_link(FILENAME_TAX_CLASSES'''NONSSL') . '" class="menuBoxContentLink">' BOX_TAXES_TAX_CLASSES '</a><br>' .
                                   
'<a href="' tep_href_link(FILENAME_TAX_RATES'''NONSSL') . '" class="menuBoxContentLink">' BOX_TAXES_TAX_RATES '</a>');
  }
  
$box = new box;
  echo 
$box->menuBox($heading$contents);
?>
            </td>
          </tr>
<!-- taxes_eof //-->
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Catalog (page not found?) sean747 osCMax v2 Installation issues 16 10-10-2005 10:13 AM
Checkout shipping page not found error sometimes quokka osCMax v1.7 Installation 2 06-13-2005 01:43 PM
Page not found errors Please help harborsales1 osCMax v1.7 Installation 1 12-15-2004 06:51 AM
page not found , but there. anthon osCommerce 2.2 Modification Help 2 10-10-2004 12:23 PM
404 page not found error nightsbird osCommerce 2.2 Installation Help 0 12-12-2003 09:19 AM


All times are GMT -8. The time now is 09:40 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax