Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem With Modules


Suhayb

Recommended Posts

After i uploaded my website to the internet i cannot open the modules in the admin .... it is empty and writing me the right path .. :( ... help me please

thanks

hi

I just resolved this problem.

firstly,edit your /admin/modules.php to change the line 112 from 'if ($dir = @dir($module_directory)) {' to 'if ($dir = dir($module_directory)) {'

then,try the modules admin page,if file accessing error acord,change your /catalog/include/modules/payment/ permission to 777 and try again,it's same to shiping and order modules

good luck!!

Link to comment
Share on other sites

I just resolved this problem.

firstly,edit your /admin/modules.php to change the line 112 from 'if ($dir = @dir($module_directory)) {' to 'if ($dir = dir($module_directory)) {'

 

Didn't work for me.

 

Line 112: if ($dir = dir($module_directory)) {

 

No change, still no payment information for installation <_<

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...