By liviobait on
Hi if i install appbar and configure with facebook_status module
on creetion of new status i have error on javascript
the error is not huma readable
is a window with not scroll and not copy and paste
any idea?
__
Edited by WorldFallz - nothing to do with module development, moved to appropriate forum.
Comments
Wrong Forum
Hi,
This forum is for folks who have already decided to extend Drupal's functionality by writing custom modules.
From the moderator:
Please post your question in the issue queue of the module in question or in the Post Installation forum :)
Your question is a support question, not a module development question.
i am sorry
i am sorry
Ok i found the possible
Ok i found the possible problem
if ahah is enabled i have error on js
in explorer is the classic An http error 0 referred to drupal/facebook_status/js
if i disable the ahah on adavanced option of facebook_status
all work correctly and Alerts on appbar work.
A this point i suppose an error on js
but the error is on js of facebook_status or js of appbar?
any help is apreciated
tnx
other info
The problem occur only if the trigger of rule is set to ALL
i suppose the problem is on thi code
batch_set(array(
'title' => t('Processing Appbar alert to everyone'),
'operations' => $operations,
'finished' => '_appbar_process_finished',
'file' => drupal_get_path('module', 'appbar') .'/appbar.module',
));
return;
this refresh page
and i suppose create problem on ahah javascript
im having the same problem
im having the same problem with that. maybe its a buggy module ill try to find it . If you find anything please share .