Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error messages after moving all files up one lvl


Guest

Recommended Posts

ok edited the 2 configure.php files took all /oscommerce/catalog/ to /catalog/ after moving everything up one lvl (didn't like having oscommerce in the url of my shop hehe) and now i get the following error message. Any deas?

 

 

 

 

 

Warning: main(DIR_WS_INCLUDESfilenames.php): failed to open stream: No such file or directory in /www/v/vssalesnet/htdocs/catalog/includes/application_top.php on line 53

 

Warning: main(DIR_WS_INCLUDESfilenames.php): failed to open stream: No such file or directory in /www/v/vssalesnet/htdocs/catalog/includes/application_top.php on line 53

 

Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESfilenames.php' (include_path='.:/usr/local/php4/lib/php') in /www/v/vssalesnet/htdocs/catalog/includes/application_top.php on line 53

Link to comment
Share on other sites

Seems like your missing a slash (/) in DIR_WS_INCLUDES

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Link to comment
Share on other sites

In the configure.php files

 

define('DIR_WS_HTTP_CATALOG', '/');

 

and perhaps some others (HTTPS)?

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...