torono Posted January 22, 2007 Share Posted January 22, 2007 osCommerce Page 1 of 1 Support Site | Online Catalog | Administration Warning: dir(DIR_FS_DOCUMENT_ROOT): failed to open dir: No such file or directory in /home/carmanua/public_html/osCommerce/catalog/admin/file_manager.php on line 178 Fatal error: Call to a member function on a non-object in /home/carmanua/public_html/osCommerce/catalog/admin/file_manager.php on line 179 File Manager DIR_FS_DOCUMENT_ROOT https://st88.startlogic.com/~carmanua/osCom...ile_manager.php 1/21/2007 ////////////////////////// error when I try to access File Manager in osCommerce/admin/tools/File Manager..... Can someone explain the solution for correcting this error. thank you in advance Link to comment Share on other sites More sharing options...
jasonabc Posted January 23, 2007 Share Posted January 23, 2007 error when I try to access File Manager in osCommerce/admin/tools/File Manager..... Can someone explain the solution for correcting this error. The solution is to not access OSC's File Manager :) It's buggy and causes all sorts of problems. If you want to edit files get a decent FTP program, download the file you want to edit, edit it, save, and re-FTP up to your webserver. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
torono Posted January 23, 2007 Author Share Posted January 23, 2007 The solution is to not access OSC's File Manager :) It's buggy and causes all sorts of problems. If you want to edit files get a decent FTP program, download the file you want to edit, edit it, save, and re-FTP up to your webserver. Thank you for your prompt reply. Link to comment Share on other sites More sharing options...
lit Posted April 11, 2007 Share Posted April 11, 2007 Try this: admin/includes/configure.php add complete path for (line 18) example on dedicated server define('DIR_FS_DOCUMENT_ROOT', 'C:/Inetpub/vhosts/mysite.com/httpdocs/catalog/'); // where the pages are located on the server another example (shared server) define('DIR_FS_DOCUMENT_ROOT', '/home/mywebsite.com/public_html/osCommerce/catalog/'); // where the pages are located on the server Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.