Hola… disculpa por no postear la solucion, pero pense que nadie tenia este error… pero aqui te dejo la solucion
Ubica este archivo en components/com_community/controllers/system.php:
La linea 798 hay este codigo
CNotificationLibrary::add( ‘profile.status.update’ , $attachment[‘target’] , $my->id , JText::sprintf(‘COM_COMMUNITY_FRIEND_WALL_POST’, $my->getDisplayName() ) , ” , ‘wall.post’ , $params);
REEMPLAZALO POR ESTE
CNotificationLibrary::add( ‘profile.status.update’ , $my->id , $attachment[‘target’] , JText::sprintf(‘COM_COMMUNITY_FRIEND_WALL_POST’, $my->getDisplayName() ) , ” , ‘wall.post’ , $params);
Y LISTO CON ESO DEBE FUNCIONAR… conmigo lo hizo… y funciona a la perfeccion… en la siguiente version esto ya estara solucionado….
y no te olvides de configurar tu cronjob
saludos =)