How to optimise this PHP warning from log file ?

I have big error log of this warning, How can i remove this warning ? Log file about 100 mb with only this php warning var_export does not handle circular references.

PHP => 5.6
Suit CRM => Version 7.8.16

[25-May-2018 14:45:39 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:39 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:40 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69
[25-May-2018 14:45:43 UTC] PHP Warning: var_export does not handle circular references in /home/crmmyrealestateb/public_html/All-CRM/testsite500.crm.myrealestatebusiness.com/custom/application/Ext/Utils/custom_utils.ext.php on line 69

What is the content of that file?

custom/application/Ext/Utils/custom_utils.ext.php

That’s a custom file you have, I have no idea what it contains.

Note: if I’m not mistaken, the original of that file will be found in custom/Extension/application/Ext/. Then it’s the QR & R that builds the file from that.

1 Like

okay i will check the code in the file

Thank you got solution on it