Previous Thread
Next Thread
Print Thread
Hop To
Joined: Aug 2006
Posts: 583
old hand
old hand
Joined: Aug 2006
Posts: 583
I just upgraded from 7.5.2 to 7.5.4.1. One of the things that wa supposed to be "fixed" was this:
"BUGFIX: Fixed a bug when searching through Subscriptions. If a filter was applied to the search it wouldn't carry over to the other pages of the search results."

I really needed this fixed so I could do searches of specific criteria and have the search criteria carry over from one page to the next. However, not I have an even worse problem: When I look at any of the subscriptions, doesn't matter if I;m using a filter or trying to view all, it only gives my ONE entry, then about 50 pages links. So to see entry #2, I have to click the link for page 2, etc. It used to give me about 20 or so on a page, which was fine. I did a search (and will keep looking) but didn't see this problem discussed. Can anyone help?



Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
yes, this is a bug.. admin/view_subscriptions.php had a crazy 1 link per page fubar..

line 215 thru 222 should be (at least this worked for me)

PHP Code
if ($page == 1) {
	$limit = "LIMIT 25";
} else {
	$limit = "LIMIT " . (($page - 1) * 25) . ",25";
} // end if

// Setup the pages
$totalpages = ceil($total_rows / 25); 

the '25' means 25 per page.. it WAS just 1 for some reason eek

also: even though this is a 7.5.4.2 release ($version in ubbthreads.inc.php), the files themselves have 7.5.4.1 in them..

Joined: Aug 2006
Posts: 583
old hand
old hand
Joined: Aug 2006
Posts: 583
Thanks Sirdude, that seems to have fixed it!

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Originally Posted by Sirdude
also: even though this is a 7.5.4.2 release ($version in ubbthreads.inc.php), the files themselves have 7.5.4.1 in them..
Oh you noticed that too.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
yeppers wink

n/p Basil.. good luck smile

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Wondering how they don't fail when running the upgrade script?? confused confused


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
The only time a version # needs to be changed is when the script changes. If there are no changes in the script then it doesn't check the version number. That way it only requires you to upload scripts that have changed and not all of them.

When we put out the 7.5.4.2 release, I didn't update all of the scripts since it was just a once script change.

On the initial bug in this report, my fault. I only had 1 subscription to test with on my devel site, so I had set it to 1 per page wink


Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Ah Ha. Nice to know info for upgrades.
I had thought it was a flaw but now I see different.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jan 2005
Posts: 72
C
journeyman
journeyman
C Offline
Joined: Jan 2005
Posts: 72
Yessir, that fixed it...many thanks!


www.yenko.net
UBB.Threads 7.5.5
Joined: Jan 2005
Posts: 72
C
journeyman
journeyman
C Offline
Joined: Jan 2005
Posts: 72
Oops, spoke to soon...anytime I click on a page number other than *1*, no results will be returned and and there will be some odd characters within the search fields themselves...[see attachment]?
Attachments
Screen_Capture_01.gif


www.yenko.net
UBB.Threads 7.5.5
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
We had a report of a similar issue a couple months back but were never able to duplicate it, and Mark said that restarting Firefox fixed it for him.

If you can open up a support ticket with FTP and Admin info we can take a looksee.

Joined: Jan 2005
Posts: 72
C
journeyman
journeyman
C Offline
Joined: Jan 2005
Posts: 72
Well, how do you like that...it works for me in IE, guess FF just needs a restart.

Thanks again, y'all...


www.yenko.net
UBB.Threads 7.5.5
Joined: Jan 2005
Posts: 72
C
journeyman
journeyman
C Offline
Joined: Jan 2005
Posts: 72
While on the subject, any chance in the future (V8?) that the subscriptions will be sortable (by start date, end date, etc)?


www.yenko.net
UBB.Threads 7.5.5

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Gizmo, Nightcrawler), 553 guests, and 186 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)