Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can any one help interpret this


fabian2005

Recommended Posts

Posted

I downloaded a contribution called "supertracker"

I am unable to complete installation because i can not understand what to do with the following

 

can anyone please tell me exactly what this is saying to do, and in which file must i put this

 

 

For CRE Loaded do this:

=======================

before : tep_admin_files_boxes(FILENAME_STATS_MONTHLY_SALES, BOX_REPORTS_MONTHLY_SALES));

add : tep_admin_files_boxes('supertracker.php', 'Supertracker') .

 

You will also need to add this new box in Administrator -> File Access from the admin menu.

Posted
I downloaded a contribution called "supertracker"

I am unable to complete installation because i can not understand what to do with the following

 

can anyone please tell me exactly what this is saying to do, and in which file must i put this

 

 

For CRE Loaded do this:

=======================

before : tep_admin_files_boxes(FILENAME_STATS_MONTHLY_SALES, BOX_REPORTS_MONTHLY_SALES));

add : tep_admin_files_boxes('supertracker.php', 'Supertracker') .

 

You will also need to add this new box in Administrator -> File Access from the admin menu.

since you do not use creloaded, do not do it.

Posted

basically, in cre, in order to run any new file(s), (in your case the 'supertracker.php'), uploaded to admin, you have to add them either via administrator - file access, or enter them directly in the database. otherwise it may not allow you to run the file(s) from within admin.

 

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted

just realised i'd not answer any non-osc directly related questions, should i? Moderators: feel free to delete my above post.

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted
basically, in cre, in order to run any new file(s), (in your case the 'supertracker.php'), uploaded to admin, you have to add them either via administrator - file access, or enter them directly in the database. otherwise it may not allow you to run the file(s) from within admin.

 

Ken

 

 

ok I uploaded the "supertracker.php, in admin but it still nothings change

 

also it said I will also to add this new box in Administrator -> File Access from the admin menu.

 

before : tep_admin_files_boxes(FILENAME_STATS_MONTHLY_SALES, BOX_REPORTS_MONTHLY_SALES));

add : tep_admin_files_boxes('supertracker.php', 'Supertracker') .

Posted

add this new box in Administrator -> File Access from the admin menu.

 

before : tep_admin_files_boxes(FILENAME_STATS_MONTHLY_SALES, BOX_REPORTS_MONTHLY_SALES));

add : tep_admin_files_boxes('supertracker.php', 'Supertracker') .

 

 

What i know is what new box in admin do i need to add

 

because i dont see no: tep_files_boxes(FILENAME_STATS_MONTHLY_SALE, BOX_REPORTS_MONTHLY_SALES

Posted

OK here is the full error report on index page

 

1054 - Unknown column 'landing_page' in 'field list'

 

INSERT INTO `supertracker` (`ip_address`, `browser_string`, `country_code`, `country_name`, `referrer`,`referrer_query_string`,`landing_page`,`exit_page`,`time_arrived`,`last_click`) VALUES ('00.000.00.00','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','ca', 'world', 'http://site.com/store/admin/file_manager.php', 'info=supertracker.php&action=edit','/store/','/store/index.php','2008-10-26 09:32:53','2008-10-26 09:32:53')

Archived

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

×
×
  • Create New...