Instagram Session Folder / Server issue
-
When using Instagram i got an issue on session folder: the plugin try to use this location
$session_folder = ‘/tmp/sessions’;instead of this one
$session_folder = $_SERVER[‘TMP’];It has fixed the problem on our servers, might be possible update also the plugin in the next version?
/flow-flow-social-streams/includes/social/FFInstagram.php (within getApi() method)Thanks 😉
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Instagram Session Folder / Server issue’ is closed to new replies.