MyBB Community Forums

Full Version: Wierd Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok, I have this wierd problem with my board:

When I click on the link to the thread in index, I would normally be taken to /showthread.php?etc but instead, I'm taken to /howthread?etc.

This came after I re uploaded and upgraded the new 1.2.12 script changes as I applied the one earlier where there was a big in one of the .js files.

Forum URL: http://forum.opalns.ath.cx
Do you think the error is server or software?
Odd, clicking here even: http://forum.opalns.ath.cx/showthread.ph...n=lastpost

Will load the howthread.php

Not sure what this would be, since the link can be correct before you click on it, then it redirects you to a new page. :/
I originally thought it was a bug but then tikitiki moved my thread into the bugs dustbin, so I thought, maybe not a bug, but something sinister. It started happening after I ran the upgrade script.
You also have a copyright problem that looks like it needs to be sorted out.
ty for reminding me, I'll stick the image back right away.
EDIT: I hadn't noticed it wasn't there Sad
Ok, this is now really beginning to bug me. I can't think of why this would happen Sad
did you try uploading and replacing the upgrade files again?
Yep, done that many times before Sad
It only has affect when you try to view a 'lastpost' ; so there must be something wrong in this line
header("Location:showthread.php?tid={$tid}&pid={$pid}#pid{$pid}");

Can you check your showthread.php file ?

Find
// Jump to the last post.
if($mybb->input['action'] == "lastpost")

That line i've said should be a lil' more further down ...
Pages: 1 2