Wedge

Public area => The Pub => Bug reports => Topic started by: txcas on February 11th, 2014, 08:30 PM

Title: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 08:30 PM
I wanted the Full Editor to be the default option instead of Quick Reply. Under Member Options I made the following change and saved it.

Now Quick Reply is minimized by default, but Reply does not work at all.

I changed the settings back to what they were before and Reply still does not work.  I finally broke my sandbox!
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 08:55 PM
Well, I found that New Topic is also broken after this change.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 11th, 2014, 09:28 PM
Broken in what way?

These are the default settings at wedge.org so it must be due to another problem.
I'll look I to it later tonight when I have some time.

Maxx and Lorenzo, I finally got some debug data on PayPal thanks to you, so I should be able to reproduce the problem tonight or tomorrow... :)
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 09:56 PM
I can no longer make any new posts or reply to them.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 11th, 2014, 10:42 PM
Testing on my local install (a really default install)... Seeing no problem. "Show, off by default" is now set by default, can see quick reply, can click reply. Tried to force everyone (i.e. just me) to that, same results...

What do you get instead of these features..?
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 11:02 PM
I get the options to reply, post, etc., but when I click on them the page refreshes and nothing else happens.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 11th, 2014, 11:14 PM
And don't you get any JavaScript errors in your developer tools' console log...?
Or a Wedge error in your admin area's error log?
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 11:24 PM
Nothing at all in the logs.  I just sent you a message with an admin account on the forum.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 11:40 PM
I saw you where able to post.  I can't.  Weird.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 11th, 2014, 11:40 PM
Spent a minute over there... Was surprised that indeed it was broken.

Then I fixed it in about 10 seconds.

Then I made it break again.

I'm the Master of All Things Wedgie.

Seriously, what's in your .htaccess, man..?
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 11th, 2014, 11:47 PM
Default .htaccess that came with Wedge, I have not touched it.  Master, what is the trick to fix it?   :thanks:
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 11th, 2014, 11:52 PM
The trick is to disable pretty URLs...

That's just how it is. Your problem was that clicking the Reply link was redirecting you to the Display page, instead of the Post page, meaning Wedge wasn't correctly translating the URLs.

So this is either due to an incompatibility between your server (it's an Apache..? What version, etc? I could look it up myself though..) and your Wedge install, *or* something trickier, but I don't know what. I'd need FTP and phpMyAdmin access for me, and quite frankly for now I'm focused on too many things at the same time...
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 12th, 2014, 12:05 AM
Thank you.  I was about to try that, I was disabling all the plugins first.  I disabled pretty URL for Actions and things are working again.  Very strange, everything was working fine with that setting before until I made the default post editor change.  Anyway, no big deal or hurry on this.  For your reference the server is running LiteSpeed, but cPanel shows Apache version 2.2.23.  If you ever feel like digging deeper, I can get the accounts you need created.
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: Nao on February 12th, 2014, 12:28 AM
I *suppose* that it's a problem due to LiteSpeed. They claim to be 100% Apache compatible, but maybe not!

Yes, I imagine I should look deeper, but I don't know... It's quite annoying that there's no 'proper' way to get pretty URLs other than by using a custom htaccess...! -_-

So, it's... Only with actions..? How about another combination? (Activate actions, disable boards or topics, for instance.)
Title: Re: Changing Quick Reply to don't show by default breaks Reply, New Topic, etc.
Post by: txcas on February 12th, 2014, 01:02 AM
I was able to narrow it down to actions, specifically when "do" is removed from the URL.
This specific option breaks it, but the default option with the "do" in the URL works.