roroland Posted March 2, 2006 Share Posted March 2, 2006 Hi, I installed oscomerce with no problems, but when I go to the Payment Modules I get the following error: Warning: main(/XXXX\MISERVER\MIDOMINIO.com/www/catalog/includes/languages/espanol/modules/payment/authorizenet.php) [function.main]: failed to open stream: No such file or directory in \\XXXX\MISERVER\MIDOMINIO.com\www\catalog\admin\modules.php on line 128 Warning: main() [function.include]: Failed opening '/XXXX\MISERVER\MIDOMINIO.com/www/catalog/includes/languages/espanol/modules/payment/authorizenet.php' for inclusion (include_path='.;D:\PHP\pear') in \\XXXX\MISERVER\MIDOMINIO.com\www\catalog\admin\modules.php on line 128 Warning: main(/XXXX\MISERVER\MIDOMINIO.com/www/catalog/includes/modules/payment/authorizenet.php) [function.main]: failed to open stream: No such file or directory in \\XXXX\MISERVER\MIDOMINIO.com\www\catalog\admin\modules.php on line 129 ....(The error is too long to copy, but I think you got the idea) Also you can find below a copy of my confgure.php file: <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.evolutionofmedia.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.evolutionofmedia.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/nas-001/winspace002/10-evolutionofmedia.com/www/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/nas-001/winspace002/10-evolutionofmedia.com/www/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/nas-001/winspace002/10-evolutionofmedia.com/www/catalog/'); // absolute path required 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 our database connection etc etc Please can anybody help me, im realy dont know what can else I can do Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2006 Share Posted March 2, 2006 try copying the authorizenet.php from the english directory into the other language directories. See if the problem goes away and then translate the strings for each language. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.