Hello,
I am getting this error when running php script:
PHP Warning: gzuncompress(): buffer error in .................
I was running this file on one server an it ws working fine but when i shifted my code to another server i got the above error.
This error was on this line:
$frm = unserialize(gzuncompress(base64_decode($record->fields['object'])));
As i know the code is perfect but i think it is due to some settings in php.ini file. So please tell me what the reson coulb be and how this can be solved.
Thanks,