Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems with user tracking contribution


TOM63

Recommended Posts

high everybody

after installing user track from contributions it nearly worked, except clicking on user track, error message as follows:

 

Parse error: parse error in /home/billy-baroo/tienda/admin/includes/footer.php on line 37 (this appears as well at connected users.

 

 

another message is:

HEADING_TITLE

 

EXPLAINATION

TEXT_SELECT_VIEW: TEXT_BACK_TO Apr 07, 2003

 

TEXT_DISPLAY_STARTCONFIG_USER_TRACKING_SESSION_LIMITTEXT_DISPLAY_ENDTEXT_PURGE_S

TART TEXT_PURGE_RECORDS TEXT_PURGE_END

 

TEXT_DELETE_IPCONFIG_USER_TRACKING_EXCLUDED TEXT_PURGE_RECORDS

 

1146 - Table 'billy-baroo.user_tracking' doesn't exist

 

select customer_id, full_name, ip_address, time_entry, time_last_click, last_page_url, page_desc, session_id from user_tracking where time_entry > 1049756450 and time_entry < 1049842850 order by time_last_click desc

 

[TEP STOP]

 

in the file admin/includes/footer.php, install instruction say to replace /catalog/ with your named directory. i have no clue what it means.

i do not have running a data base.

thks for help

Link to comment
Share on other sites

The first error is caused by incorrect entries in adminincludesfooter.php. I simply removed the entries specified by the install text and everything worked fine. I do not need to track the admin side of my store, just the store.

 

The second error is caused by you not importing the database changes that are necessary. Import the supplied .sql file into your catalog and that should fix you up.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Link to comment
Share on other sites

high jim thanks for reply. first error is solved by deleting lines. second error stays same:

i copied user_tracking with admin area.sql file into catalog but error as follows:

EXPLAINATION

TEXT_SELECT_VIEW: TEXT_BACK_TO Apr 08, 2003

 

TEXT_DISPLAY_STARTCONFIG_USER_TRACKING_SESSION_LIMITTEXT_DISPLAY_ENDTEXT_PURGE_S

TART TEXT_PURGE_RECORDS TEXT_PURGE_END

 

TEXT_DELETE_IPCONFIG_USER_TRACKING_EXCLUDED TEXT_PURGE_RECORDS

 

1146 - Table 'billy-baroo.user_tracking' doesn't exist

 

select customer_id, full_name, ip_address, time_entry, time_last_click, last_page_url, page_desc, session_id from user_tracking where time_entry > 1049815023 and time_entry < 1049901423 order by time_last_click desc

 

[TEP STOP]

 

in the install info it says insert this file into your mysql data base. any idea how to fix problem as i am not very common with the php and mysql stuff. i did install everything with easy php, but no way to get the existing catalog details, like product and the rest into a data base.

thks for help

Link to comment
Share on other sites

The easiest way to do it, especially if you are not familiar with mysql, is to use phpmyadmin.

 

Using phpmyadmin, select your stores catalog, select the sql tab, click the browse button, select the .sql file that is part of the user tracking contribution, and click ok.

 

That should resolve your problems.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...