chfields Posted March 26, 2003 Share Posted March 26, 2003 I did search and find the other thread about user tracking but it didn't cover my error. I'm sure it something simple. This is the error Fatal error: Failed opening required 'includes/functions/user_tracking.php' (include_path='') in /home/mrsfield/public_html/admin/includes/footer.php on line 46 This is what is in admin/includes/footer.php <?php require( DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( ADMIN_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?> My "catalog" is in public_html. I tried using '/' and './' and '.public_html/' to no avail. What am I doing wrong?? :oops: Thanks Quote Link to comment Share on other sites More sharing options...
chfields Posted March 26, 2003 Author Share Posted March 26, 2003 I fixed it!! Had to use entire path info. /home/~user/public_html/ 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.
Note: Your post will require moderator approval before it will be visible.