Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
sslzones is failing to redirect from https to http due to a bug inadvertently introduced in revision 17417, when the check to determine current access method (http or https) was moved out to ezsys.php. Result: Fatal error: Call to a member function on a non-object in /eb/apps/ez/3.8/kernel/classes/ezsslzone.php on line 235 Patch: <code>Index: kernel/classes/ezsslzone.php kernel/classes/ezsslzone.php (working copy)@@ -231,6 +231,7 @@ $ini =& eZINI::instance();$host = $ini->variable( 'SiteSettings', 'SiteURL' ); I'm a little surprised by this, since a simple check to see if sslzones was worked as expected after this patch was applied should have revealed this bug. Thanks Environment: Operating System: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||