Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question warning view profile another user

More
16 years 11 months ago - 16 years 11 months ago #17368 by cflores
my settings:

localhost: wampserver 2.0
php 5.2.8
my Sql 5.1.3
joomla 1.5.10
upgrade kunena 1.0.9 to 1.0.10
no communities

warning:

Notice: Undefined variable: usr_signature in C:\xxx\xxx\xxx\components\com_kunena\template\default\plugin\fbprofile\summary.php on line 175

code:
Code:
<?php if ( $usr_signature !='' ) { ?>

how resolve this error?

thanks
Last edit: 16 years 11 months ago by cflores.

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17371 by Matias
<?php if ( !empty($usr_signature) ) { ?>

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17438 by cflores
this fix the warning

many thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.263 seconds