![]() |
|
Search page logs me out - Printable Version +- Waterloo Region Connected (https://www.waterlooregionconnected.com) +-- Forum: Connected Café (https://www.waterlooregionconnected.com/forumdisplay.php?fid=15) +--- Forum: Forum Issues (https://www.waterlooregionconnected.com/forumdisplay.php?fid=20) +--- Thread: Search page logs me out (/showthread.php?tid=1529) |
RE: Search page logs me out - panamaniac - 12-29-2020 (12-29-2020, 10:41 AM)ZEBuilder Wrote:(12-29-2020, 09:55 AM)tomh009 Wrote: The one in the top menu bar? I'm not seeing that behaviour here. The URL for that is https://www.waterlooregionconnected.com/search.php?action=unreads which should be correct. Is the problem I am experiencing the same as what is being discussed? I have changed my password half a dozen times and I seem to be logged in and logged out at the same time. I am not able to open threads in the usual fashion. RE: Search page logs me out - tomh009 - 12-29-2020 (12-29-2020, 10:51 AM)panamaniac Wrote:(12-29-2020, 10:41 AM)ZEBuilder Wrote: It's the one in the home screen where it's the big banner above the articles and ion/cycling threads This is not a password issue. Can you please give details on what is logged in and what is logged out (what link you clicked, and what URL you are on)? RE: Search page logs me out - tomh009 - 12-29-2020 (12-29-2020, 10:41 AM)ZEBuilder Wrote:(12-29-2020, 09:55 AM)tomh009 Wrote: The one in the top menu bar? I'm not seeing that behaviour here. The URL for that is https://www.waterlooregionconnected.com/search.php?action=unreads which should be correct. Ah, the actual site home page! I never go there myself. ![]() We will need to wait for Spokes to updates those links. RE: Search page logs me out - panamaniac - 12-29-2020 (12-29-2020, 11:08 AM)tomh009 Wrote:(12-29-2020, 10:51 AM)panamaniac Wrote: Is the problem I am experiencing the same as what is being discussed? I have changed my password half a dozen times and I seem to be logged in and logged out at the same time. I am not able to open threads in the usual fashion. Not sure what is logged in and what is logged out, that is the problem. I normally go to the home page and then click on Check out new posts. When I do that this week, it prompts me to log in but won't allow me to do so, except that I seem to be logged in. It's all very confusing. At the moment, I can look for new posts by reviewing what comes up when I click on "Forums" (sic), which is a cumbersome way of doing it. At the moment, I seem to be logged in, but I have no idea how or why. RE: Search page logs me out - jamincan - 12-29-2020 It seems to be that some links are using http instead of https. If it uses http, users appear to be logged out. Logging in as usual at that point should work, but if you then follow an http link, you will appear to be logged out. Until Spokes is able to fix the links, the What's New page can be reached with this link: https://www.waterlooregionconnected.com/search.php?action=unreads RE: Search page logs me out - tomh009 - 12-29-2020 (12-29-2020, 11:24 AM)panamaniac Wrote:(12-29-2020, 11:08 AM)tomh009 Wrote: This is not a password issue. Can you please give details on what is logged in and what is logged out (what link you clicked, and what URL you are on)? I never go to the home page ... there is rarely new content there so I don't use it. I effectively use the "what's new" page as the home page for the forum. So, it looks like the remaining issues are with the home page and the links thereon. Unfortunately I don't have access to edit that so we need to wait for Spokes on that. RE: Search page logs me out - ijmorlan - 12-29-2020 Changing the server configuration to redirect http://www.waterlooregionconnected.com/X to https://www.waterlooregionconnected.com/X for every X would be helpful. If the site is using Apache, put the following (and almost nothing else) in the HTTP virtual host: Redirect permanent / https://www.waterlooregionconnected.com/ Put all the actual site configuration (including document root, etc.) in the HTTPS virtual host only. Also, links within the site don't need to mention either the protocol or the hostname - just use root-relative links (e.g. href="/asdf", not href="https://www.waterlooregionconnected.com/asdf"). RE: Search page logs me out - ZEBuilder - 12-29-2020 (12-29-2020, 11:10 AM)tomh009 Wrote:(12-29-2020, 10:41 AM)ZEBuilder Wrote: It's the one in the home screen where it's the big banner above the articles and ion/cycling threads Okay thanks I'll just use the link that you provided a few posts back now. RE: Search page logs me out - panamaniac - 12-30-2020 (12-29-2020, 01:42 PM)ZEBuilder Wrote:(12-29-2020, 11:10 AM)tomh009 Wrote: Ah, the actual site home page! I never go there myself. I've never tried it before, but when I went to "What's New" this morning, it directed me to a search page. What's up with that? RE: Search page logs me out - tomh009 - 12-30-2020 (12-30-2020, 10:45 AM)panamaniac Wrote:(12-29-2020, 01:42 PM)ZEBuilder Wrote: Okay thanks I'll just use the link that you provided a few posts back now. Where was the "What's New" link, and what URL did it send you to? RE: Search page logs me out - panamaniac - 12-30-2020 So, here's where it gets embarrassing. What is "URL"? My computer literacy stops and starts with the On switch. If I can't do things as I always do them, I am lost. Re "What's New", I clicked on the banner across the top of the home page. RE: Search page logs me out - tomh009 - 12-30-2020 (12-30-2020, 11:13 AM)panamaniac Wrote: So, here's where it gets embarrassing. What is "URL"? My computer literacy stops and starts with the On switch. If I can't do things as I always do them, I am lost. The URL is the address you will see in the browser's address bar.Anyway, I checked the home page, and the "What's New" link in the black menu bar is fine. What is not, is the large "Check out new posts" link below it -- it goes to http instead of https, so it thinks you are not logged in -- and, as a result, shows the search page rather than the latest posts. So, please use the "What's New" link in the black menu bar (between "Forums" and "Articles" links) instead, until Spokes is back and can fix these links on the home page. RE: Search page logs me out - plam - 01-01-2021 (12-30-2020, 11:40 AM)tomh009 Wrote:(12-30-2020, 11:13 AM)panamaniac Wrote: So, here's where it gets embarrassing. What is "URL"? My computer literacy stops and starts with the On switch. If I can't do things as I always do them, I am lost. Good detective work! The templates had hardcoded the http://waterlooregionconnected address. Spokes: I modified them to instead use "{$mybb->settings['bburl']}", which will point to the right place. RE: Search page logs me out - tomh009 - 01-01-2021 (01-01-2021, 08:34 PM)plam Wrote: Good detective work! The templates had hardcoded the http://waterlooregionconnected address. Spokes: I modified them to instead use "{$mybb->settings['bburl']}", which will point to the right place. Thanks! I had forgotten that you were also able to fix these.
RE: Search page logs me out - plam - 01-02-2021 (01-01-2021, 09:17 PM)tomh009 Wrote:(01-01-2021, 08:34 PM)plam Wrote: Good detective work! The templates had hardcoded the http://waterlooregionconnected address. Spokes: I modified them to instead use "{$mybb->settings['bburl']}", which will point to the right place. Just got back to my home base in Wellington yesterday. Could technically have fixed it earlier but was on the move here within NZ. There's also interesting stuff going on here with respect to out of control house prices. Seems complicated. |