JDispatcher:: Register not found error

impulse
14 years, 1 month ago
I can't seem to get rid of this error whenever I activate the component... 
dryabov
14 years, 1 month ago
What is the full error message (including file and line number)?
impulse
14 years, 1 month ago
The full message is read on the mobile device so I can't get the line number, it reads:

JDispatcher:::register: Event handler not recognized.

It saids it three times... I can't get rid of this
dryabov
14 years, 1 month ago
To get more info you can patch libraries/joomla/event/dispatcher.php in the following way: replace line
JError::raiseWarning('SOME_ERROR_CODE', 'JDispatcher::register: Event handler not recognized.', 'Handler: '.$handler );

to
JError::raiseWarning('SOME_ERROR_CODE', "JDispatcher::register($event,$handler): Event handler not recognized.", 'Handler: '.$handler );

(note that single quotes have been changed to double ones).
impulse
14 years, 1 month ago
Okay great, I just bookmarked this page so when I have more time I'll try this... this will fix the problem?
dryabov
14 years, 1 month ago
No, it just get incorrect event+handler pair. But it allows to localize the issue.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.