ShoestringWebs Posted December 15, 2004 Posted December 15, 2004 I am in the early stages of setting up this store. I am able to access all admin pages except the Modules pages. I receive the following type of errors when I access the Payment, Shipping and Order Totals pages: Warning: main(/nas-001/winspace/10-educlings.com/www/catalog/includes/languages/english/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 128 Warning: main(): Failed opening '/nas-001/winspace/10-educlings.com/www/catalog/includes/languages/english/modules/payment/authorizenet.php' for inclusion (include_path='.;c:\php4\pear') in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 128 Warning: main(/nas-001/winspace/10-educlings.com/www/catalog/includes/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 129 Warning: main(): Failed opening '/nas-001/winspace/10-educlings.com/www/catalog/includes/modules/payment/authorizenet.php' for inclusion (include_path='.;c:\php4\pear') in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 129 Warning: main(/nas-001/winspace/10-educlings.com/www/catalog/includes/languages/english/modules/payment/cc.php): failed to open stream: No such file or directory in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 128 Warning: main(): Failed opening '/nas-001/winspace/10-educlings.com/www/catalog/includes/languages/english/modules/payment/cc.php' for inclusion (include_path='.;c:\php4\pear') in \\nas-001\winspace\10-educlings.com\www\catalog\admin\modules.php on line 128 Errors continue.... The files being called for are where they are supposed to be. Being a php newbie, I am having difficulty sorting this one out.
Daemonj Posted December 16, 2004 Posted December 16, 2004 Edit your admin\includes\configure.php file and verify the path setting for the catalog. For some reason it is pointing to your admin section instead of the catalog section. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
ShoestringWebs Posted December 16, 2004 Author Posted December 16, 2004 Edit your admin\includes\configure.php file and verify the path setting for the catalog. For some reason it is pointing to your admin section instead of the catalog section. <{POST_SNAPBACK}> Everything looks right. I made a couple of changes but they did not correct the problem. Here are the entries for the catalog from configure.php: define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/nas-001/winspace/10-educlings.com/www/catalog/'); // absolute path required There is no problem except when I try to access the Modules in Admin. Here is the rest of the configuration settings: 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/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.