Results 1 to 5 of 5

Thread: The install tool has been locked

  1. #1
    New user
    Join Date
    07-20-09.
    Posts
    9

    Default The install tool has been locked

    Code:
    Install tool login
    
    The install tool has been locked
    
    For security reasons the install tool has been locked. This happens if you enter a wrong password more than three times in a row. Please open the local configuration file and set installCount to 0.

    I've been changing the installCount value from typolight\typolight\install.phph and ftp.php, and the installation process is still blocked. Is there anywhere else to change the value ?

    Code:
     * Lock the tool if there are too many login attempts
    		 */
    		if ($GLOBALS['TL_CONFIG']['installCount'] >= 0)
    		{
    			$this->Template->locked = true;
    			$this->outputAndExit();
    		}

  2. #2

    Default Re: The install tool has been locked

    You need to change it in system/config/localconfig.php

    Revert the changes you made in the other files.
    Extensions: avatar, cron, dlstats, editarea, geshi, helpdesk, recall, rep_*, smhcheck.
    FAQ's - Documents - Tickets
    Please no help requests by PM, use the forum or ticket link above instead!

  3. #3
    New user
    Join Date
    07-20-09.
    Posts
    9

    Default Re: The install tool has been locked

    The problem is that in the file localconfing.php i don't have anything else but the ftp settings.

  4. #4

    Default Re: The install tool has been locked

    You might be viewing an old copy.
    Make sure to look at the current file on the server.
    Extensions: avatar, cron, dlstats, editarea, geshi, helpdesk, recall, rep_*, smhcheck.
    FAQ's - Documents - Tickets
    Please no help requests by PM, use the forum or ticket link above instead!

  5. #5
    New user
    Join Date
    07-20-09.
    Posts
    9

    Default Re: The install tool has been locked

    It seems i'm such a noob sometime
    I was editing the file from my the archive and upload it to the webserver. I didn't knew that after i started the installation the localconfig.php is changing.
    Thanks again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •