× Joomla Facebook Connect support forum

Topic-icon registration problems

Active Subscriptions:

None
14 years 8 months ago #1922 by tobdhen
Hi,

Similarly to 3 other users i get a warning when registering.
The profile picture loads in, etc. I've made all the fields not required in community builder, and i tried it with seo off.

I still get this:-

Warning: filesize() [function.filesize]: stat failed for jfbc_740293241pic_tmp in /homepages/5/d292616412/htdocs/northernquarter/administrator/components/com_comprofiler/imgToolbox.class.php on line 467

Has there been any resolution on this issue?

Thanks
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #1933 by tobdhen
Replied by tobdhen on topic registration problems
Since my previous mail i decided to swap from community builder to jomsocial.

This time everything works well there are no error messages but the avatar just shows up as a black square in the profile.

Can anyone help?
The topic has been locked.
Support Specialist
14 years 8 months ago #1945 by alzander
Replied by alzander on topic registration problems
Is this the picture loading in the jfbclogin module or in their JomSocial profile (they're somewhat different).

This may help us debug the stat failed error as well. If you can send us a link to your site, we'd love to investigate further to determine where the image is coming from, where it's getting stored, and of course, why it's black. We think it's a server configuration issue (which we've gotten around in many other cases), so would love to have this info.

Thanks
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #1950 by tobdhen
Replied by tobdhen on topic registration problems
Thanks for you response,

The site is site, it is the jomsocial profile picture.
Now also, i've noticed, when logged into jomsocial via facebook the js interface isn't working. Anyway try it out you'll see what i mean. I'll investigate why this is.

<!-- m --><a class="postlink" href="www.thenorthernquarter.net/">www.thenorthernquarter.net/

Thanks

Tony
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #1951 by tobdhen
Replied by tobdhen on topic registration problems
This has something to do with the SEF options.
When its on the pages aren't being called. It works when it's off
but the picture is stil not loading
The topic has been locked.
Support Specialist
14 years 7 months ago #1968 by alzander
Replied by alzander on topic registration problems
Can you PM us information login information to the backend of your site so we can investigate further. I'm unsure where that black box is coming from.

What SEF are you using, built in Joomla or another component (it should work either way). When you say "When its on the pages aren't being called, what pages? What happens?

Thanks
The topic has been locked.
Active Subscriptions:

None
14 years 7 months ago #2072 by tobdhen
Replied by tobdhen on topic registration problems
Hi once again,

I resolved all these previous problems by changing host, now the avatar and the profile info gets imported perfectly.
However, now i have a new problem which is related to SEF.
I'm using Acesef, because the joomla sef wasn't allowing jomsocial to work.
Now when logging in through facebook AceSEF is rewriting the opener URL and outputting <!-- w --><a class="postlink" href="www.thenorthernquarter.nethome/_opener..">www.thenorthernquarter.nethome/_opener...
I tried to make an exception but every new login generates a new URL.

Do you know of any workarounds?

Thanks

Tony
The topic has been locked.
Active Subscriptions:

None
14 years 7 months ago #2096 by koor_der
Replied by koor_der on topic registration problems
I know this might be a bit drastic, but I did some file editing myself. I made this temporary work-around in administrator/components/com_comprofiler/imgToolbox.class.php:
		if($copyMethod != 29)
		{
			if(!$this->checkFilesize($image&#91;'tmp_name'&#93;,$this->_maxsize*1024)) {
 				$this->raiseError("The file exceeds the maximum size of ".$this->_maxsize." kilobytes");
               	return false;
			}
   		}

I'm still searching for why the filesize function fails to work with SEF settings turned on. At the moment I get rid of the error by just avoiding it when jfbconnect's copymethod of 29 is used.
The topic has been locked.
Support Specialist
14 years 6 months ago #2102 by alzander
Replied by alzander on topic registration problems
Thanks for your code snippet. Yes, that's drastic (you shouldn't have to modify other comps to get around issues that may be from ours). Is that working correctly for you now, or are there other issues still?

We've set aside some time over the next few days to investigate the stat_fails error message, and will hopefully have some good news by the end of the week.
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #2129 by gaboinked
Replied by gaboinked on topic registration problems

sourcecoast wrote: Is this the picture loading in the jfbclogin module or in their JomSocial profile (they're somewhat different).

This may help us debug the stat failed error as well. If you can send us a link to your site, we'd love to investigate further to determine where the image is coming from, where it's getting stored, and of course, why it's black. We think it's a server configuration issue (which we've gotten around in many other cases), so would love to have this info.

Thanks


Is there a published solution for the Black Avatars? I too have black images for profile pictures popping up in my JomSocial community. Unfortunately I have no data to share to help, but can someone provide assistance?

George
The topic has been locked.