Easyslider Posted November 2, 2012 Posted November 2, 2012 Hello, I have just loaded osCommerce on my WAMP server and I am receiving this error, "Parse error: syntax error, unexpected T_STRING in C:\wamp\www\catalog\includes\configure.php on line 26", every time I try to view my frontend. I don't understand what the problem is. I do not see an error with line 26. If someone could help me I would really appreciate it. Thank you define('HTTP_SERVER', 'http://localhost'); define('HTTP_CATALOG_SERVER', 'http://localhost'); define('HTTPS_CATALOG_SERVER', 'http://localhost'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'C:/wamp/www/catalog/'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', 'C:/wamp/www/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', 'C:/wamp/www/catalog/'); 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/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
multimixer Posted November 2, 2012 Posted November 2, 2012 You posted the contents of file catalog/admin/includes/configure.php Post the content of file catalog/includes/configure.php and indicate what the line 26 is My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Easyslider Posted November 2, 2012 Author Posted November 2, 2012 Thank you! Once I realized I was looking at the wrong file, I was able to fix the problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.