This topic was marked solved by its starter, on February 21st, 2014, 10:43 PM

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Pretty URL | Unable to Post
« Reply #15, on February 20th, 2014, 10:57 PM »
Quote from Bunstonious on February 19th, 2014, 11:39 PM
Interesting Development.

It works ok with everything ticked but "Board URLs", as soon as that is ticked it breaks.
Which is why I said this might be due to having the forum in a sub-folder. (i.e., maybe Wedge doesn't recognize /subfolder/board/ as a board URL, or something.)

I'll have a look ASAP. I'm late for this, but I've gotta say, this FTP problem kinda upsets me, ah ah...
(And sorry for complaining about your 'host'. I only know the basics of hosting, so can't really complain... Not my job!)

Farjo

  • "a valuable asset to the community"
  • Posts: 492
Re: Pretty URL | Unable to Post
« Reply #16, on February 20th, 2014, 11:44 PM »
My install is on a subforum and all seems well to me. What setting do you have? If I can reproduce then Nao can ftp into my webspace instead.

Bunstonious

  • Espada
  • Posts: 204
Re: Pretty URL | Unable to Post
« Reply #17, on February 21st, 2014, 12:22 AM »
Quote from Nao on February 20th, 2014, 10:57 PM
Which is why I said this might be due to having the forum in a sub-folder. (i.e., maybe Wedge doesn't recognize /subfolder/board/ as a board URL, or something.)

I'll have a look ASAP. I'm late for this, but I've gotta say, this FTP problem kinda upsets me, ah ah...
(And sorry for complaining about your 'host'. I only know the basics of hosting, so can't really complain... Not my job!)
It's all good, it's only on a personal connection so I don't expect it to be "business grade hosting" :P

There is no rush, i'll just disable pretty urls until then.
Quote from Farjo on February 20th, 2014, 11:44 PM
My install is on a subforum and all seems well to me. What setting do you have? If I can reproduce then Nao can ftp into my webspace instead.
I don't have any custom settings, it just doesn't work with the defaults.

Perhaps it could be something to do with the fact that I only roll over SSL?
Quote from Random Guy
Not putting miles on your Ferrari is like not having sex with your Girlfriend so she'll be more desirable to her next Boyfriend

Farjo

  • "a valuable asset to the community"
  • Posts: 492
Re: Pretty URL | Unable to Post
« Reply #18, on February 21st, 2014, 12:33 AM »
Quote from Bunstonious on February 21st, 2014, 12:22 AM
Quote from Farjo on February 20th, 2014, 11:44 PM
My install is on a subforum and all seems well to me. What setting do you have? If I can reproduce then Nao can ftp into my webspace instead.
I don't have any custom settings, it just doesn't work with the defaults.

Perhaps it could be something to do with the fact that I only roll over SSL?
Well you have pretty URLs switched on! What do you have ticked etc on that screen? Or how can I reproduce the error?

Bunstonious

  • Espada
  • Posts: 204

Nao

  • Dadman with a boy
  • Posts: 16,082

Bunstonious

  • Espada
  • Posts: 204
Re: Pretty URL | Unable to Post
« Reply #21, on February 21st, 2014, 01:11 AM »
It only just occured to me.

I will test when I get home (although Soundwave is this weekend).

I will roll a test virtualhost with http.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Pretty URL | Unable to Post
« Reply #22, on February 21st, 2014, 04:08 PM »
So, I've fixed the stuff over there. Not sure what caused it, probably the decoding code in QueryString.php, but rather than fixing that, I chose to fix the filters instead, to use the proper current protocol.

Unfortunately, I've also unearthed a new bug, where /post2/ doesn't redirect to the proper topic page, unlike /do/post2/.
Argh.

I'll probably remove support for /action entirely, because it's always been a bit dependent upon the fact that you're not using an action name as your current board's URL...

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Pretty URL | Unable to Post
« Reply #23, on February 21st, 2014, 04:28 PM »
So this would also affect profiles, gallery and so on.
Don't know if it's wise to remove support for it.
Perhaps leave it as "unsupported feature".
# dpkg-reconfigure brain
error: brain is not installed or configured

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Pretty URL | Unable to Post
« Reply #24, on February 21st, 2014, 07:55 PM »
This wouldn't affect anything, it's just that existing links to actions would break. But it's early, and wouldn't be a problem.
I think..?

Then again, I could also fix the stuff.

Bunstonious

  • Espada
  • Posts: 204
Re: Pretty URL | Unable to Post
« Reply #26, on February 21st, 2014, 10:20 PM »
Quote from Nao on February 21st, 2014, 04:08 PM
So, I've fixed the stuff over there. Not sure what caused it, probably the decoding code in QueryString.php, but rather than fixing that, I chose to fix the filters instead, to use the proper current protocol.
A good idea, I know that some people prefer to roll over HTTPS (I do it to stop my work snooping)
Quote from Nao on February 21st, 2014, 04:08 PM
Unfortunately, I've also unearthed a new bug, where /post2/ doesn't redirect to the proper topic page, unlike /do/post2/.
Argh.
This one was working fine on my forum, but not my wedge test. It's a weird one.
Quote from Nao on February 21st, 2014, 04:08 PM
I'll probably remove support for /action entirely, because it's always been a bit dependent upon the fact that you're not using an action name as your current board's URL...
Meh either way I am not that phased, it makes it cleaner to remove the "do" bit, but it still looks "pretty" with it in.