thank Scott
noppie <[email protected]> 12 Sep 2003 18:09:53 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <560a7e94b04296659b1ca8e6a8c49daf@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228488#228488
----------------------------------------------------------------
Thank you Scott for the reply
Your reply helped me to find the problem. I am just learning php-- which i love and so I don't have a great understanding and just didn't know where to look.
In the 0scommerce 2.2 they have in the admin/includes/
a file called filenames.php
and I had added the [code]//BEGIN Tab pages unlimited
define('TABLE_TAB', 'tab');
define('FILENAME_TAB_MANAGER', 'tab_manager.php');
require(DIR_WS_FUNCTIONS . 'tab_html_output.php');
//END Tab pages unlimited
[/code]
there and my application.top.php
so when you said it may have been added twice to the :oops: application.top.php I knew where to look.. I fixed it and it works.
so thank you so much.
Naomi :D