PeopleSync Knowledge Base

Peoplesync Request Dump Log Is Full

🤔 Problem

PeopleSync Frontend stops working. The following error message is logged in C:\Windows\Temp\php_peoplesync_errors.log:

PHP Fatal error: Uncaught ErrorException: file_put_contents(): write of 443 bytes failed with errno=22 
Invalid argument in C:\Program Files\messageconcept\PeopleSync Server\www\PeopleSync\DumpHTTPRequest.php:39 
Stack trace:
#0 [internal function]: exception_error_handler(8, 'file_put_conten...', 'C:\\Program File...', 39, Array) 
#1 C:\Program Files\messageconcept\PeopleSync Server\www\PeopleSync\DumpHTTPRequest.php(39): file_put_contents('C:\\Windows\\TEMP...', '***************...', 8) 
#2 C:\Program Files\messageconcept\PeopleSync Server\www\wwwroot\server.php(162): PeopleSync\DumpHTTPRequest->execute('C:\\Windows\\TEMP...') 
#3 {main} thrown in C:\Program Files\messageconcept\PeopleSync Server\www\PeopleSync\DumpHTTPRequest.php on line 39

🌱 Solution

When debug logging is enabled, the PeopleSync request dump log C:\Windows\Temp\php_peoplesync_requestDump.log gets too large.

To resolve the problem, do the following:

  1. Delete C:\Windows\Temp\php_peoplesync_requestDump.log

  2. Disable debug logging as explained in How to Configure Frontend Debug Logging, if you weren’t asked by messageconcept support to enable it.