View Issue Details

IDProjectCategoryView StatusLast Update
0006946OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2019-01-31 17:19
ReporterKIRATIKdevs Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version6.1.1 
Summary0006946: Redirect to white page after press logout button
DescriptionRedirect to white page after press logout button. I don't know is it important but I have also installed OXID b2b modules.
Steps To Reproduce1. Set config.in.php:
$this->sShopURL = "https://...";
$this->sSSLShopURL = "https://...";
$this->sAdminSSLURL= "https://...";
$this->blForceSessionStart = false;

2. Create user "John Doe" and assign him to user groups "Handler" (customer)
3. Create example product "Test product" and set rights like on image: "white-page-logout-1.png"
4. Log-in through main page as customer and open "Test product" view
5. Log-out like in image - "white-page-logout-2.png"
Additional InformationWhen i set config.inc to this:
$this->sShopURL = "https://...";
$this->sSSLShopURL = null;
$this->sAdminSSLURL= null;
$this->blForceSessionStart = false;
Problem dissapear.
TagsNo tags attached.
Attached Files
white-page-logout-1.png (95,474 bytes)   
white-page-logout-1.png (95,474 bytes)   
white-page-logout-2.png (26,796 bytes)   
white-page-logout-2.png (26,796 bytes)   
ThemeNot defined
BrowserNot defined
PHP Version7.1
Database VersionNot defined

Activities