FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Make topic appear at top of topic listing...
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Make topic appear at top of topic listing... [message #186578 is a reply to message #186577] Fri, 03 October 2014 17:56 Go to previous messageGo to previous message
cpreston is currently offline  cpreston   United States
Messages: 160
Registered: July 2012
Location: Oceanside
Karma:
Senior Member
I also upgraded to 3.0.6RC2 and it doesn't happen for me there, either. I'm wondering if there's any snafu where any of your files are different than the core files. If you're running your forum on a Unix variant (e.g. Linux), you can try the procedure below. If you're not, well, I don't know what to say. Wink

1. Unzip 3.0.6RC2 into a directory right next to your forum's directory (e.g. your forum is in ./fudforum. unzip this into ./otherforum)
2. Create a script called check.sh and put in it the contents below, changing fudforum to the name of the directory where your forum is:
DIR=fudforum
find . -type f -name "*.php" -print |sed 's/\.\///' | while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done

find . -type f -name "*.inc" -print |sed 's/\.\//'  |while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done

find . -type f -name "*.js" -print |sed 's/\.\//'  |while read i
do

diff $i ../$DIR/$i 2>&1 |sed "s|^|$i:|"

done



Run the script. Does it find any differences between the stock code and your code?

The only other thing I've seen Frank suggest in weird times like this is to run the database consistency checker.

[Updated on: Fri, 03 October 2014 17:57]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 403 error when using Announcement Manager
Next Topic: was not still approved by moderator / admin
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat May 11 07:00:11 GMT 2024

Total time taken to generate the page: 0.05193 seconds