Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Problem automatic (and not required) redirection url sub-forums
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 22, 2012 - 5:49 am

I really do not think so although it is a strange error to be getting.
Do you want to correct it if I give you the code fix so we can see?

andy-signature.png
YELLOW
SWORDFISH
Avatar
laura.dl
Member
Free Members
sp_UserOfflineSmall Offline
Mar 22, 2012 - 5:53 am

Yes, of course. Thank you.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 22, 2012 - 6:18 am

OK - here we go.

The file you need is /forum/content/classes/sp-forum-view-class.php

The line of code (line 454) is quite a long way down. If you find the start of the function -  sp_forumview_build_subforums() - then the line we need is not far above that.

It currently reads:

if ($f[$forumid]->children) {

and you can change it to:

if (isset($f[$forumid]->children) && $f[$forumid]->children) {

be interested to hear back from you.

andy-signature.png
YELLOW
SWORDFISH
Avatar
laura.dl
Member
Free Members
sp_UserOfflineSmall Offline
Mar 22, 2012 - 6:33 am

Then: I copied and put the code in the specified line.
I also reported the slug of a forum of the previous version (the same as the page).
I tried a couple of times and seems to work.

For safety during the day I will try again every so often to see if the erroroccurs again.

For the moment everything is ok, thanks!

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 22, 2012 - 8:04 am

Curious. Please do keep us informed.

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625