Ho installato Joomla 1.07 smf 1.1 RC1 e come bridge JoomlaSMFForum_1.0.2a di JoomlaHacks.com .
Entrando nel forum ho questo avviso: Notice: Undefined index: action in c:\programmi\easyphp1-8\www\components\com_smf\smf.php on line 33.
Le linee sono queste:
/*Mambo-SMF 1.3.2:sync smf userdata to mos / pass is dummy*/
/*1.1-3 : check if action !empty*/
/*1.1-a use strcmp and it doesn't matter if action is empty (-Wolverine) */
if ( strcmp($_GET['action'], "profile2") == 0 ) {
updateMOSfromSMF($_REQUEST['userID'],
$_REQUEST['realName'], $_REQUEST['emailAddress'], $_REQUEST['passwrd2']);
}