Manually lock the installer Posted by reybango Sat 05 Sep 2015 15:00 GMT-0000 posts: 4 ☆ Hi all, Is there a way to manually lock the Tiki installer? For some reason the installation process on my host didn't do it and I'd like to ensure it's squared away. Rey
Posted by Rick Sapir / Tiki for Smarties Sun 06 Sep 2015 13:30 GMT-0000 posts: 3622 ☆ ☆ ☆ You can re-run the installer (tiki-install.php), skip to the last step and select LOCK THE INSTALLER. Alternatively, you can simply add a lock file inyour ../db/.. folder. HTH, - Rick | My Tiki Blog | My Tiki UserPage Why be a dummy? Get smarty! TikiForSmarties.com Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
Posted by reybango Mon 07 Sep 2015 13:14 GMT-0000 posts: 4 ☆ Thanks Rick. If I wanted to manually add a lock file, is there a doc explaining how to do that? I don't know what the lock file is supposed to look like.
Posted by John Morris Mon 07 Sep 2015 20:16 GMT-0000 posts: 709 ☆ ☆ ☆ Rey, do you have access to your root folder of the tiki installation? If you really want to add the lock file manually you can simply go to: public_html/db/ and add create a file named "lock" without an extension. or your installation may be in a subfolder public_html/root folder/db/ When creating the file do not add an extension to it, such as .php or .sql or .ini or any extension for that matter. See attached image. If you do not have access to your root folder for the tiki installation it really is an easy thing to do as Rick suggested run the installer again by www.yourdomain.com/tiki-install.php and skip to the last step to activate the installer lock. See image below for lock file.
Posted by Manasse Ngudia Fri 20 Mar 2020 16:03 GMT-0000 posts: 2 ☆ reybango wrote: Hi all, Is there a way to manually lock the Tiki installer? For some reason the installation process on my host didn't do it and I'd like to ensure it's squared away. We can also do it via terminal php console.php installer:lock Rey