Notifications
Clear all

[3.5.1] Shoutbox problem [fixed]

7 Posts
2 Users
0 Reactions
2,319 Views
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

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 www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 09/04/2009 4:18 pm
(@tammy)
Posts: 2577
Member Moderator
 

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.


 
Posted : 09/04/2009 10:28 pm
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

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 www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 10/04/2009 1:50 am
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

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 www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 12/04/2009 2:17 am
(@tammy)
Posts: 2577
Member Moderator
 

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

http://efiction.svn.sourceforge.net/viewvc/efiction/blocks/shoutbox/shoutbox.php?view=diff&r1=12&r2=3&diff_format=h


 
Posted : 12/04/2009 9:00 pm
(@itanshi)
Posts: 381
Reputable Member
Topic starter
 

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 www.mibbit.com Instructions for irc πŸ˜€ Alpha released!

 
Posted : 12/04/2009 11:09 pm
(@tammy)
Posts: 2577
Member Moderator
 

I'll fix in the SVN tonight.


 
Posted : 13/04/2009 9:46 am
Share: