two issues, both a mystery and perhaps they are related. i'm running a fresh install of drupal 6.2. i haven't configured multiping (or ping) to do besides default yet. In fact, i don't see a configuration for multiping, just 'ping'. I assume it's for multiping.
I see the following notices repeated in the error log:
Multiping 04/11/2008 - 11:23 op=alter admin
Multiping 04/11/2008 - 11:23 op=view admin
Multiping 04/11/2008 - 11:23 op=load admin
why the messages?
Second, I see "op=alter, op=view, op=load" in a green message box above my rendered page, which suggests some relation to the first problem.
are the problems related? (may be tied to this: http://drupal.org/node/168909)
Comments
Comment #1
Skyr commentedNo, but it is related to http://drupal.org/node/241047 :-)
These are debug outputs from a hook which wasn't called on my installation... but obviously it is on your site.
Just comment out line 217-218 in multiping.module, or use the latest cvs checkout.
Comment #2
Drupalr commentedThat fixed both my problems:
1) notifications in the log
and
2) notifications on the rendered page (despite shunting messages to log file only)
Thanks.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.