Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

File Manager Problem


DonSlepian

Recommended Posts

I am running a test installation of osCommerce 2.2-MS2 to evaluate osCommerce for a client. I am running RedHat Linux 2.4.25-040218, Apache/2.0.40, PHP 4.2.2 (Zend: 1.2.0), MySQL 3.23.58.

 

I can not navigate using the File Manager tool within the Admin module. I can see and edit the index.html file within the root of my install (path=/home/httpd/vhosts/clarityone.org/httpdocs) and I can see the subfolders such at "shop" where I wish to go. There is a pulldown at the upper right of the FileManager screen that only shows my "httpdocs" subdirectory. I expected to see the subfolders there but they are not presented.

 

I opened up all the permissions on the "shop" subfolder (drwx rwx rwx) and some files within that folder, but opening up the permissions did not have any effect on the behavior of File Manager.

 

Double clicking on subfolders changes the closedfolder icon to an openfolder icon but does not allow me to browse the subfolder.

 

Since this is an unsecured test I can share my admin access:

login: admin password: artist77

 

I appreciate any advice or suggestions, I'm sure it's a simple error on my part.

Link to comment
Share on other sites

Hi, the file manager in admin is full of bugs and not recommended. It will cause errors if you use it.

 

--Peter

CE PHOENIX SUPPORTER

Support the Project, go PRO and get access to certified add ons

Full-time I am a C-suite executive of a large retail company in Australia. In my spare time, I enjoying learning about web-design.

Download the latest version of CE Phoenix from gitHub here

Link to comment
Share on other sites

If your configure.php files were set up correctly then you wouldn't see this at the top of the File Manager:

 

/home/httpd/vhosts/clarityone.org/httpdocs

 

you would see this:

 

/home/httpd/vhosts/clarityone.org/httpdocs/shop/

 

Your DR_FS_CATALOG setting needs to be:

/home/httpd/vhosts/clarityone.org/httpdocs/shop/

 

Once you've done that - stop using the File Manager. It uses a php command called 'stripslashes' which will result in multiple parse errors in your files.

 

Vger

Link to comment
Share on other sites

If your configure.php files were set up correctly then you wouldn't see this at the top of the File Manager:

 

/home/httpd/vhosts/clarityone.org/httpdocs

 

you would see this:

 

/home/httpd/vhosts/clarityone.org/httpdocs/shop/

 

Your DR_FS_CATALOG setting needs to be:

/home/httpd/vhosts/clarityone.org/httpdocs/shop/

 

Once you've done that - stop using the File Manager. It uses a php command called 'stripslashes' which will result in multiple parse errors in your files.

 

Vger

 

Vger,

 

Thank you very much for this valuable info! I will correct configure.php and eschew all use of osCommerce's file manager.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...