Page 1 of 55

Report board software problems here

Posted: 2003-12-12 01:01pm
by Darth Wong
I installed a security update last night, and it seemed to cause a few problems. Millenniumfalcon theme users had quote problems this morning which I fixed by copying some code from another theme. Are there any other problems to report? If so, report them here.

EDIT: I also made a slight modification in order to speed up posting and editing by modifying the way the search function works. If there are any problems, please let me know. If you notice that it's faster or slower when posting, also let me know.

Posted: 2003-12-12 03:05pm
by LadyTevar
It made me change my password.... *shrug*

Posted: 2003-12-12 04:14pm
by CmdrWilkens
With Opera it still doesn't let you actually go to a page other than the first by clicking on the link :D yes I know that's an Opera problem not a board problem.

Posted: 2003-12-12 04:53pm
by Robert Walper
My password needed to be changed. I've been prompted a couple of times since about me needing to change it in around 730 days hence. Quoting in the Falcon theme looks different, but it seems to work now.

There's an occasional incident where I cannot post a reply or access forum pages. White page pops up stating something I need to read next time.

Other than that, it seems to be working for the moment.

Posted: 2003-12-12 05:20pm
by Darth Wong
The password issues might be a result of the security update. Maybe it's enforcing more password rules now. One other thing I forgot to mention is that the left/right image tags were changed in the new version for some reason. The new syntax changed from:

Code: Select all

[left]image[/left]
[right]image[/right]
to:

Code: Select all

[img=left]image[/img]
[img=right]image[/img]

Posted: 2003-12-12 07:27pm
by Shadow WarChief
I'm on the millenniumfalcon and there's still a slight bug with the quoting.

The white lines that used to frame the top and bottom of every quote are gone so that its difficult to tell where a quote begins and ends.

Posted: 2003-12-12 07:34pm
by CorSec
Darth Wong wrote:The password issues might be a result of the security update. Maybe it's enforcing more password rules now.
I'm getting a pop up everytime I log in to change my password. It's forced me to change my password twice in the last few hours. Since it doesn't seem to be happening to anyone else I'm not sure what the problem could be. Is it a cookie thing or maybe because this isn't the lastest IE? <shrug>

Posted: 2003-12-12 10:27pm
by AdmiralKanos
CorSec wrote:
Darth Wong wrote:The password issues might be a result of the security update. Maybe it's enforcing more password rules now.
I'm getting a pop up everytime I log in to change my password. It's forced me to change my password twice in the last few hours. Since it doesn't seem to be happening to anyone else I'm not sure what the problem could be. Is it a cookie thing or maybe because this isn't the lastest IE? <shrug>
Is your password a simple one? It seems to dislike passwords which aren't at least 6 characters long and which don't contain at least one number.

There are a couple of people who are reporting password problems but I haven't noticed these problems myself, so I'm hoping this turns out to be the issue.

PS. I just made a modification to speed up the board. Hopefully it works.

Posted: 2003-12-12 10:41pm
by CorSec
The original password was simple, yes. I changed it to a combination of letters and numbers. But I didn't change it through the pop-up, rather, I went into my profile and changed it there. For some reason, it didn't take and I was told that my password had expired. Three temporary* passwords later, and I've changed my password through the pop up.

*I went through the 'your password has expired' process three times today. But I'd bet that's because I wasn't aware just how temporary the emailed passwords are.

I think I may have caused the glitch by ignoring the first pop up, but changing my password through my profile page. Does that vague up the issue for you?

Posted: 2003-12-12 11:27pm
by Grand Admiral Thrawn
CmdrWilkens wrote:With Opera it still doesn't let you actually go to a page other than the first by clicking on the link :D yes I know that's an Opera problem not a board problem.

Only if you use Millenium Falcon though. Or Right Clicking the page number then Open

Posted: 2003-12-13 04:12am
by InnerBrat
The following error messages when trying to view the WDYLL thread:
Could not update topic views.

DEBUG MODE

SQL Error : 1053 Server shutdown in progress

UPDATE phpbb_topics SET topic_views = topic_views + 1 WHERE topic_id = 22530

Line : 816
File : /home/virtual/site3/fst/var/www/html/viewtopic.php
phpBB : Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 1053 Server shutdown in progress

SELECT u.*, s.* FROM phpbb_sessions s, phpbb_users u WHERE s.session_id = '00b781ac8ef1df67142aa7b5d2426f84' AND u.user_id = s.session_user_id

Line : 235
File : /home/virtual/site3/fst/var/www/html/includes/sessions.php

Re: Report board software problems here

Posted: 2003-12-13 09:56am
by His Divine Shadow
Darth Wong wrote:EDIT: I also made a slight modification in order to speed up posting and editing by modifying the way the search function works. If there are any problems, please let me know. If you notice that it's faster or slower when posting, also let me know.
Well, I've noticed this problem with the search function in the Subsilver theme, say when you look at someone's post history, yours for example:
http://bbs.stardestroyer.net/search.php ... Darth+Wong

This works, however when you want to go further back, the link you click on looks like this:
http://bbs.stardestroyer.net/search.php ... 7&start=25

This doesn't work, what it really should look like is:
http://bbs.stardestroyer.net/search.php ... g&start=25

Posted: 2003-12-13 10:19am
by haas mark
Posting speed does indeed seem to be faster.

~ver

Posted: 2003-12-13 01:37pm
by Darth Wong
InnerBrat wrote:The following error messages when trying to view the WDYLL thread:
That error looks like you just tried to access it while the server was resetting itself. It does that automatically every now and then. If you tried again 30 seconds later it would probably be OK.

Posted: 2003-12-13 01:40pm
by haas mark
Occassionally, I cannot use the bottom links to access forums (i.e., at the bottom of a topic I've just replied to, I cannot use link to the forum or to the index).

~ver

Re: Report board software problems here

Posted: 2003-12-13 01:42pm
by Darth Wong
His Divine Shadow wrote:Well, I've noticed this problem with the search function in the Subsilver theme, say when you look at someone's post history, yours for example:
I noticed that bug in searches which return lots of pages. It occurs even on the phpbb.com website itself, and I think it's a software bug that they just hadn't identified yet. The software stores search results in a search ID table so you can go from page to page without re-running the search query (as your recommended query would do), but it doesn't seem to work with search results that return a very large number of results.

If you searched my post history but limited it to the last week, you would find that the pagination works fine. I'm not sure if the phpbb.com crew is aware of the problem; perhaps I should try reporting it as a bug.

PS. You should edit the RIGHT tag in your sig to be IMG=RIGHT/IMG as noted earlier in ths thread.

Posted: 2003-12-13 01:43pm
by Nova Andromeda
--I use the Millenium Falcon theme. The search function does not work properly since I can only view the first page of hits. This may be by design, but it is highly annoying....

Posted: 2003-12-13 04:06pm
by haas mark
I am already about to give up on the MF theme.. Can't click a page # in a thread and go to that page.. it takes you to the opening post... I don't know if that's a problem with the theme, or what..

~ver

Posted: 2003-12-14 02:19am
by RogueIce
verilon wrote:I am already about to give up on the MF theme.. Can't click a page # in a thread and go to that page.. it takes you to the opening post... I don't know if that's a problem with the theme, or what..

~ver
May just be you... Works ok for me. Though maybe you're just barely missing the number when you click? If you don't hit the number itself it'll do that.

Posted: 2003-12-14 03:04am
by Datana
verilon wrote:I am already about to give up on the MF theme.. Can't click a page # in a thread and go to that page.. it takes you to the opening post... I don't know if that's a problem with the theme, or what..
It's a problem in Opera. I've sent in detailed bug reports on this with each new version, but it looks like I'm getting ignored on it. I'm close to either switching themes or using Firebird for SD.net instead, myself.

Posted: 2003-12-14 05:53pm
by haas mark
Datana wrote:
verilon wrote:I am already about to give up on the MF theme.. Can't click a page # in a thread and go to that page.. it takes you to the opening post... I don't know if that's a problem with the theme, or what..
It's a problem in Opera. I've sent in detailed bug reports on this with each new version, but it looks like I'm getting ignored on it. I'm close to either switching themes or using Firebird for SD.net instead, myself.
Ah that makes sense. -kicks Opera and PHP-

~ver

What the hell happened to www.stardestroyer.net?

Posted: 2003-12-14 06:33pm
by weemadando
Every time I try and go through I get re-directed to some webhosting site...

Posted: 2003-12-14 06:33pm
by weemadando
Oh, wait, there it is...

Posted: 2003-12-16 02:20am
by Frank Hipper
Forums and topics are being marked as read when I haven't viewed them yet.

(edit) This appears to have been resolved. Please to disregard.

Posted: 2003-12-18 03:03pm
by haas mark
I haven't been getting PM notification lately.. :?

~ver