msheno01 Posted July 13, 2003 Share Posted July 13, 2003 I have installed the user tracking w/ admin 1.3. However, the contribution seems to track the user from the admin side not the catalog side. I have fixed the catalog/includes/footer.php but still no luck... " <?php } require(DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( OSC_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?>" I don't know what to do... I would like to get this to work.. Please help Thanks Quote Link to comment Share on other sites More sharing options...
msheno01 Posted July 14, 2003 Author Share Posted July 14, 2003 whenever I go into the user config screen, I get this message. Fatal error: Call to undefined function: tep_array_merge() in /home/mesztekc/public_html/admin/user_tracking_config.php on line 93 Anyone...? Moneer Quote Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 Replace all calls to tep_array_merge with calls to array_merge, ie. delete the tep_. Good luck, Matt Quote Link to comment Share on other sites More sharing options...
msheno01 Posted July 14, 2003 Author Share Posted July 14, 2003 Thanks alot! It worked fine... But the contribution is not tracking the catalog visitors... I am not getting any errors though. Thanks Moneer 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.