osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

File manager

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? ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-17-2003, 08:57 AM
Member
 
Join Date: Feb 2003
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jgkiefer
Default File manager

My file manager is insearting an extra slash.
Code:
public_html/MS2MAX//templates
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 08-17-2003, 11:34 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,289
Thanks: 66
Thanked 310 Times in 295 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

?? 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-18-2003, 10:06 PM
Anonymous
Guest
 
Posts: n/a
Default

Open up /catalog/admin/includes/configure.php

Remove a trailing slash from:
Code:
  define('DIR_FS_CATALOG', 'public_html/MS2MAX/'); // absolute path required
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.

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-18-2003, 10:53 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,289
Thanks: 66
Thanked 310 Times in 295 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 08-19-2003, 05:26 AM
Anonymous
Guest
 
Posts: n/a
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 08-19-2003, 07:38 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,289
Thanks: 66
Thanked 310 Times in 295 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 08:45 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax