sleepy909 / cpassman

Automatically exported from code.google.com/p/cpassman
1 stars 0 forks source link

Initial Installation, freezes when pressing "Launch" on Step 5 "Update Settings File" (2.1.15+) #285

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download latest versions (2.1.15, 2.1.16)
2. Attempt install (CentOS 6.3, Apache 2.2, MySQL 5.3.3)
3. Get all steps to work up to step 5, when spinning wheel freezes

What is the expected output? What do you see instead?
Expected to go on to next step? Instead, the spinning wheel starts then 
freezes, and...nothing. Refreshing the page starts the process again.

What version of the product are you using?
I have attempted with 2.1.15, 2.1.16.

On what operating system? With what Browser (IEx, FFx, ...)
CentOS 6.3.
Firefox, IE, and Chrome.

Please provide any additional information below.
I have gone back to 2.1.10, and it appears to work.

Original issue reported on code.google.com by johnkher...@gmail.com on 30 Jan 2013 at 2:47

Attachments:

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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