Sorry, not sure how to phrase it well. I clicked my name in the shoutbox from the shoutbox archive and the page crashed, wrong url.
http://fanforge.net/blocks/shoutbox/viewuser.php?uid=1 from the looks at this url, you can see why it would crash. I just went through my extra_header.php file when I saw that "skins/default2/tabber.css" and things like that failed to load since it thought the css file was in http://fanforge.net/blocks/shoutbox/skins/default2/tabber.css so i changed it to "/skins/default2/tabber.css" the extra / fixed it. I think perhaps that would work in this case too, I could look for the code and fix it myself, but its not a big deal for me atm.
http://fanforge.net/blocks/shoutbox/blocks/shoutbox/archive.php oh that happened too, amusingly enough
Also from the stats menu, last registered user: http://fanforge.net/blocks/shoutbox/viewuser.php?uid=210
I am rebuilding efiction! Join us on irc! #efiction at
You sure you don't have an out-of-date shoutbox there? My archive is showing correctly. Either way it'll be fixed in 3.5.1...coming soon.
I'll test it on my fresh install. http://beta.fanforge.net/blocks/shoutbox/archive.php
yep, it persists.
I am rebuilding efiction! Join us on irc! #efiction at
No changes, I'm afraid.
Looks a bit worse actually. I'm going to wipe everything in my beta site and install fresh
ok, fresh install did away with the mysql errors. It still has bad urls. 5th reinstall, no changes. bad urls
I am rebuilding efiction! Join us on irc! #efiction at
You really need to explain the nature of the problem better next time. You said it was in the shoutbox archive NOT in the shoutbox. Fixed in the SVN. The fix will be added in 3.5.2
Ah thanks, sorry about that. Ah this needs extrapolation.
Ok before I clicked a user name in the shout box from the shoutbox archive page. That works now. So does the archive link. The stats menu has a link for the user name of last registered user, in this case 'animegeek'. That has the wrong url. I bet if I get the whose online block to work again, it'll error the same way. I'll test.
Yep, Online:
$omlist[] = "<a href=""viewuser.php?uid=".$om['online_uid'"]."'>".$om['penname']."</a>";
Should be
$omlist[] = "<a href="'"._BASEDIR."viewuser.php?uid=".$om['online_uid'"]."'>".$om['penname']."</a>";
And Info:
"<a href=""viewuser.php?uid=".$stats['newestmember'"]."">$newmember</a>", $loggedinas, $adminnotices);
Should be
"<a href="'"._BASEDIR."viewuser.php?uid=".$stats['newestmember'"]."">$newmember</a>", $loggedinas, $adminnotices);
I am rebuilding efiction! Join us on irc! #efiction at
I'll fix in the SVN tonight.

