?
avatar ssvt
ssvt
14 Jul 2016

Steps to reproduce the issue

I updated from Joomla 3.5.1 to 3.6 on Siteground servers with PHP 7.08

Expected result

Search should provide results. Login should login to user account.

Actual result

Search function did not work. Also, the system Login module didn't work. In both cases the page just site there.

System information (as much as possible)

PHP Built On Linux m03.siteground.biz 3.12.18-clouder0 #73 SMP Wed May 18 13:32:34 EEST 2016 x86_64
Database Version 5.6.28-76.1-log
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.0.8
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.6.0 Stable [ Noether ] 12-July-2016 21:14 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Additional comments

Reverting to PHP 5.6..23 corrected both problems (keeping Joomla 3.6) on the two sites I tested.

avatar gsmela gsmela - open - 14 Jul 2016
avatar gsmela gsmela - change - 14 Jul 2016
The description was changed
avatar gsmela gsmela - change - 14 Jul 2016
The description was changed
avatar gsmela gsmela - change - 14 Jul 2016
The description was changed
avatar gsmela gsmela - change - 14 Jul 2016
The description was changed
avatar gsmela gsmela - change - 14 Jul 2016
The description was changed
avatar brianteeman
brianteeman - comment - 14 Jul 2016

I cannot confirm this. All my sites are in php 7 with SiteGround

avatar gsmela
gsmela - comment - 14 Jul 2016

I actually tested this on two very different sites. The one I first noticed has a number of extensions including AdminToolsPro. The other is a simple site on a different Siteground server with no extensions other than Akeeba backup and Admin Tools. I disabled all in both cases and the issue remains unless I revert to PHP 5.6.23. Not sure what else to try.


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

avatar brianteeman
brianteeman - comment - 14 Jul 2016

Did you clear all the cache?
Did you check your site cache settings?
Did you contact siteground support to check for a server issue?


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

avatar gsmela
gsmela - comment - 14 Jul 2016

Yes Brian and thanks for responding.

I've cleared the cache within Joomla and through cPanel and I have
disabled site cache. I've even tried using the Protostar template for
testing and disabling the extensions & plugins.
On one site I am using RSForms Pro along with Akeeba Backup & Admin
Tools Pro. On the other site it is very simple - no extensions and on a
different Siteground server with the same result (so not likely a server
issue). Siteground support says it thinks it is an extension issue. I do
have a few sites that are working properly so I'm stumped.

On 2016-07-14 10:40, Brian Teeman wrote:

Did you clear all the cache?
Did you check your site cache settings?

Did you contact siteground support to check for a server issue?

This comment was created with the J!Tracker Application [1] at
issues.joomla.org/joomla-cms/11122 [2].

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [3], or mute the
thread [4].

*

Links:

[1] https://github.com/joomla/jissues
[2] https://issues.joomla.org/tracker/joomla-cms/11122
[3]
#11122 (comment)
[4]
https://github.com/notifications/unsubscribe/ADBMMtaupbxLnKOreq2cbPJ6i57c_Xcaks5qVlh0gaJpZM4JMeWK

avatar dextercowley
dextercowley - comment - 18 Jul 2016

The Logout Redirection feature in the Login module appears to be broken in version 3.6. You can reproduce using the default sample data in a clean Joomla 3.6 install as follows:

  1. Create a new article called Logout.
  2. Create a new menu item for this article.
  3. In the Login Form module, change the Logout Redirection Page to this new menu item.
  4. Login to the front end and then log out. Expected: You should be redirected to the Logout article menu item. Actual: You are redirected to a page with no component (only modules).

This change is caused by a change to the file UsersControllerUser, line 165:
if (is_numeric($return))
The variable $return is a string URL, so this statement is false and the redirect statement is not executed. I don't know why that code was changed, but it appears to be wrong.

avatar brianteeman
brianteeman - comment - 18 Jul 2016

The logout redirection is a known bug which I believe has already been
resolved

avatar andrepereiradasilva
andrepereiradasilva - comment - 18 Jul 2016

See #11093

avatar DrZen33
DrZen33 - comment - 18 Jul 2016

Thank you dextercowley
I can confirm the exact same behaviour on my website.
Never had a problem like this before.
I upgraded from Joomla 3.5.1 to 3.6.0 and now when members log out of an Article or Forum page, they are greeted with a blank screen below menus.

avatar brianteeman
brianteeman - comment - 23 Jul 2016

@gsmela I hope you have resolved the issue by now and it was an issue with an extension. I am closing this but it can always be reopened if needed


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

avatar brianteeman brianteeman - change - 23 Jul 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-07-23 09:56:15
Closed_By brianteeman
avatar brianteeman brianteeman - close - 23 Jul 2016
avatar DrZen33
DrZen33 - comment - 23 Jul 2016

I am not a programmer, so have no knowledge on this side.
Why are you closing this thread when nothing has been done to fix the problem?
@dextercowley seems to have located the problem.

avatar brianteeman
brianteeman - comment - 23 Jul 2016

Because the logout redirect issue has already been resolved on another issue and will be in the 3.6.1 release

avatar DrZen33
DrZen33 - comment - 24 Jul 2016

Thank you for that explanation. Now I understand ?

Add a Comment

Login with GitHub to post a comment