Xibo Client Registration Error - POST content length

Created by Dan Garner
Keywords:
Last updated by:
Dan Garner

Trying to register a Win7 x64 Xibo Client 1.2.2 to a Win7 x64 Xibo Server 1.2.2.1 using the XAMPP 1.7.7 web server...

I seem getting this error when trying to register the client display to the server:

Client found response content type of 'text/html', but expected 'text/xml'.
The request failed with the error message:
--
<br />
<b>Warning</b>: Unknown: POST Content-Length of 699 bytes exceeds the limit of 500 bytes in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>Unknown</b> on line <b>0</b><br />
--.

This is caused by PHP incorrectly determining POST_MAX_SIZE directive. Ignoring the units. Try and specify the directive in bytes instead.