Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

warning and featel error


bluewaterbm

Recommended Posts

I was trying to fix my button image. The text wood show up but not the image. This was an install on my local server. I thought I needed to change permission on all the folders to 755 and the includes/configure.php and admin/includes/configure.php to 444 then I got this message on my local sever site:

 

Warning: require(DIR_WS_LANGUAGES/FILENAME_DEFAULT) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\oscommerce\catalog\index.php on line 33

 

Fatal error: require() [function.require]: Failed opening required 'DIR_WS_LANGUAGES/FILENAME_DEFAULT' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\xampp\oscommerce\catalog\index.php on line 33

 

Please help a nebee

Link to comment
Share on other sites

You probably need to set the configure.php files to 644 or 755.

 

Regards

Jim

"Numbered" permissions don't apply on a Windowz install.

 

When you have UPPER CASE ITEMS in your error message it usually means you are missing some definitions in your php files.

 

In your case:

 

DIR_WS_LANGUAGES

FILENAME_DEFAULT

 

Are not defined.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

"Numbered" permissions don't apply on a Windowz install.

 

When you have UPPER CASE ITEMS in your error message it usually means you are missing some definitions in your php files.

 

In your case:

 

DIR_WS_LANGUAGES

FILENAME_DEFAULT

 

Are not defined.

 

Thanks for the response. I fix it. I made a FTP mistake that caused the problem.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...