My file manager is insearting an extra slash.
Did I add an end slash by mistake at setup? Or is there an extra one in the mod. that needs to be removed as this is the only place it shows up.Code:public_html/MS2MAX//templates
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? ...
My file manager is insearting an extra slash.
Did I add an end slash by mistake at setup? Or is there an extra one in the mod. that needs to be removed as this is the only place it shows up.Code:public_html/MS2MAX//templates
?? 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 installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Open up /catalog/admin/includes/configure.php
Remove a trailing slash from:
to:Code:define('DIR_FS_CATALOG', 'public_html/MS2MAX/'); // absolute path required
I would suggest you actually use:Code:define('DIR_FS_CATALOG', 'public_html/MS2MAX'); // absolute path required
All lower case for ALL file names and directories. Lunix has problems if you have INDEX.html or INDEX.HTML or index.html - these are 3 differnent files and will be called separately. Some time when you save changes to a file and the changes don't show up - you might have saved with differnet upper/lower case. Where before you may have had all LOWER case and is not being displayed.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.
Thanks jpf, saved me a little time![]()
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
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.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Bookmarks