[buddypress-dev] Upload profile picture error (again)
Joey Guerra
graphite at joeyguerra.com
Mon Jul 28 02:26:35 GMT 2008
I just got that error and it's because "The GD image library is not
installed". To find out for sure, update this function:
function xprofile_thumb_error( $str ) {
return preg_match( '/(filetype|invalid|not found)/is', $str );
}
with this:
function xprofile_thumb_error( $str ) {
print(ReflectionObject::export($str));
print($str->get_error_message());
return preg_match( '/(filetype|invalid|not found)/is', $str );
}
~ line 425: wp-content/mu-plugins/in bp-xprofile-avatars.php
Hope this helps.
Joey G
On Jul 27, 2008, at 4:32 PM, Wessel van Rensburg wrote:
> A while ago Jed had this problem and Andy recommended this:
>
> >Have you tried xprofile 0.3.2?
>
> >Andy
>
> I have the same problem using xprofile 0.3.4
>
> Any ideas? Should i go back to 0.3.2?
>
> >
> >
> > Thanks, Jed
> >
> >> -----Original Message-----
> >> From: "Jed Barish" <jed at deafnation.com>
> >> To: "buddypress-dev at lists.automattic.com" <buddypress-dev at lists.automattic.com
> >> >
> >> Date: 06/09/08 12:08
> >> Subject: [buddypress-dev] Upload Profile photo error
> >>
> >> Warning: preg_match() expects parameter 2 to be string, object
> >> given in /home/sfcom/public_html/wp-
> content/mu-plugins/bp-xprofile/
> >> bp-xprofile-avatars.php on line 411
> >>
> >> Catchable fatal error: Object of class WP_Error could not be
> >> converted to string in /home/sfcom/public_html/wp-content/mu-
> >> plugins/bp-xprofile/bp-xprofile-avatars.php on line 227
> >>
> >> I got the error when I tried to upload a profile picture. Where do
> >> I need to change the folder permission or any specific component to
> >> be turned on to work with this feature.
>
>
> --
> *
>
> * Wessel van Rensburg
> ZuluZulu
>
> + 44 2071933026 (o)
> + 44 7530341889 (m)
> + 27 7658 71271
>
> * wessel at zuluzulu.net
> * Skype: wildebees
> * http://zuluzulu.net
> _______________________________________________
> buddypress-dev mailing list
> buddypress-dev at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/buddypress-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/buddypress-dev/attachments/20080728/de943f02/attachment.htm
More information about the buddypress-dev
mailing list