Information Pages Unlimited Install Question

Custom 3 <[email protected]> 14 Sep 2003 01:14:01 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <d27c3e96dd07a4ef1fcc28e6949fbd71@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=229164#229164
----------------------------------------------------------------

Hey guys...

Good to see everyone helping each other out. Hopefully someone that has installed this before can answer my question...cuz I've Installed version '1.1d' four times...and each time I get the following error:

"Table 'addicted_oscommerce.TABLE_INFORMATION' doesn't exist"

I've followed the instructions to the 'T'. so...here's my theory...

The snippets of code provided in the 'readme.txt' file get the necessary lines of code...but don't tell me exactly where to put them. Can someone tell me EXACTLY where to put the new in the following files???

[b]catalog/admin/includes/application_top.php[/b]

[i]//BEGIN Information pages unlimited
  define('TABLE_INFORMATION', 'information');
  define('FILENAME_INFORMATION_MANAGER', 'information_manager.php');
  require(DIR_WS_FUNCTIONS . 'information_html_output.php');
//END Information pages unlimited[/i]

[b]catalog/admin/includes/languages/english.php[/b]

[i]//BEGIN Information pages unlimited
  define('BOX_HEADING_INFORMATION', 'Info system');
  define('BOX_INFORMATION_MANAGER', 'Info manager');
//END Information pages unlimited[/i]

[b]catalog/admin/includes/column_left.php[/b]

[i]//BEGIN Information pages unlimited
  require(DIR_WS_BOXES . 'information.php');
//END Information pages unlimited[/i]

[b]catalog/includes/application_top.php[/b]

[i]//BEGIN Information pages unlimited
  define('TABLE_INFORMATION', 'information');
  define('FILENAME_INFORMATION', 'information.php');
//END Information pages unlimited[/i]

Thanks in advance!!!