Suhayb Posted September 11, 2005 Share Posted September 11, 2005 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 Link to comment Share on other sites More sharing options...
suguoyue Posted September 18, 2005 Share Posted September 18, 2005 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 pleasethanks <{POST_SNAPBACK}> 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 More sharing options...
Katsuey Posted September 22, 2005 Share Posted September 22, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.