Open GoogleCodeExporter opened 9 years ago
Experiencing the same issue as described.
RedHat 6.3
Firefox
2.1.16
Original comment by jtko...@gmail.com
on 13 Mar 2013 at 9:08
Same here:
teampass 2.1.16
Apache/2.2.14 (Unix)
PHP Version 5.3.3-7+squeeze3
mcrypt Version 2.5.8
mysql Server version: 5.1.63-
chromium 25.0.1364.160 Ubuntu 12.04 (25.0.1364.160-0ubuntu0.12.04.1)
firefox 19.0.2 Ubuntu 12.04
Original comment by johnny.l...@gmail.com
on 25 Mar 2013 at 3:37
the installation does not end correctly so you need to manually edit
settings.php
i wrote EMAIL PROPERTIES manually, define SALT and comment //require_once
"/htdocs/private/sk.php";
so mine:
<?php
global $lang, $txt, $k, $pathTeampas, $urlTeampass, $pwComplexity, $mngPages;
global $server, $user, $pass, $database, $pre, $db;
@define('SALT', 'YBcs75dsLFcx65SPBmyDqdGYaT6M'); //Define your encryption key
=> NeverChange it once it has been used !!!!!
### EMAIL PROPERTIES ###
$smtp_server = 'smtp.xx.xx';
$smtp_auth = 'true'; //false or true
$smtp_auth_username = 'xx@xx';
$smtp_auth_password = 'xxx';
$email_from = 'xx@xx';
$email_from_name = 'xx';
### DATABASE connexion parameters ###
$server = "xxxxx";
$user = "xx";
$pass = "xx";
$database = "xx";
$pre = "xx";
@date_default_timezone_set($_SESSION['settings']['timezone']);
//require_once "/htdocs/private/sk.php";
?>
Original comment by johnny.l...@gmail.com
on 25 Mar 2013 at 4:29
I have the same issue, although editing settings.php does not resolve - my
install is not generating the sk.php file. I have CHMOD 777 everything, just
hangs saying please wait after step 5.
Original comment by benjamin...@gmail.com
on 5 Oct 2013 at 2:46
Having the same problem, mine never creates the sk.php file making it not
usable. Anyone have a fix for this yet?
Original comment by notfixin...@gmail.com
on 27 Apr 2014 at 3:49
Original issue reported on code.google.com by
johnkher...@gmail.com
on 30 Jan 2013 at 2:47Attachments: