AquaticTerrain Posted September 6, 2013 Posted September 6, 2013 I've been reading other posts, and modifying my configure.php and database.php files all morning with no succuss. Am I missing something obvious? Thank you! Warning: require(/html/catalog/includes/classes/action_recorder.php) [function.require]: failed to open stream: No such file or directory in /html/catalog/admin/includes/classes/action_recorder.php on line 13 Fatal error: require() [function.require]: Failed opening required '/html/catalog/includes/classes/action_recorder.php' (include_path='.:/usr/local/php5_3/lib/php') in /html/catalog/admin/includes/classes/action_recorder.php on line 13 define('HTTP_SERVER', 'http://www.mysite.net'); define('HTTP_CATALOG_SERVER', 'http://www.mysite.net'); define('HTTPS_CATALOG_SERVER', 'http://www.mysite.net'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/html/catalog/'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', '/html/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/html/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/');
tgely Posted September 6, 2013 Posted September 6, 2013 Try to find the real DIR_FS_DOCUMENT_ROOT. Maybe help the store configure.php <?php echo dirname(__FILE__); ?> osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.
AquaticTerrain Posted September 6, 2013 Author Posted September 6, 2013 Excellent, thank you... it works now!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.