Help - Search - Members - Calendar
Full Version: Can't View Log, but I have an error
Movable Type Community Forum > Additional Resources > Tips and Tricks
d1taylor
I have the following error popping up now when I make new posts to my weblog:

QUOTE
One or more errors occurred when sending update or
TrackBack pings. Check the Activity Log for the error.


But when I click on the "Activity Log" link, nothing happens. It appears to be calling a JavaScript function:
CODE
  [a href="#" onclick="doViewLog()"]Activity Log[/a]

But when I look at the source, I don't see doViewLog() defined anywhere. Further, I can't find my activity log to try and figure out what's busted in my update/ping activity.

Help!

Running MT 2.63 on NetBSD.
girlie
This is on the Edit Entry screen? Because the function is definitely in the tmpl/cms/edit_entry.tmpl file.
maddy
You should be able (if your username is set up with the appropriate permission) to view the Activity Log from the Main Menu. Can you do that? There should be a link below Edit Your Profile, to the right of your list of blogs.
d1taylor
Thanks, Maddy: I can see that there's a problem with wander-lust.

Also, I was wrong. The function is defined:
CODE
function doViewLog () {
   window.location = '/blog/mt.cgi?__mode=view_log#last';
}

However, the link is definitely DOA, though entering the URL into my browser directly (Apple's Safari browser, on Mac OS X) works just fine.

sad.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.