karinha Posted April 17, 2007 Posted April 17, 2007 Hi, I really can't leave any problems out. I just installed Terra's PayPal IPN contribution (osCommerce PayPal IPN Module v2.1 For 2.2MS2 from January 13). I uploaded the ext folder in the catalog directory and uploaded the paypal_ipn.php file in the includes/modules directory, when I open my modules/ payments in the admin section I get following error messages: Warning: main(): Unable to access /home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php in /home20/eq34517/html/catalog/admin/modules.php on line 128 Warning: main(/home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php): failed to open stream: No such file or directory in /home20/eq34517/html/catalog/admin/modules.php on line 128 Warning: main(): Failed opening '/home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php' for inclusion (include_path='.:/usr/local/lib/php') in /home20/eq34517/html/catalog/admin/modules.php on line 128 this is was is written on line 128 of my modules.php file (at least i think that's the right lines): <?php $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.')); $directory_array = array(); if ($dir = @dir($module_directory)) { while ($file = $dir->read()) { if (!is_dir($module_directory . $file)) { if (substr($file, strrpos($file, '.')) == $file_extension) { $directory_array[] = $file; } What is the problem here? Anybody else had that error? How can I fix it? Can I still install my paypal_ipn module? I am very thankful for help on this error message, Karinha
karinha Posted April 17, 2007 Author Posted April 17, 2007 Hi, I really can't leave any problems out. I just installed Terra's PayPal IPN contribution (osCommerce PayPal IPN Module v2.1 For 2.2MS2 from January 13). I uploaded the ext folder in the catalog directory and uploaded the paypal_ipn.php file in the includes/modules directory, when I open my modules/ payments in the admin section I get following error messages: Warning: main(): Unable to access /home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php in /home20/eq34517/html/catalog/admin/modules.php on line 128 Warning: main(/home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php): failed to open stream: No such file or directory in /home20/eq34517/html/catalog/admin/modules.php on line 128 Warning: main(): Failed opening '/home2/eq34517/html/catalog/includes/languages/english/modules/payment/paypal_ipn.php' for inclusion (include_path='.:/usr/local/lib/php') in /home20/eq34517/html/catalog/admin/modules.php on line 128 this is was is written on line 128 of my modules.php file (at least i think that's the right lines): <?php $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.')); $directory_array = array(); if ($dir = @dir($module_directory)) { while ($file = $dir->read()) { if (!is_dir($module_directory . $file)) { if (substr($file, strrpos($file, '.')) == $file_extension) { $directory_array[] = $file; } What is the problem here? Anybody else had that error? How can I fix it? Can I still install my paypal_ipn module? I am very thankful for help on this error message, Karinha Never mind figured it out, I found the French paypal_ipn.php file. Sorry wrong alarm.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.