Koledzy, jak odblokować instalator w 4.4.18, aby zaktualizować bazę danych? Pytam, bo https://docs.contao....ing-contao.html- jest:
The Contao install tool
To open the Contao install tool, simply add /install.php to the URL of your Contao installation. Note that the install tool is protected against brute force attacks and will be locked if a wrong password has been entered three times in a row. To remove the lock, open file system/config/localconfig.php in a text editor, find the following line and set it to 0.
$GLOBALS['TL_CONFIG']['installCount'] = 0; // This will remove the automatic lock
Tylko mój plik wygląda tak:
<?php
### INSTALL SCRIPT START ###
$GLOBALS['TL_CONFIG']['licenseAccepted'] = true;
$GLOBALS['TL_CONFIG']['installPassword'] = '$2y--------';
$GLOBALS['TL_CONFIG']['adminEmail'] = 'webmaster@domena.pl';
$GLOBALS['TL_CONFIG']['maxFileSize'] = 80480000;
$GLOBALS['TL_CONFIG']['exampleWebsite'] = 1507040443;
$GLOBALS['TL_CONFIG']['websiteTitle'] = 'titlecostam;';
$GLOBALS['TL_CONFIG']['minifyMarkup'] = true;
$GLOBALS['TL_CONFIG']['folderUrl'] = true;
$GLOBALS['TL_CONFIG']['imageWidth'] = 3000;
$GLOBALS['TL_CONFIG']['imageHeight'] = 3000;
$GLOBALS['TL_CONFIG']['useAutoItem'] = true;
$GLOBALS['TL_CONFIG']['doNotCollapse'] = true;
$GLOBALS['TL_CONFIG']['gzipScripts'] = true;
### INSTALL SCRIPT STOP ###
i jak widać zerowania licznika nie ma...
Jak odblokować dostęp do nieszczęsnego instalatora?