Catchable fatal error
-
Does anyone know how to respond to the below error msg.
It is returned on any attempt to upload and avatar, user or group. I am running the current release of BP on WP 3.0- Beta2. In the MySQL table there appear to be conflicts on the locations of uploads with one spot identifying wp-content/blogs.dir/1/files and another referring to domain.com/files. I am actually unable to enter the SuperAdmin, Site, Edit options as saving — even without changing anything — visually destroys the site.
I know this could be/probably is related to running Beta, but if anyone has any clues at all, I’d be grateful.
Error msg:
Catchable fatal error: Object of class WP_Error could not be converted to string in /path/to/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281
Line 281 is:
$bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, $bp->avatar_admin->image->dir );
- The topic ‘Catchable fatal error’ is closed to new replies.