Topic by Jiju Dineshan
Content
Hi all,
I am trying to log error messages while using a custom file manager script which is a utility used to unassign agents. problem is I unable to use fopen and fwrite to log the error's .
Please find the attached code block. It shows Cannot Open File error message
Interstingly when I tried to log the file to a custom script file inside the file manager. The log was entered correctly. But I was unable to retrieve it from file manager.
When I run the same script in browser, I was able to view the correct logged message in string format.