This is a discussion on File manager within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; My file manager is insearting an extra slash. Code: public_html/MS2MAX//templates Did I add an end slash by mistake at setup? ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| My file manager is insearting an extra slash. Code: public_html/MS2MAX//templates |
|
#2
| ||||
| ||||
| ?? I'll have to look into that. I never use the filemanager in osc, it is not the best interface. VERY slow compared to SSH and FTP...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Open up /catalog/admin/includes/configure.php Remove a trailing slash from: Code: define('DIR_FS_CATALOG', 'public_html/MS2MAX/'); // absolute path required
Code: define('DIR_FS_CATALOG', 'public_html/MS2MAX'); // absolute path required
Code: define('DIR_FS_CATALOG', 'public_html/ms2max'); // absolute path required
Most FTP clients will have a force lower case for file/directory names for this reason. Lower case is the standard done on most webservers. Which is why most address and files are all lower case. |
|
#4
| ||||
| ||||
| Thanks jpf, saved me a little time
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#5
| |||
| |||
| The problem was actually in File Manager breadcrumb trail not the URL. Since I doubt any code changed for max in this file, I uploaded a new file_manager.php from the current snapshot and the problem was corrected. All is now well. |
|
#6
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| error message when trying to edit text in file manager | mrdscopp | osCommerce 2.2 Modification Help | 1 | 05-30-2005 12:11 PM |
| File Manager error | FlipC | osCommerce 2.2 Installation Help | 1 | 11-02-2004 11:22 AM |
| File Manager Issues | nightwind | osCMax v1.7 Installation | 1 | 01-02-2004 11:26 AM |
| Multiple OSCommerce file manager problem | hmag | osCommerce 2.2 Installation Help | 2 | 06-07-2003 11:58 AM |
| Problem with File Manager | hostspring | osCommerce 2.2 Installation Help | 1 | 02-20-2003 07:57 AM |