Questo è l'errore:
Notice: Undefined index: chatAlt in c:\programmi\easyphp1-7\www\smf\Sources\Load.php(1090) : eval()'d code on line 370
che compare in alto;
questo è quello che compare in basso, al posto della scritta chat stat:
Notice: Undefined index: chatStats in c:\programmi\easyphp1-7\www\smf\Sources\Load.php(1090) : eval()'d code on line 368
Il problema è che la mod dice questo:
<edit file>
Sources/ModSettings.php
</edit file>
<search for>
array('text', 'cal_maxspan'),
</search for>
<add after>
&$txt['chatTitle'],
// Integrated Chat 1.0 Settings
array('text', 'chatLanguage'),
array('text', 'chatRoomName'),
array('text', 'chatAppend'),
array('text', 'chatWidth'),
array('text', 'chatHeight'),
array('text', 'chatPassword'),
array('check', 'chatRoomsTab'),
</add after>
<search for>
'default_personalText', 'time_format',
</search for>
<add after>
'chatLanguage', 'chatRoomName', 'chatAppend', 'chatWidth',
'chatHeight', 'chatPassword',
</add after>
<edit file>
Ma il file Modsettings della RC1 è diverso!!!!