After printing the opening BODY tag, but before including the page
body, the following code seems to have been accidentally removed. If
you replace it, your Bug 1 is fixed.

        /*
        ** layout and navigation may need item info
        */
        if((isset($item)) AND ($item > 0))
        {
                require(APPLICATION_ROOT . "/modules/include/item_functions");

                //get item info
                $Item = GetItemInfo($item);

                if( !isset($department) )
                {
                        //get the department for this item
                        $department = $Item["Department"][0];

                }

        }


Ted Henigson


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Friday, February 04, 2000 4:18 AM
> To: FreeTrade
> Subject: [FreeTrade] Bug report
>
>
> Freetrade 1.0.1 bug report
>
> Bug 1:
> Just downloaded Freetrade 1.0.1 and test out the "Store".  Somehow when I
> click on the item of interest it said "This item is unavailable at this
> time."
>
> I reverted back to Freetrade 1.0.0
> Everything worked fine except the "create_index".  So I copied
> "created_index" from Freetrade 1.0.1 to fix the "Create New Search Index".
>
> Bug 2:
> I tried to "dump_invoices.php3" from both version 1.0.0 and 1.0.1 both
> gave me the same error messages:
> Warning: Failed opening 'APPLICATION_ROOT/modules/language/english' for
> inclusion in /home/linuxyen-1.0.0/modules/include/global_settings on line
> 272
>
> Warning: Oops, php3_SetCookie called after header has been sent in
> /home/linuxyen-1.0.0/modules/include/init on line 336
>
> Warning: Failed opening 'APPLICATION_ROOT/modules/include/fee' for
> inclusion in /home/linuxyen-1.0.0/modules/include/calculateTotal on line
> 67
>
> Warning: 0 is not a MySQL result index in
> /home/linuxyen-1.0.0/htdocs/admin/dump_invoices.php3 on line 293
> L_DUMP_INVOICES_NO_SHIPPING_RECORDS1
>
>
> Kent
>
>
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to