Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Modules


Hugo RSF

Recommended Posts

Hi gays,

 

I recently change my hosting server. After solve several issues, i'm now leading with one that i can't fix.

 

The problem is that i can't see any module (payment, shipping, whatever) in admin.

 

Only appears a link to my modules folder (in server) and a button with the name "install", that do nothing :-"

 

 

Could you please help me on this? Thanks in advance!

Link to comment
Share on other sites

Did you change your server to be windows based?

 

There is a problem in modules.php when running on IIS.

In admin/module.phh

Search for @dir change to opendir

A few line further you will see $file = $dir-read

Change this to $file = readdir($dir)

 

The look for $dir->close();

and change to

closedir($dir);

 

 

I think that is all the changes I made to fix this problem

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...