Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All my payment modules have gone missing after recopying files


skywalker786

Recommended Posts

Posted

Hi,

 

I wanted to install the new paypal ipn module (http://addons.oscommerce.com/info/2679) and below are the steps I took and now all the modules are missing except Authorize.net.

 

1. I delete paypal.php from the /includes/modules/payment and in the includes/languages/english/modules/payment

 

2. Now thinking about I think I removed the paypal and possibly the whole modules by unistalling from /admin

 

3. I put the paypal_ipn.php module in both payment folders as in step 1

 

4. I then went to /admin and now all I can see is the Authorize.net module

 

All the other modules are missing in /admin including, world pay, nochex, secpay etc

 

5. I went to my original download folder and copied all the payment files in the both payment

folder, BUT still the payment modules don't show up.

 

Please help :-(

Posted

So all the files are in catalog/includes/modules/payment/ and catalog/includes/languages/english/modules/payment/?

 

Are there any errors in your admin when you try to view the payment modules?

 

Rob

Rob Bell - Inspired Graphix

Customising osCommerce in Australia, and the world!

View my profile for web and email links.

 

I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture.

However viewing my profile may provide links to my website or something like that which you may find useful.

Posted
So all the files are in catalog/includes/modules/payment/ and catalog/includes/languages/english/modules/payment/?

 

Are there any errors in your admin when you try to view the payment modules?

 

Rob

 

 

Hi

 

All the files are in both payment modules, there is no error when I try to view the payment modules?

 

S

Posted

Well chek Your configure.php file for DIR_FS_CATALOG.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Well chek Your configure.php file for DIR_FS_CATALOG.

 

Satish

 

 

Hi I have checked my DIR_FS_CATALOG and the paths are correct have a look at below, I still see only

Authorize.net and the rest of the payment modules are missing in admin:

 

define('HTTP_SERVER', 'https://www.manythnx.com');

define('HTTP_CATALOG_SERVER', 'https://www.manythnx.com');

define('HTTPS_CATALOG_SERVER', 'https://www.manythnx.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/hsphere/local/home/sujelmiah/manythnx.com/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/hsphere/local/home/sujelmiah/manythnx.com/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/hsphere/local/home/sujelmiah/manythnx.com/');

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/');

Posted

Can anyone still help with my problem?

 

 

Hi I have checked my DIR_FS_CATALOG and the paths are correct have a look at below, I still see only

Authorize.net and the rest of the payment modules are missing in admin:

 

define('HTTP_SERVER', 'https://www.manythnx.com');

define('HTTP_CATALOG_SERVER', 'https://www.manythnx.com');

define('HTTPS_CATALOG_SERVER', 'https://www.manythnx.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/hsphere/local/home/sujelmiah/manythnx.com/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/hsphere/local/home/sujelmiah/manythnx.com/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/hsphere/local/home/sujelmiah/manythnx.com/');

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/');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...