Guest Posted December 25, 2005 Share Posted December 25, 2005 I installed your super contri, but now i'm getting this error when i tried to open my account: ?php /* $Id: account.php,v 1.61 2003/06/09 23:03:52 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ACCOUNT); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_ACCOUNT, '', 'SSL')); ?> Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/fashion/domains/fashiontrade.nl/public_html/shop/account.php on line 43 Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/fashion/domains/fashiontrade.nl/public_html/shop/account.php on line 43 Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESheader.php' (include_path='.:/usr/local/lib/php') in /home/fashion/domains/fashiontrade.nl/public_html/shop/account.php on line 43 I'm less than a newbie so please help, it seems everything in admin works fine till now. Best regards, Maarten Veldhuizen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.