[ic] lost the categories

David Gerler interchange-users@icdevgroup.org
Fri Jun 14 12:36:01 2002


I'm a newbie to interchange. I have tried to use the docs for this but can't pull anything out of them to fix this.

Somehow, I have lost the visible part of my catagory links. If you mouse over where they should be, there is something there but not the correct catagory names. The items that show up look like they are from my products.txt. Easier to look at then explain. It's at http://www.gerlerenterprises.com/test The catagories are supposed to be the verticle set on the left.


This is what I find in the error.log, if it helps:
198.26.132.99 CUgNnf5z:198.26.132.99 - [13/June/2002:08:42:59 -0400] test /cgi-bin/test/process.html Safe: There is no row with index '' at /home/gerleren/interchange/lib/Vend/Table/Common.pm line 259.
> 
> 
> 			my ($item) = $CGI->{area};
> 			my $out;
> 			unless ($Db{area}) {
> 				Log("no site design table 'area'");
> 				return undef;
> 			}
> 			my $name = $Db{area}->field($item, 'name');
> 			if ($Db{area}->delete_record($item)) {
> 				$out .= "Deleted $name from area table<BR>";
> 			}
> 			else {
> 				$out .= "Item $item not in $_ table (or delete failed)<BR>";
> 			}
> 			$Scratch->{ui_message} = $out;
> 			return;
> 		

I have checked area.txt, it still has the demo information from foundation. I deleted the sections and put different ones in using the UI but they don't appear to have taken.

If anyone needs more information, please let me know.

Thank you for any help you may give.

Dave Gerler