A user was trying to log in and incorrect typed in their password and now no one can log into the main portion of the CRM (portals still work). We have been using the system for a few months now and loving it. We are getting this error in the console:
http://www.*********.com/crm/api/v1/Activities/action/popupNotifications 401 (Unathorized)
Here is the server error_log:
[02-Sep-2017 16:24:48 America/Chicago] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[02-Sep-2017 21:24:49 UTC] The The "add_to_cart_fragments" hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
[02-Sep-2017 17:10:51 America/Chicago] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[02-Sep-2017 22:10:53 UTC] The The "add_to_cart_fragments" hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
Here is the Espo log:
[2017-09-02 22:00:16] Espo.ERROR: Display Error: , Code: 403 URL: /crm/api/v1/portal-access/599cfe1b2f85fd1ad/Activities?from=2017-08-27%2000:00&to=2017-09-03%2000:00&scopeList=Meeting%2CCall%2CTask [] []
http://www.*********.com/crm/api/v1/Activities/action/popupNotifications 401 (Unathorized)
Here is the server error_log:
[02-Sep-2017 16:24:48 America/Chicago] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[02-Sep-2017 21:24:49 UTC] The The "add_to_cart_fragments" hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
[02-Sep-2017 17:10:51 America/Chicago] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[02-Sep-2017 22:10:53 UTC] The The "add_to_cart_fragments" hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
Here is the Espo log:
[2017-09-02 22:00:16] Espo.ERROR: Display Error: , Code: 403 URL: /crm/api/v1/portal-access/599cfe1b2f85fd1ad/Activities?from=2017-08-27%2000:00&to=2017-09-03%2000:00&scopeList=Meeting%2CCall%2CTask [] []
Comment