Guest Posted August 14, 2006 Share Posted August 14, 2006 Admin panel works just fine, it is the catalog will not load. I have yet to find anyone with a real solution to this error yet. Here is the error: Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='./:/usr/local/lib/php') in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 // END ERROR I run multiple domains off one main hosting account. I am trying to install the cart into a directory for a parked domain of mine which my host setup for me. All of the other successful installs I have made in the past were all before I had my host add multiple domain hosting to my account. Hope someone out there has a REAL fix for this. Thanks Link to comment Share on other sites More sharing options...
brianstorm Posted August 14, 2006 Share Posted August 14, 2006 is that not a path error in your includes/configure.php file? have you checked to see that the file referenced is actually there? if so try uploading it again.... with ten thousand dollars we'll all be millionaires Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2006 Share Posted August 14, 2006 is that not a path error in your includes/configure.php file? have you checked to see that the file referenced is actually there? if so try uploading it again.... Thanks brainstorm for jumping in on this issue, it does seem to be a path error but where the corruption is exactly is trippin me up. Never had a problem with OSC installs untill trying to install into a parked domain/directory (Multiple Domain Hosting on one main account) Hmmm... guess I could try installing on my root web directory and see if I can recreate the problem. It does appear that all of the files being refferenced are there. I think I will try reuploading the cart files using gzip instead of using my FTP Client FileZilla. FileZilla may be having trouble auto switching between BINARY and ASCII transfer types, even though I have FZ set to upload all PHP files as ASCII. I'll post an update tonight or tomorrow and let you know how it goes. Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2006 Share Posted August 14, 2006 Admin panel works just fine, it is the catalog will not load. I have yet to find anyone with a real solution to this error yet. Here is the error: Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='./:/usr/local/lib/php') in /home2/st3v3n/admixarts-www/easterntacklesupply/catalog/includes/application_top.php on line 285 // END ERROR I run multiple domains off one main hosting account. I am trying to install the cart into a directory for a parked domain of mine which my host setup for me. All of the other successful installs I have made in the past were all before I had my host add multiple domain hosting to my account. Hope someone out there has a REAL fix for this. Thanks Will you post you config files here? So i can take a look, just don't include your Database settings! Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2006 Share Posted August 14, 2006 Will you post you config files here? So i can take a look, just don't include your Database settings! Sure no problem, here they are. includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://easterntacklesupply.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'easterntacklesupply.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/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/'); admin/includes/configure.php // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_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/'); Like I said the admin panel works just fine. It is the front-end that won't load. Thanks for your help, Steven Link to comment Share on other sites More sharing options...
♥Vger Posted August 15, 2006 Share Posted August 15, 2006 I am trying to install the cart into a directory for a parked domain of mine which my host setup for me. You can't install anything on a Parked Domain - because Parked Domains don't have any services attached to them. When I go to your web address I see the Install screen, which would explain why the admin/includes/configure.php file is empty of any real data. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.