Import Contacts – Openinviter issue
November 17, 2010
Leave a comment
For fopen issue in openinviter. Kindly check it below for the fix
Issue: Warning: file_put_contents(/tmp/oi_plugins.php) [function.file-put-contents]: failed to open stream: Operation not permitted in [path]/OpenInviter/openinviter.php on line 330
In the config.php file, the tmp folder (on a windows enviroment) you must add double slashes to the cookie path instead of a single slash:
‘cookie_path’=>”C:\\xampp\\tmp\\”,
Categories: Uncategorized