Forum Replies Created
-
AuthorPosts
-
Lee StephanoffMember
Works great … thank you very much
Lee
Lee StephanoffMemberGREAT & 10x
Lee
Lee StephanoffMemberSorry i forgot update the STATUS
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 10 years, 10 months ago by Lee Stephanoff.
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
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
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
-
AuthorPosts