Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error on order totals in admin


varnco

Recommended Posts

I get these 3 errors:

 

Warning: main(/home/pokergua/public_html/includes/languages/english/modules/order_total/ot_tax - original.php) [function.main]: failed to open stream: No such file or directory in /home/pokergua/public_html/admin/modules.php on line 128

 

Warning: main(/home/pokergua/public_html/includes/languages/english/modules/order_total/ot_tax - original.php) [function.main]: failed to open stream: No such file or directory in /home/pokergua/public_html/admin/modules.php on line 128

 

Warning: main() [function.include]: Failed opening '/home/pokergua/public_html/includes/languages/english/modules/order_total/ot_tax - original.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pokergua/public_html/admin/modules.php on line 128

 

Fatal error: Cannot redeclare class ot_tax in /home/pokergua/public_html/includes/modules/order_total/ot_tax.php on line 13

 

I can't seem to find where something is wrong.... My guess in in config... but I can't see it.

 

Any help is appreciated.

 

Thanks

Link to comment
Share on other sites

I get these 3 errors:

I can't seem to find where something is wrong.... My guess in in config... but I can't see it.

 

Any help is appreciated.

 

Thanks

 

Okay, here is the config.php file located in admin/includes. What am I doing wrong here? I have my store installed in the root, not in a folder.

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.pokerguard.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.pokerguard.com');

define('HTTPS_CATALOG_SERVER', '');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/home/pokergua/public_html'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/pokergua/public_html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/home/pokergua/public_html/'); // absolute path required

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_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/');

Link to comment
Share on other sites

Okay, here is the config.php file located in admin/includes. What am I doing wrong here? I have my store installed in the root, not in a folder.

 

Fixed.

 

I had an extra file in the includes/modules/order_total/ directory.

 

:'(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...