Website migration

Started by Tynan, October 07, 2014, 02:56:05 PM

Previous topic - Next topic

Tynan

Quote from: Coenmcj on October 07, 2014, 11:08:21 PM
Just had a problem with the site then.
Only happened once and only required a reload, but I felt I may aswell report it regardless.



Hmm, ok thanks.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

skullywag

I had the above while reuploading my files. Only once though seemed fine afterwards.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

ItchyFlea

I keep seeing this randomly on the bugtracker:

SYSTEM WARNING: 'session_start(): open(/home/tynansy1/public_html/rimworldwiki.com/images/temp/sess_31c2ac7556d589e2c6175ff5333b010f, O_RDWR) failed: No such file or directory (2)' in '/home/tynansylvester/public_html/ludeon.com/mantis/core/session_api.php' line 121
All my mods are licensed under a Attribution-NonCommercial-ShareAlike 4.0 International
Ask for permission before using in ModPacks

Click here for a list of the mods I've created

Zack_Wester

Ty on the Upload an avatar option.
What are the allowed limits?
my 9kB 184X208pix pic wont work any more.

Tynan

Quote from: ItchyFlea on October 08, 2014, 07:28:18 AM
I keep seeing this randomly on the bugtracker:

SYSTEM WARNING: 'session_start(): open(/home/tynansy1/public_html/rimworldwiki.com/images/temp/sess_31c2ac7556d589e2c6175ff5333b010f, O_RDWR) failed: No such file or directory (2)' in '/home/tynansylvester/public_html/ludeon.com/mantis/core/session_api.php' line 121

Thanks, will fix.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

milon

#20
Just noticed this - if I go to ludeon.com, it looks like it only loads the .html file.  There's no apparent .CSS applied, and no images show up either.

It redirects to https://ludeon.com/blog/ which is where the problem is.  If I click on the blog link from there, it goes to http://ludeon.com/blog/ and loads normally.

Coenmcj

#21
Quote from: milon on October 08, 2014, 12:33:43 PM
Just noticed this - if I go to ludeon.com, it looks like it only loads the .html file.  There's no apparent .CSS applied, and no images show up either.

It redirects to https://ludeon.com/blog/ which is where the problem is.  If I click on the blog link from there, it goes to http://ludeon.com/blog/ and loads normally.

Ah, I thought that was the page just not loading due to my internet accessing the page through a firewall.
Yeah, no Cascading style sheets on my end either.

EDIT : Also been getting multiple 503 errors over the course of my forum visits since the migration.
Moderator on discord.gg/rimworld come join us! We don't bite

skullywag

Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Tynan

Can you clarify what you're seeing? "No css" is a bit hard to understand.

A screenshot would be ideal! I recommend puush for these.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

null

It might work better if you'd use a relative link to the stylesheet, because you're linking to the non-SSL version, which doesn't get loaded if you disabled loading of insecure elements on secure pages in the browser.

Tynan

Why are you guys avoiding the SSL version anyways? That's the 'real' version; you're not even supposed to be accessing anything through straight http. I may just delete it, to be honest.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

null

No, what I meant is, you have this line to load the CSS:
<link rel="stylesheet" href="http://ludeon.com/blog/wp-content/themes/twilight-crown/style.css" type="text/css" media="screen" />
Now, when you're on https://ludeon.com, the CSS won't get loaded if you disabled the loading of unencrypted elements on SSL-encrypted websites.

Tynan

Ah brilliant! Good point, I need to fix that. Thanks for that!
Tynan Sylvester - @TynanSylvester - Tynan's Blog

milon

#28
I suggest using relative links for everything.  If I'm on the SSL site, why do all the navigation links point to non-SSL?  Relative links would solve that, and keep the user on http or https (whichever they've chosen).

EDIT: Here's the screenshot you asked for.  Note that I'm on https, and the mouse is hovering over the Blog link.  It will redirect to http (not https).

milon

Just noticed another "bug".  It seems that when I make a post, or else when I make a post and then edit it, the forum thinks it's an unread post.  On the old one, any posts I make/edit don't count as a new post.  This is pretty low priority, but I'd like to see that function return at some point.

EDIT - Okay, so it doesn't happen consistently.  It just happened when I posted in the Stories subforum, but it's not happening with this post and these edits.  Weird....