Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lost my payment modules in admin


webman2015

Recommended Posts

Can someone please help me?

 

I had to have my web server formatted due to hackers attempts. Since then, a month ago, I have lost all ability to edit my payment modules in the admin panel. Everything else seems to work fine, but I cannot edit the payment modules. The edit box on the right side is gone. The shipping and order total boxes are still working fine. Everything else works fine. Just the ability to edit the payment modules is missing.

 

My paypal processor just gives me a certificate error when someone tries to make a paypal payment. I also accept credit cards, but am loosing customers due to the faulty paypal processor, which I can no longer edit.

 

I have read the forums for days and cannot see what is wrong with my site.

 

I am attaching the non sensitive part of my admin config file.

 

define('HTTP_SERVER', 'http://www.yeznetmall.com');

define('HTTP_CATALOG_SERVER', 'http://www.yeznetmall.com');

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

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/home/mypath/public_html/');

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

define('DIR_FS_ADMIN', '/home/mypath/public_html/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/home/mypath/public_html/');

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

 

I used "mypath" instead of the actual server path when I copied the file here for security reasons.

 

It worked perfectly well before. But after formatting the server and using new paths, it will not work.

 

I have tried to re-upload the admin files repeatedly with no effect. I have tried to mess with the admin configure settings as well, but cant find the problem.

 

Can anyone please tell me what I may have done wrong?

 

Thanks

Link to comment
Share on other sites

Have you looked in the error logs?

 

These can be accessed via your host's control panel.

 

Last time it happened to me it was to do with a problem in /functions/general.php

 

HTH

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...