by NS-Team

Define Quotas for your Sales Reps and visualize achievement and forecast.

Cancel at any time!
Free Trial

#263 - Sales Quotas Not Visible

Closed Installation created by kruter 7 years ago

I'm using Sales Quotas 1.4 (new install).

I can fill out the Quotas, click save, and the quotas will still appear as 0. The entered values do appear in the SuiteCRM database, but not visible on the site.

I've tried running quick repair, repair roles, repair .js files, repair relationships. Thanks.

  1. bluquet member avatar

    NS-Team Provider Affiliate

    7 years ago

    Hi,

    I am not sure I understand your issue. Do you mean that when you edit quotas and save them, if you edit them again, the values you entered are not displayed in the edit form?

    Or is it a problem with displaying results vs. quotas?

    Some screenshots might help.

    Thanks

  2. kruter member avatar

    kruter

    7 years ago

    I can edit a quote, enter numbers and save. When I edit again, the values have reset to 0. Also, on the "view quota" screen, the quotas all appear as 0. In the database, the values match what I entered.

  3. kruter member avatar

    kruter

    7 years ago

    quota_screen_shot.png

    We're just starting out with SuiteCRM (we have not launched yet), so we don't have any opportunity/quote/invoice data yet, so those zeroes are to be expected. I'm trying to add the Quota number. Thanks.

  4. bluquet member avatar

    NS-Team Provider Affiliate

    7 years ago

    Thanks.

    So that I can reproduce the problem, could you tell me: - your SuiteCRM version - the parameters you set for Sales Quotas

    Also, would you mind trying 2 things: - check your SuiteCRM log and Apache error log for possible SQL errors - open Quota edit page with Chrome after opening Chrome menu Tools/Development Tools. JavaScript errors might be displayed on the console.

  5. kruter member avatar

    kruter

    7 years ago

    SuiteCRM version 7.7.9 Parameters Type: Year (also tried Month, Fiscal Year) Quotas based on: Opportunities

    SuiteCRM log:

    Wed Mar 15 07:53:36 2017 [25214][1][DEBUG] Hook called: Users::process_record Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query:select amount,id from ns_user_quotas where deleted = 0 and assigned_user_id = 'c747051f-6e63-3414-500e-58c6cddf1714' and date_start = '201701-01' and date_end = '201712-31' Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query Execution Time:0.00029683113098145 Wed Mar 15 07:53:36 2017 [25214][1][DEPRECATED] PHP4 Style Constructors are deprecated and will be remove in 7.8, please update your code Wed Mar 15 07:53:36 2017 [25214][1][ERROR] convert: Conversion of 201701-01 12:00am from m/d/Y h:ia to Y-m-d failed Wed Mar 15 07:53:36 2017 [25214][1][DEPRECATED] Formatting correction: NS_User_Quotas->date_start had formatting automatically corrected. This will be removed in the future, please upgrade your external code Wed Mar 15 07:53:36 2017 [25214][1][ERROR] convert: Conversion of 201712-31 12:00am from m/d/Y h:ia to Y-m-d failed Wed Mar 15 07:53:36 2017 [25214][1][DEPRECATED] Formatting correction: NS_User_Quotas->date_end had formatting automatically corrected. This will be removed in the future, please upgrade your external code Wed Mar 15 07:53:36 2017 [25214][1][DEBUG] rebuilding cache for Currencies Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query:SELECT * FROM fields_meta_data WHERE custom_module='Currencies' AND deleted = 0 Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query Execution Time:5.6028366088867E-5 Wed Mar 15 07:53:36 2017 [25214][1][DEPRECATED] Formatting correction: NS_User_Quotas->amount had formatting automatically corrected. This will be removed in the future, please upgrade your external code Wed Mar 15 07:53:36 2017 [25214][1][DEBUG] SugarBean[NS_User_Quotas].load_relationships, Loading relationship (ns_quotas_users). Wed Mar 15 07:53:36 2017 [25214][1][DEBUG] Hook called: NS_User_Quotas::before_save Wed Mar 15 07:53:36 2017 [25214][1][DEPRECATED] SugarBean.php: preprocess_fields_on_save() is deprecated Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query:INSERT INTO ns_user_quotas (id,name,date_entered,date_modified,modified_user_id,created_by,deleted,assigned_user_id,date_start,date_end,period,amount,achieved,achieved_locked,quota_locked) VALUES ('4dc7d0c8-f4ef-8768-4c93-58c955e1890d','','2017-03-15 14:53:36','2017-03-15 14:53:36','1','1',0,'c747051f-6e63-3414-500e-58c6cddf1714',NULL,NULL,'FY',0,0,0,0) Wed Mar 15 07:53:36 2017 [25214][1][INFO] Query Execution Time:0.055292844772339

    Chrome console:

    index.php?module=NS_User_Quotas&action=index&year=2017:877 Resource interpreted as Document but transferred with MIME type image/gif: "http://sales.easween.cloud/index.php?entryPoint=getImage&imageName=blank.png".

  6. bluquet member avatar

    NS-Team Provider Affiliate

    7 years ago

    Hi,

    Thank you. I believe the problem is due to [ERROR] convert: Conversion of 201701-01 12:00am from m/d/Y h:ia to Y-m-d failed

    So, Quotas are not saved correctly (which is confirmed by the INSERT function that has NULL for date_start and date_end). We will look into that immediately.

  7. kruter member avatar

    kruter

    7 years ago

    FYI - the Apache log:

    [Wed Mar 15 14:22:17.806677 2017] [proxy_fcgi:error] [pid 33898:tid 139646222657280] [client 207.250.1.154:18956] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?action=Login&module=Users [Wed Mar 15 14:22:19.063792 2017] [proxy_fcgi:error] [pid 12491:tid 139646189086464] [client 207.250.1.154:51205] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:25:52.503402 2017] [proxy_fcgi:error] [pid 12491:tid 139645954090752] [client 207.250.1.154:49827] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:25:53.664674 2017] [proxy_fcgi:error] [pid 42952:tid 139645962483456] [client 207.250.1.154:51212] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:26:00.594487 2017] [proxy_fcgi:error] [pid 42952:tid 139646460724992] [client 207.250.1.154:49930] AH01071: Got error 'PHP message: PHP Notice: Array to string conversion in /opt/bitnami/apps/suitecrm/htdocs/include/formbase.php on line 209\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:28:58.663771 2017] [proxy_fcgi:error] [pid 2128:tid 139646247835392] [client 207.250.1.154:51257] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:28:59.856793 2017] [proxy_fcgi:error] [pid 42952:tid 139646088374016] [client 207.250.1.154:16496] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:29:36.326246 2017] [proxy_fcgi:error] [pid 2128:tid 139646113552128] [client 207.250.1.154:19127] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:29:37.475431 2017] [proxy_fcgi:error] [pid 2128:tid 139646469117696] [client 207.250.1.154:50919] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:29:44.321831 2017] [proxy_fcgi:error] [pid 2128:tid 139646021232384] [client 207.250.1.154:50879] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:29:45.468866 2017] [proxy_fcgi:error] [pid 42952:tid 139646365333248] [client 207.250.1.154:18051] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: current_language in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Dashlets/QuotasReportDashlet/QuotasReportDashlet.php on line 75\nPHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Undefined property: QuotasReportDashlet::$seedBean in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/include/Dashlets/Dashlet.php on line 245\nPHP message: PHP Warning: Smarty error: Missing required field:file in /opt/bitnami/apps/suitecrm/htdocs/include/Smarty/Smarty.class.php on line 1094\nPHP message: PHP Notice: Undefined property: User::$picture in /opt/bitnami/apps/suitecrm/htdocs/modules/SugarFeed/SugarFeed.php on line 420\n', referer: http://sales.easween.cloud/index.php?module=Home&action=index [Wed Mar 15 14:32:03.270960 2017] [proxy_fcgi:error] [pid 2128:tid 139646088374016] [client 207.250.1.154:51282] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 14:42:59.775637 2017] [proxy_fcgi:error] [pid 33898:tid 139646298191616] [client 207.250.1.154:18889] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:43:02.460333 2017] [proxy_fcgi:error] [pid 33898:tid 139646273013504] [client 207.250.1.154:18889] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:43:10.462610 2017] [proxy_fcgi:error] [pid 42952:tid 139646004446976] [client 207.250.1.154:51179] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_SUNDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 50\nPHP message: PHP Notice: Undefined index: LBL_MONDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 51\nPHP message: PHP Notice: Undefined index: LBL_TUESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 52\nPHP message: PHP Notice: Undefined index: LBL_WEDNESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 53\nPHP message: PHP Notice: Undefined index: LBL_THURSDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 54\nPHP message: PHP Notice: Undefined index: LBL_FRIDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 55\nPHP message: PHP Notice: Undefined index: LBL_SATURDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 56\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=index&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:44:42.093692 2017] [proxy_fcgi:error] [pid 42952:tid 139646306584320] [client 207.250.1.154:17272] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_CANCEL_BUTTON_TITLE in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quotas_config.php on line 107\n', referer: http://sales.easween.cloud/index.php?module=Administration&action=index [Wed Mar 15 14:45:09.140392 2017] [proxy_fcgi:error] [pid 2128:tid 139645903734528] [client 207.250.1.154:50928] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_CANCEL_BUTTON_TITLE in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quotas_config.php on line 107\n', referer: http://sales.easween.cloud/index.php?module=Administration&action=index [Wed Mar 15 14:45:21.475827 2017] [proxy_fcgi:error] [pid 12491:tid 139646079981312] [client 207.250.1.154:18606] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:46:12.266269 2017] [proxy_fcgi:error] [pid 40204:tid 139646004446976] [client 207.250.1.154:4916] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_CANCEL_BUTTON_TITLE in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quotas_config.php on line 107\n', referer: http://sales.easween.cloud/index.php?module=Administration&action=index [Wed Mar 15 14:50:42.778276 2017] [proxy_fcgi:error] [pid 33898:tid 139646365333248] [client 207.250.1.154:51384] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Notice: Undefined variable: max_results in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 271\nPHP message: PHP Notice: Undefined variable: deleted in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 291\nPHP message: PHP Notice: Undefined variable: deleted in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 298\n' [Wed Mar 15 14:50:42.983311 2017] [proxy_fcgi:error] [pid 33898:tid 139646113552128] [client 207.250.1.154:51384] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 14:52:49.791411 2017] [proxy_fcgi:error] [pid 2128:tid 139645886949120] [client 207.250.1.154:49860] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:52:52.000179 2017] [proxy_fcgi:error] [pid 2128:tid 139646046410496] [client 207.250.1.154:49860] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_SUNDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 50\nPHP message: PHP Notice: Undefined index: LBL_MONDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 51\nPHP message: PHP Notice: Undefined index: LBL_TUESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 52\nPHP message: PHP Notice: Undefined index: LBL_WEDNESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 53\nPHP message: PHP Notice: Undefined index: LBL_THURSDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 54\nPHP message: PHP Notice: Undefined index: LBL_FRIDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 55\nPHP message: PHP Notice: Undefined index: LBL_SATURDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 56\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 14:53:38.076271 2017] [proxy_fcgi:error] [pid 41487:tid 139645920519936] [client 207.250.1.154:51022] AH01071: Got error 'PHP message: PHP Warning: Missing argument 1 for get_managed_users(), called in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/SaveQuotas.php on line 13 and defined in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 55\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:53:38.616467 2017] [proxy_fcgi:error] [pid 41487:tid 139645903734528] [client 207.250.1.154:2622] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:54:59.582348 2017] [proxy_fcgi:error] [pid 40204:tid 139645903734528] [client 207.250.1.154:51253] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=index&year=2017 [Wed Mar 15 14:55:03.544092 2017] [proxy_fcgi:error] [pid 12491:tid 139646012839680] [client 207.250.1.154:50973] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_SUNDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 50\nPHP message: PHP Notice: Undefined index: LBL_MONDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 51\nPHP message: PHP Notice: Undefined index: LBL_TUESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 52\nPHP message: PHP Notice: Undefined index: LBL_WEDNESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 53\nPHP message: PHP Notice: Undefined index: LBL_THURSDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 54\nPHP message: PHP Notice: Undefined index: LBL_FRIDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 55\nPHP message: PHP Notice: Undefined index: LBL_SATURDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 56\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=index&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:55:20.990234 2017] [proxy_fcgi:error] [pid 2128:tid 139646331762432] [client 207.250.1.154:49805] AH01071: Got error 'PHP message: PHP Warning: Missing argument 1 for get_managed_users(), called in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/SaveQuotas.php on line 13 and defined in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 55\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:55:21.568696 2017] [proxy_fcgi:error] [pid 39530:tid 139646012839680] [client 207.250.1.154:51212] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 14:56:55.534688 2017] [proxy_fcgi:error] [pid 12491:tid 139646314977024] [client 207.250.1.154:16440] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:02:19.688414 2017] [proxy_fcgi:error] [pid 2128:tid 139646452332288] [client 207.250.1.154:51285] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_SUNDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 50\nPHP message: PHP Notice: Undefined index: LBL_MONDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 51\nPHP message: PHP Notice: Undefined index: LBL_TUESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 52\nPHP message: PHP Notice: Undefined index: LBL_WEDNESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 53\nPHP message: PHP Notice: Undefined index: LBL_THURSDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 54\nPHP message: PHP Notice: Undefined index: LBL_FRIDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 55\nPHP message: PHP Notice: Undefined index: LBL_SATURDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 56\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=index&year=2017 [Wed Mar 15 15:02:50.246769 2017] [proxy_fcgi:error] [pid 2128:tid 139646130337536] [client 207.250.1.154:18069] AH01071: Got error 'PHP message: PHP Warning: Missing argument 1 for get_managed_users(), called in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/SaveQuotas.php on line 13 and defined in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 55\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 70\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 74\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 15:02:50.804953 2017] [proxy_fcgi:error] [pid 33898:tid 139646331762432] [client 207.250.1.154:51438] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: now in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 49\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=EditQuotas&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 15:07:36.705614 2017] [proxy_fcgi:error] [pid 39530:tid 139646038017792] [client 207.250.1.154:51058] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:31:45.622067 2017] [proxy_fcgi:error] [pid 2128:tid 139646231049984] [client 207.250.1.154:18659] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:41:03.079267 2017] [proxy_fcgi:error] [pid 40204:tid 139646264620800] [client 207.250.1.154:51053] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:42:15.087719 2017] [proxy_fcgi:error] [pid 33898:tid 139646088374016] [client 207.250.1.154:51447] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:47:57.133716 2017] [proxy_fcgi:error] [pid 42952:tid 139645937305344] [client 207.250.1.154:50863] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:51:23.115152 2017] [proxy_fcgi:error] [pid 2128:tid 139646071588608] [client 207.250.1.154:5711] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:55:36.922610 2017] [proxy_fcgi:error] [pid 12491:tid 139646247835392] [client 207.250.1.154:51239] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Notice: Undefined variable: max_results in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 271\nPHP message: PHP Notice: Undefined variable: deleted in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 291\nPHP message: PHP Notice: Undefined variable: deleted in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 298\n' [Wed Mar 15 15:55:37.124133 2017] [proxy_fcgi:error] [pid 12491:tid 139646147122944] [client 207.250.1.154:51239] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 15:59:33.491351 2017] [proxy_fcgi:error] [pid 2128:tid 139645937305344] [client 207.250.1.154:5081] AH01071: Got error 'PHP message: PHP Warning: Missing argument 8 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\nPHP message: PHP Warning: Missing argument 9 for SugarWebServiceImplv4::get_entry_list() in /opt/bitnami/apps/suitecrm/htdocs/service/v4/SugarWebServiceImplv4.php on line 250\n' [Wed Mar 15 16:19:33.456714 2017] [proxy_fcgi:error] [pid 42952:tid 139646222657280] [client 207.250.1.154:16283] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_CANCEL_BUTTON_TITLE in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quotas_config.php on line 107\n', referer: http://sales.easween.cloud/index.php?module=Administration&action=index [Wed Mar 15 16:19:49.790722 2017] [proxy_fcgi:error] [pid 42952:tid 139646063195904] [client 207.250.1.154:62776] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 107\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 108\nPHP message: PHP Notice: Undefined index: in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 108\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 16:19:52.689326 2017] [proxy_fcgi:error] [pid 42952:tid 139646163908352] [client 207.250.1.154:62776] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: begin in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Trying to get property of non-object in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quota_utils.php on line 275\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 107\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 108\nPHP message: PHP Notice: Undefined index: in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/Quotas_report.php on line 108\n', referer: http://sales.easween.cloud/index.php?action=ajaxui [Wed Mar 15 16:19:54.422595 2017] [proxy_fcgi:error] [pid 42952:tid 139645878556416] [client 207.250.1.154:50058] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_SUNDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 50\nPHP message: PHP Notice: Undefined index: LBL_MONDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 51\nPHP message: PHP Notice: Undefined index: LBL_TUESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 52\nPHP message: PHP Notice: Undefined index: LBL_WEDNESDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 53\nPHP message: PHP Notice: Undefined index: LBL_THURSDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 54\nPHP message: PHP Notice: Undefined index: LBL_FRIDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 55\nPHP message: PHP Notice: Undefined index: LBL_SATURDAY in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 56\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 101\nPHP message: PHP Notice: Undefined variable: switch_mode in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 102\nPHP message: PHP Notice: Undefined index: in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/EditQuotas.php on line 102\n', referer: http://sales.easween.cloud/index.php?module=NS_User_Quotas&action=index&return_module=NS_User_Quotas&return_action=DetailView [Wed Mar 15 16:26:26.336775 2017] [proxy_fcgi:error] [pid 42952:tid 139646121944832] [client 207.250.1.154:10744] AH01071: Got error 'PHP message: PHP Notice: Undefined index: LBL_CANCEL_BUTTON_TITLE in /opt/bitnami/apps/suitecrm/htdocs/modules/NS_User_Quotas/quotas_config.php on line 107\n', referer: http://sales.easween.cloud/index.php?module=Administration&action=index

  8. bluquet member avatar

    NS-Team Provider Affiliate

    7 years ago

    I found the problem for Type: Year. A new version of the module will be published later today. It will also fix some minor notices in PHP error log.

    I will let you know when the new version is available.

    • kruter member avatar

      kruter

      7 years ago

      Great, thank you for the quick response!

  9. bluquet member avatar

    NS-Team Provider Affiliate

    7 years ago

    Version 1.5 is now available in your Purchases page. Would you mind trying it? As some data were wrongly saved in your first tests, I suggest you uninstall current version and specify Remove tables.

    Thank you for your feedback.

  10. kruter member avatar

    kruter

    7 years ago

    Awesome. It looks like it's working now. Thank you very much.

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...