Projekt

Allgemein

Profil

GX-Bug #68501

Von Moritz Bunjes vor etwa 3 Jahren aktualisiert

Steps to reproduce: 
 1. set the value of $expectedHtaccessVersion in the file version_info/htaccessVersion.php to a higher value 
 2. open the Gambio Admin: a message appears, that the .htaccess file is not up to date 
 3. open Gambio Admin > Toolbox > Show logs 

 Expected result: 
 No log entry in the error log. 

 Actual result: 
 A log entry can be found: 
 ``` 
 WARNING: Use of undefined constant TEXT_HTACCESS_VERSION_WARNING - assumed 'TEXT_HTACCESS_VERSION_WARNING' (this will throw an Error in a future version of PHP) 

 context: 	
 message: 	 Use of undefined constant TEXT_HTACCESS_VERSION_WARNING - assumed 'TEXT_HTACCESS_VERSION_WARNING' (this will throw an Error in a future version of PHP) 
 code: 	 2 
 file: 	 /var/www/tt/stable/system/classes/security/SecurityCheck.inc.php 
 line: 	 223 
 context: 	 ... 
 extra: 

 ```

Zurück