Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ADMIN Installation Issues...


Guest

Recommended Posts

I can get the catalog installed flawlessly... but then when it comes down to getting the ADMIn part done... I'll get several errors... asking for a WS_DATABASE file of some sort... can someone please assist me asap... :)

Link to comment
Share on other sites

Fatal error: Failed opening required 'DIR_WS_FUNCTIONSdatabase.php' (include_path='') in /home/phasefx/public_html/cart-admin/admin/includes/application_top.php on line 148

Link to comment
Share on other sites

I am not quite the troubleshooter yet with php and osc but I will try to help

 

make sure you have this line in your configure.php file under admin

 

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

 

and make sure this is in the application_top in the admin folder

 

// include the database functions

require(DIR_WS_FUNCTIONS . 'database.php');

 

as it says about 148 lines down, you should see it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...