?
avatar MixingOnBeat
MixingOnBeat
10 Dec 2015

Steps to reproduce the issue

1) go to admin control panel
2) go to Extensions on the top menu.
3) select Manage from drop down.
4) select Manage on the left side menu
5) Search by Extension Name -- just enter something to search
6) after that, try clearing it by pressing the Clear (X) button.

Expected result

It should clear, but it seems it doesn't.

Actual result

Doesn't clear. I have to log out and log back in, in order for it to be cleared so I can do another search and etc.

System information (as much as possible)

Joomla! 3.4.5
OS Linux n
PHP 5.6.14
MySQL 5.5.46-cll
Caching Enabled
GZip Enabled
Suhosin Extension 0.9.36

Additional comments

See screenshot to learn where exactly is my issue--red arrow points to the clear button.

screen shot 2015-12-09 at 18 41 28

Workaround

Log out and log back in and the search results will be cleared. Or simply do a search by entering a single space (spacebar).

Votes

# of Users Experiencing Issue
2/2
Average Importance Score
3.00

avatar MixingOnBeat MixingOnBeat - open - 10 Dec 2015
avatar MixingOnBeat
MixingOnBeat - comment - 10 Dec 2015

Just tested other areas (articles, categories, and etc.) where the search feature exists, and the same issue. Can't clear it.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar infograf768
infograf768 - comment - 10 Dec 2015

Please test on staging as I can't reproduce here.
https://github.com/joomla/joomla-cms/archive/staging.zip

avatar infograf768
infograf768 - comment - 10 Dec 2015

hmm, there is another issue for the same topic where the version of PHP is pointed as responsible.
#8421

avatar gwsdesk
gwsdesk - comment - 15 Dec 2015

See my response JM on #8421 I confirm the issue

avatar MixingOnBeat
MixingOnBeat - comment - 16 Dec 2015

So what's the verdict here? Do I need to tell my host to update PHP, if yes to what PHP version? Or will you guys figure out a fix for us?

I just updated to Joomla 3.4.6 and the issue is still there, unfortunately.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

P.S. Since the last time I reported this issue, it seems that my host has updated PHP to 5.6.16 -- and the problem still exists on my side.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar MixingOnBeat
MixingOnBeat - comment - 22 Dec 2015

Just letting you know that I've updated to Joomla! 3.4.7 and this problem/bug still exists.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar MixingOnBeat MixingOnBeat - change - 22 Dec 2015
The description was changed
avatar MixingOnBeat
MixingOnBeat - comment - 22 Dec 2015

Added two known workarounds.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar izharaazmi
izharaazmi - comment - 19 Jan 2016

Could not reproduce the issue
PHP 5.6.11
Joomla 3.4.5 ~ 3.4.8

avatar N6REJ
N6REJ - comment - 20 Jan 2016

I've reported this on more then one occasion and am constantly told it
doesn't exist. I can verify that in fact DOES exist.
Bear

On 1/19/2016 06:10, Izhar Aazmi wrote:

Could not reproduce the issue
PHP 5.6.11
Joomla 3.4.5 ~ 3.4.8


Reply to this email directly or view it on GitHub
#8641 (comment).

avatar izharaazmi
izharaazmi - comment - 20 Jan 2016

@N6REJ Please perform one more test as I mentioned in #8421 (comment).
We are still working on to find and fix the issue, don't worry.

avatar MixingOnBeat MixingOnBeat - close - 20 Jan 2016
avatar infograf768 infograf768 - change - 20 Jan 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-01-20 18:03:35
Closed_By infograf768
avatar joomla-cms-bot joomla-cms-bot - close - 20 Jan 2016
avatar infograf768
infograf768 - comment - 20 Jan 2016
avatar joomla-cms-bot joomla-cms-bot - close - 20 Jan 2016
avatar infograf768
infograf768 - comment - 20 Jan 2016

Closed as not Joomla Core.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar MixingOnBeat
MixingOnBeat - comment - 21 Jan 2016

Not sure if my host has Suhosin installed or not. I just sent them an email to find out. I hope this fixes this issue on my side also.

I echo what @N6REJ stated above about trying to fix this issue on Joomla's end. Other software like phpBB, Vbulletin, Wordpress and etc. Don't have this issue.

avatar N6REJ
N6REJ - comment - 23 Jan 2016

@MixingOnBeat please ask your host to set suhosin.request.disallow_nul=Off instead of "on" which is the default and let me know if this fixes it.

avatar gwsdesk
gwsdesk - comment - 23 Jan 2016

Troy that is no solution. It disables Suhosin (which is "hardening" of
PHP and very much needed) and is a bad advise imho

Leo

On 1/23/2016 7:57 PM, Bear wrote:

@MixingOnBeat https://github.com/MixingOnBeat please ask your host
to set suhosin.request.disallow_nul=Off instead of "on" which is the
default and let me know if this fixes it.


Reply to this email directly or view it on GitHub
#8641 (comment).

avatar N6REJ
N6REJ - comment - 24 Jan 2016

It was as a test to be sure I was on the right track... I was reading in
suhosin git and that apparently is the issue which is why they updated
suhosin, now, IF that does solve it, which I bet it will, then we can
change joomla so its outputting a empty string instead of a null to
$post can't we? if_empty() treats null just the same as "" or '' so ......
Bear

On 1/23/2016 11:10, Leo Lammerink wrote:

Troy that is no solution. It disables Suhosin (which is "hardening" of
PHP and very much needed) and is a bad advise imho

Leo

On 1/23/2016 7:57 PM, Bear wrote:

@MixingOnBeat https://github.com/MixingOnBeat please ask your host
to set suhosin.request.disallow_nul=Off instead of "on" which is the
default and let me know if this fixes it.


Reply to this email directly or view it on GitHub

#8641 (comment).


Reply to this email directly or view it on GitHub
#8641 (comment).

avatar MixingOnBeat
MixingOnBeat - comment - 24 Jan 2016

@N6REJ, my host won't do it. Since I am on a host/shared server, what affects my site affects others.

Hopefully you can figure this out. I think Joomla needs to find a common ground here.

avatar N6REJ
N6REJ - comment - 24 Jan 2016

@MixingOnBeat makes sense... perhaps @izharaazmi can check if what my suspicion is is true and then fix it :dash:

avatar MixingOnBeat
MixingOnBeat - comment - 29 Mar 2016

I'm still having this issue with Joomla 3.5

Site Information:
OS Linux n
PHP 5.6.17
MySQL 5.6.29
Caching Enabled
GZip Enabled
Articles 204

avatar izharaazmi
izharaazmi - comment - 29 Mar 2016

Since this is essentially not caused by Joomla, it will be observable with
any of the PHP application out there.

However @MixingOnBeat, if you want me to fix it for you I can develop a Joomla
plugin for you.

I still recommend to fix your suhosin installation or move to another host.

avatar gwsdesk
gwsdesk - comment - 29 Mar 2016

@izharaazmi
Izhar,
Just to confirm that installing the later version of Suhosin all is still working with Joomla 3.5.0 & J3.5.1 RC1. As discussed and resolved previously this is indeed cPanel's Suhosin version causing the problems.

I think it would be a good idea if you could find the time to address this with a plugin (found a descent amount of posts on the Joomla forums on this) and since it seems that this will not find a "home" at/in Joomla I am most willing to list it (as your product) on the JED with a download-link from gws-desk.com (free of course) as token of appreciation. You have my email and I have yours so we can detail this off-Github

avatar izharaazmi
izharaazmi - comment - 3 Apr 2016

@gwsdesk I emailed you regarding the test env for said plugin. Probably you didn't receive that. Well I do not have the setup to test it therefore I am putting it on github today, untested.
You can always tell me when it doesn't work. :smile:

avatar UWiX-nl
UWiX-nl - comment - 6 Apr 2016

@izharaazmi I would be very glad to test the plugin also. Tried to find it on your Github account but only readme is found.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar UWiX-nl
UWiX-nl - comment - 7 Apr 2016

@izharaazmi: thanx! That does the trick for now. Already in discussion with my hosting provider about this.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

avatar gwsdesk
gwsdesk - comment - 7 Apr 2016

izharaazmi I did miss your email I am sorry and found it. I have tested this on a box and can confirm this works like a charm. Nice one!

avatar izharaazmi
izharaazmi - comment - 7 Apr 2016

I created a plugin to workaround this issue. You can download it here https://github.com/izharaazmi/joomla-suhosinfix/releases.

Endorse me on LinkedIn, if you feel like. :smile:

avatar MixingOnBeat
MixingOnBeat - comment - 9 Apr 2016

@izharaazmi just loaded your plugin on Joomla 3.5.1 and it's working good.

I tested the search function first to see if in case 3.5.1 update would fix it, but no. So I then loaded your plugin and enabled it. Now I can clear my searches in the admin panel.

Thanks! :)

avatar izharaazmi
izharaazmi - comment - 9 Apr 2016

Glad that I could help. I have posted this at few places where I could find this topic. If any of you find this anywhere else please share this plugin with them too.

avatar UWiX-nl
UWiX-nl - comment - 13 Apr 2016

Nice one - the latest update of Joomla (3.5.1) didn't fix this indeed. But the plugin works perfectly!
Also reported this to my hosting provider and with the information on this page (thank you izharaazmi) the have scheduled an update of Suhosin :-) Way the go Hosty (hostingtime.eu)!

Thank you for the great plugin izharaazmi!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8641.

Add a Comment

Login with GitHub to post a comment