An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$name in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 129
An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$total_amt in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 135
An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$discount_amount in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 139
An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$subtotal_amount in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 143
An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$tax_amount in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 147
An Error has occurred.
Notice: Undefined property: AOS_Line_Item_Groups::$total_amount in C:\inetpub\wwwroot\SuiteCRM\modules\AOS_Products_Quotes\Line_Items.php on line 151
after much debugging, I finally noticed that the Group Line totals are all $0.00. I am importing our invoice data. we don’t have our invoices structured with Group Lines. SO I can see those being zero. The invoice totals at the very bottom are correct.
Ok… now I am thinking there is something wrong… I now have these errors:
An Error has occurred.
Notice: Undefined index: join_tables in C:\inetpub\wwwroot\SuiteCRM\data\SugarBean.php on line 2841
An Error has occurred.
Notice: Undefined index: join in C:\inetpub\wwwroot\SuiteCRM\data\SugarBean.php on line 2851
An Error has occurred.
Notice: Undefined index: select in C:\inetpub\wwwroot\SuiteCRM\data\SugarBean.php on line 2986
An Error has occurred.
Notice: Undefined index: select in C:\inetpub\wwwroot\SuiteCRM\data\SugarBean.php on line 2987
An Error has occurred.
Notice: Undefined index: join in C:\inetpub\wwwroot\SuiteCRM\data\SugarBean.php on line 2999
in a subpanel that I created that lists invoices from the ‘member of’ accounts. but the subpanel for the invoices associated directly to account do not have them. both subpanels list the correct invoices.
this is just weird… all these errors are in standard code. I only make changes in the /custom dir.
this was from my coworker turning on the errors so we could see the php.ini errors. they wont write out to the file. only way is this. I have found them all over the place.
any ideas on how to get them set up to write to the php.ini file correctly? we are using mssql 2008. php 5.4