Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing osCommerce admin


Guest

Recommended Posts

My catalog works properly, but I installed the admin script and I keep getting this when I go to admin/default.php:

 

Parse error: parse error, unexpected T_STRING in c:program fileseasyphpwwwadminincludesapplication_top.php on line 19

Warning: Failed opening 'DIR_WS_INCLUDESinclude_once.php' for inclusion (include_path='.;C:Program FilesEasyPHPphppear') in c:program fileseasyphpwwwadmindefault.php on line 9

Warning: Failed opening 'DIR_WS_INCLUDESinclude_once.php' for inclusion (include_path='.;C:Program FilesEasyPHPphppear') in c:program fileseasyphpwwwadmindefault.php on line 19

 

 

?TOP_BAR_TITLE?

 

 

?HEADING_TITLE?

?

Fatal error: Call to undefined function: tep_image() in c:program fileseasyphpwwwadmindefault.php on line 37

 

 

-------Here's my application_top file

 

 

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', 'http://localhost);

define('DIR_FS_DOCUMENT_ROOT', 'C:Program FilesEasyPHPwww'); // where your pages are located on the server.. needed to delete images.. (eg, /usr/local/apache/htdocs)

define('DIR_FS_LOGS', '/usr/local/apache/logs/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

define('DIR_WS_IMAGES', DIR_WS_ADMIN . 'images/');

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_PAYMENT_MODULES', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG . 'includes/modules/payment/');

define('DIR_FS_SHIPPING_MODULES', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG . 'includes/modules/shipping/');

 

 

-------Any suggestions would be greatly appreciated.

 

Kind Regards and Merry Christmas,

David.

 

david [at] atcork [dotcom]

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...