Pagina 1 din 1

Eroare la instalare AJAX_CHAT

Scris: 10-Iul-2013, 09:09:21
de SirFulgeruL
Cand vreau sa instalez ajax chat imi da o eroare gen.
Find
'U_RESTORE_PERMISSIONS' => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',
Add After
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
'U_CHAT' => append_sid("{$phpbb_root_path}chat.$phpEx"),
'S_SHOUT' => true,
//-- fin mod : AJAX Chat ------------------------------------------------
The Find specified by the MOD could not be found

am cautat in functions.php si sunt acolo liniile respective .
Ce sa fac?

Re: Eroare la instalare AJAX_CHAT

Scris: 10-Iul-2013, 12:55:16
de Anișor
Cauti :

Cod: Selectaţi tot

'U_RESTORE_PERMISSIONS' => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',
Si adaugi dupa :

Cod: Selectaţi tot

//-- mod : AJAX Chat ----------------------------------------------------
//-- add
'U_CHAT' => append_sid("{$phpbb_root_path}chat.$phpEx"),
'S_SHOUT' => true,
//-- fin mod : AJAX Chat ------------------------------------------------

Re: Eroare la instalare AJAX_CHAT

Scris: 29-Iul-2013, 14:43:41
de Ivan Petre Paul
Să înțeleg că vrei să instalezi chat-ul Ajax cu AutoMOD?