Projekt

Allgemein

Profil

GX-Bug #66422

Von Till Tepelmann vor etwa 4 Jahren aktualisiert

Der Precheck kann das aktivie Template nicht lesen, da auf die gx_configuration zugeriffen wird und CURRENT_TEMPLATE ohne Namespace abgefragt wird. 


 The precheck cannot read the active template because the gx_configuration is accessed and CURRENT_TEMPLATE is queried without namespace. 

 ` ` `2020-03-31 09:47:28 ERROR: Uncaught InvalidArgumentException: Given keyName not found: CURRENT_TEMPLATE in /GXEngine/Shared/KeyValueCollection.inc.php:45 

 context:  	
 message: 	
 Uncaught InvalidArgumentException: Given keyName not found: CURRENT_TEMPLATE in /GXEngine/Shared/KeyValueCollection.inc.php:45 
 Stack trace: 
 #0 /GXMainComponents/Precheck/Precheck.inc.php(378): KeyValueCollection->getValue() 
 #1 /version_info.php(109): Precheck->getActiveTemplate() 
 #2 {main} 
   thrown 
 code: 	
 1 
 file: 	
 /GXEngine/Shared/KeyValueCollection.inc.php 
 line: 	
 45 
 context: 	
 obCleanCache: 	
 extra:  	
 request:  	
 method: 	
 GET 
 uri: 	
 /feat/version_info.php?shop_key=RO05-IP92-45IC-26FJ-OJEE-45JX 
 software: 	
 Apache/2.4.29 (Ubuntu) 
 address: 	
 192.168.101.24 
 userAgent: 	
 time: 	
 506 
 remoteAddress: 	
 172.21.0.1` ` `

Zurück