I'm updating the forum software

This is the place for questions and issues relating to the web site or the forums.

Moderator: Moderators

The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

I'm updating the forum software

Post by The Robman »

As most of you noticed, this forum was hacked this morning, so I have just upgraded to the most recent release of the forum software.

I also have several mods installed, so there will be a few features broken after the upgrade, until I can re-apply all the mods, so don't worry if the "quick reply" box isn't there and you see a few un-resolved images, etc. I know about it and it will be fixed pretty soon.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

I'm done for the evening, and I think I've got most of the mods re-applied. So if you find anything that's not working properly, please post the details here.

Thanks
Rob
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

A couple times a while back you gave me URLs that abused the search mechanism in order to generating a simple reverse chornological list of all recent posts. That doesn't work any more. I tried doing a few searches directly to see what the new rules are but I don't really understand them. It seems like any search that ought to return most of the posts for the requested number of days instead returns nothing.

As I've described before I don't want to use the "posts since last visit" because I do remote control stuff in unpredictable scraps of time around other activities. I would click "posts since last visit" then get interrupted and have to close it before I really looked at it. Next time I clicked it I wouldn't get all the posts it thinks I got the first time.

If there's a better way to see reverse chonological across all these forums tell me, though I'm also wondering why search has that strange restriction.
The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

What I do when I want to do that manually is enter a "*" as either a search term or an author and that would bring me back all the recent post, but I just tried it and it doesn't work manually either, so something in the upgrade to version 2.0.14 must have broke that.

I don't know how soon I'll be able to try researching it either. I'm guessing that it's a bug in the 2.0.14 software rather than something that I did, so I would need to post something about it over in the phpbb.com forum and see if I get a response.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

I just took a look at what changed with this new release and it appears that they did this on purpose (read this). The good news is that the changes where limited to one member and I was able to back them out, so your search should work now.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

I accidentally discovered you fixed this, before you posted the fact that you had fixed it.

I did some testing to see if the fix was stable, since you hadn't announced it. It was stable. Then I came back here to find you had announced it.
ElizabethD
Advanced Member
Posts: 2348
Joined: Mon Feb 09, 2004 12:07 pm

Post by ElizabethD »

1 day or 7 day request with a * in the search topic gave me this:

Code: Select all

Could not obtain matched posts list

DEBUG MODE

SQL Error : 2008 MySQL client run out of memory

SELECT m.post_id FROM phpbb_search_wordlist w, phpbb_search_wordmatch m WHERE w.word_text LIKE '%' AND m.word_id = w.word_id AND w.word_common <> 1 

Line : 308
File : search.php 
The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Yup, I'm getting that too now even though it was working earlier. I don't think I'm going to be able to look into this for a few days though.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
SCCA Racer X
Posts: 8
Joined: Mon Apr 11, 2005 6:55 pm
Location: USA

There appears to be a problem with search results.

Post by SCCA Racer X »

I did a search for "neo" and got the usual matches.

If I click on a topic title, I get:

ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: NONE://127.0.0.1:8888http://www.hifi-remote.com/forums/viewtopic.php?

The following error was encountered:

Zero Sized Reply
Squid did not receive any data for this request.

Your cache administrator is webmaster.
--------------------------------------------------------------------------------
Generated Thu, 28 Apr 2005 22:26:17 GMT by cmijob (squid/2.5.STABLE4)

If I click on the page number of threads which have more than one page, that works...

Anybody else see this too?
SCCA Racer X
Posts: 8
Joined: Mon Apr 11, 2005 6:55 pm
Location: USA

fixed?

Post by SCCA Racer X »

I don't have this problem now - but I'm home from work so now I'm on a different machine.
mtakahar
Expert
Posts: 281
Joined: Sun Aug 03, 2003 2:46 pm

Post by mtakahar »

ElizabethD wrote:1 day or 7 day request with a * in the search topic gave me this:

Code: Select all

Could not obtain matched posts list

DEBUG MODE

SQL Error : 2008 MySQL client run out of memory

SELECT m.post_id FROM phpbb_search_wordlist w, phpbb_search_wordmatch m WHERE w.word_text LIKE '%' AND m.word_id = w.word_id AND w.word_common <> 1 

Line : 308
File : search.php 
I don't see anywhere to specify "last N days" on the search page. What am I missing? This query apparently doesn't have any conditions to specify that, either, retrieving all the posts. No wonder running out of the memory.

Hal
Mark Pierson
Expert
Posts: 3018
Joined: Sun Aug 03, 2003 12:13 am
Location: Connecticut, USA
Contact:

Post by Mark Pierson »

ElizabethD wrote:1 day or 7 day request with a * in the search topic
These settings work for me:

Search for Keywords: = <blank>
Search for Author: = "*"
Search previous: = 1 day or 7 days
Mark
mtakahar
Expert
Posts: 281
Joined: Sun Aug 03, 2003 2:46 pm

Post by mtakahar »

Mark Pierson wrote:
ElizabethD wrote:1 day or 7 day request with a * in the search topic
These settings work for me:

Search for Keywords: = <blank>
Search for Author: = "*"
Search previous: = 1 day or 7 days
Ah, Ok, this worked for me, too.
What doesn't work is this:
Search for Keywords: ="*"
Search for Author: = <blank>

Hal
The Robman
Site Owner
Posts: 21888
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Re: There appears to be a problem with search results.

Post by The Robman »

SCCA Racer X wrote:While trying to retrieve the URL: NONE://127.0.0.1:8888http://www.hifi-remote.com/forums/viewtopic.php?
Let me know if that happens again, because that URL is totally corrupted.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
SCCA Racer X
Posts: 8
Joined: Mon Apr 11, 2005 6:55 pm
Location: USA

Back at work, it acts the same.

Post by SCCA Racer X »

Rob:

I have no problem at home, but at work it is still broken.

My home machine runs Win98 SE. At work I'm on XP 2002 SP1 with IE 6.0.2800.1106.xpsp2_gdr.040517-1325. There are firewalls, etc, but they didn't get in the way before...

By the way, I'm a software quality engineer by trade, so I'm supposed to be a PITA when things aren't perfect. Hope this is a real issue with an easy solution, but if not, I'm guessing my boss doesn't want me surfing JP1 at work anyway! :wink:

Thanks,
Jeff
Post Reply