TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:20:16 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 152
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 151
  • Total: 152
  • tino

Theme application...

Started by sturmkatze, July 07, 2018, 10:36:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tino

Ok so Apache, I really don't know why it doesnt work on first load of https until you've accessed http first. There is something wrong with your configuration. Has your host helped you at all?

With regards to TP being installed I don't know what was and what wasn't in that version of TinyPortal and what IchBin did. Hopefully he will read this and offer some guidance.

lurkalot

I see loads of missing images when viewing the secure url https://www.reenactor.net/

However, if I visit the none secure url all images load, http://www.reenactor.net/

illori

opera tells me a lot of images are from an unsecure source. you need to make sure all the images are from https URLs.

rnet-splntr-banner.jpg   
1uidcalendar2.png
1uidsign_add_links.gif   
sturmkatze_125x125.gif   
bunker_militaria_06-16.gif
1uidnew_front.jpg
1uidwelcome_area_bannr.gif
Logo_25blk.gif   
1uidbookstore8.gif
1uidmarsh_books_bttn.gif
1uidlost-batts_bttn2.gif
1uidhessen_antique-bttn2.gif
1uidatlantic_wall_btn.jpg
13.gif   
sturmkatze_125x125.gif   

all of those need to be found where they link from and fix to be https links.

that is just on your index page.

sturmkatze

Quote from: illori on July 18, 2018, 10:48:53 PM
opera tells me a lot of images are from an unsecure source. you need to make sure all the images are from https URLs.

rnet-splntr-banner.jpg   
1uidcalendar2.png
1uidsign_add_links.gif   
sturmkatze_125x125.gif   
bunker_militaria_06-16.gif
1uidnew_front.jpg
1uidwelcome_area_bannr.gif
Logo_25blk.gif   
1uidbookstore8.gif
1uidmarsh_books_bttn.gif
1uidlost-batts_bttn2.gif
1uidhessen_antique-bttn2.gif
1uidatlantic_wall_btn.jpg
13.gif   
sturmkatze_125x125.gif   

all of those need to be found where they link from and fix to be https links.

that is just on your index page.
Most are in the tp-images folder ??? I will pester him some more because I ran the setting-repair and changed all those folders to https: I did this on another site and it worked. :idiot2:

illori

but did you check the source of the links to those images? they may need to be manually changed depending on how they are used. also it looked to me that some were not in the tp-images folder. use your browsers inspect tool to look over your page and get things fixed up.

@rjen

#45
It looks like the images are linked directly from blocks and articles. If you used the full path in these links they will NOT be updated when you switch to https . You will have to do that MANUALLY .

Since you are still using an outdated version of TP that does not support the image proxy...

While you do that, consider making them relative links. Instead of using the full path htttp://www... try using syntax ./directory/file.jpg
Running Latest TP on SMF2.1 at: www.fjr-club.nl

sturmkatze

In blocks, I have ALWAYS had problems. In the first use, it works witha relative link, but AFTER that, I always had to do the full path or it never worked. I mean this is going back years. I thought it was a TP bug.

sturmkatze

Here is the code for one of them that doesn't work:
<a href="index.php?action=forum" target="_blank" title="Visit reenactor.Net's online living history forums, where all of history comes together!"><img alt="banner for reenactor.Net's online living history forums" border="0" height="60" src="tp-images/Image/rnet_forums.jpg" width="468" /></a><br />

@rjen

That relative link should work (they do for me) and as it seems the problem is indeed something outside TP

I tried the http link and the https link and only the http link works: https gives the error:
Forbidden
You don't have permission to access /tp-images/Image/rnet_forums.jpg on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

This will then also be presented when using the relative links...
I can't help with this...
Running Latest TP on SMF2.1 at: www.fjr-club.nl

sturmkatze

SO, basically, it sounds like most of this is server issues? Okay, I can get with him.

I still can't uninstall my current TP to install latest TP... I might try it on one of my less complicated sites.