Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jan 2009 at 11:04 UTC
Updated:
5 Feb 2009 at 19:20 UTC
Hi! Cool Module!
I am using the private file system and am having the following problems viewing the uploaded profile pics:
1. Files are being are not being saved to my user profile pics folder. I believe this is because line 87:
$dest .= '/'. variable_get('user_pictures_path', ''); should be
$dest .= '/'. variable_get('user_picture_path', '');
2. The files aren't accessible publicly. I had a look at my "files" table and the profile pics aren't listed there, and I'm guessing that's why it's not working.
Thanks
Comments
Comment #1
LaNets commentedFixed in BETA5 version.
Thanks.