Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting a random error message


Tormenta

Recommended Posts

I've manage to make quite a few modifications to osCommerce to get the layout I have in mind. I uploaded some contributions and made some script changes in order to get that.

 

Yesterday, when sometimes I was saving a file I had introduced a modification to, I've started getting this message:

 

Warning: fopen(/data/11/0/37/106/852432/user/873323/htdocs//): failed to open stream: Is a directory in /data/11/0/37/106/852432/user/873323/htdocs/admin/file_manager.php on line 51

 

And it still happens.

 

I refresh the page, the file manager goes back to normal, I open up the file I was trying to change and I can go on without problems.

 

It's a random message and I cannot associate this with a particular action or directory I am in or anything.

 

Does anybody have an idea of what is the origin of this?

Link to comment
Share on other sites

Thank you Rhea, what would we, poor newbies, do without you ... :wub:

 

I check the includes/configure.php file. The script is as follows:

 

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/data/11/0/37/106/852432/user/873323/htdocs/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

it is ok, isn't it?

Link to comment
Share on other sites

That looks okay, provided that your website is installed in the root of your domain. If it is installed in a folder e.g. 'catalog' then the path would need to be:

 

define('DIR_FS_CATALOG', '/data/11/0/37/106/852432/user/873323/htdocs/catalog/');

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...