Eroare la instalare AJAX_CHAT
Scris: 10-Iul-2013, 09:09:21
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?
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?