Home › Forums › Plugin Support › Avatar Issue over WP 3.8 Multisite
- This topic has 8 replies, 2 voices, and was last updated 11 years, 9 months ago by 
Lee Stephanoff. 
- 
		AuthorPosts
 - 
		
			
				
January 23, 2014 at 8:25 pm #4668January 25, 2014 at 12:43 am #4686
Lee StephanoffMemberI will ask for guidance on what to configure – apparently this problem is only with us – see almost all the forum for a similar problem.
Thank you in advance for your cooperation.
Our project has a deadline next week and would like to fix this annoying case.
L.E.Stephanoff
January 26, 2014 at 10:31 pm #4731Khaled
MemberHello L.E.Stephanoff,
Thanks for your reporting. We have a work around on your issue. Please try our development version.
You can have dev version on the download(http://user-meta.com/downloads/) page.
January 27, 2014 at 2:26 pm #4733
Lee StephanoffMemberThanks for the quick response – problem seems determined to avatars but came out the following message … please give instructions on what to do.
————————————
Strict Standards : Only variables should be passed by reference in /home/vda/public_html/plugins/user-meta/framework/models/PluginFrameworkRawFunction.php on line 384
Strict Standards : Only variables should be passed by reference in /home/vda/public_html/plugins/user-meta/framework/models/PluginFrameworkRawFunction.php on line 388
————————————
function getUriSlug( $uri ) {
$uri = rtrim( reset( explode( ‘?’, $uri) ) , ‘/’ );
if( empty( $uri ) )
return false;return end(explode(‘/’, $uri));
}————————————
Lee
January 27, 2014 at 2:55 pm #4734
Lee StephanoffMemberOur BUG FIX ! whether it is correct ?
———- PluginFrameworkRawFunction.php >>> 384-388————
function getUriSlug( $uri ) {
$arr_parts=explode( ‘?’, $uri);
$uri = rtrim( current( $arr_parts ) , ‘/’ );
if( empty( $uri ) )
return false;$arr_parts=explode(‘/’, $uri);
return end($arr_parts);
}—————————————————————
Lee
January 27, 2014 at 4:07 pm #4736
Lee StephanoffMemberHello again,
out the following problem with DEFAULT AVATAR (see JPG file) … the problem is that the added WP-CONTENT without file finallyhttp://www.vaccineacademy.eu/DefaultAvatarProblem.jpg
Do not appear to DEFAULT AVATAR … please give us instructions what to do ?!
Lee
- 
		This reply was modified 11 years, 9 months ago by 
Lee Stephanoff.
	 
January 27, 2014 at 6:42 pm #4738
Lee StephanoffMemberSorry i forgot update the STATUS
January 27, 2014 at 6:57 pm #4739Khaled
MemberHello, add the following line between line 544 and 546 in user-meta/models/umSupportModel.php
if( empty( $fileSubPath ) ) return $file;
Thanks.
January 27, 2014 at 7:19 pm #4740
Lee StephanoffMemberGREAT & 10x
Lee
 - 
		This reply was modified 11 years, 9 months ago by 
 - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
