Hi,
I have a problem while saving the contents with FlashBlocks. Whenever I save, the whole content of the destination file gets deleted. The only thing that remains in the file is
After some research I found out that no data is posted to the flashblocks_save.php file. The $theFile variable has its proper value but the $theData var is just empty.
When watching the HTTP traffic I recognised that the server sends me a PHP error message
<br />
<b>Warning</b>: fwrite(): supplied argument is not a valid stream resource in <b>/my/server/path
/path/to/flashblocks_save.php</b> on line <b>26</b><br />
writing=error&<br />
<b>Warning</b>: fclose(): supplied argument is not a valid stream resource in <b>/my/server/path
/path/to/flashblocks_save.php</b> on line <b>32</b><br />