Open GoogleCodeExporter opened 9 years ago
I just upgraded to RC4 and have the same issues. All Icons on the Password-Page
located on the right don't work (tested with IE9, Chrome, Firefox)
Original comment by Marker...@gmail.com
on 9 Nov 2011 at 12:18
I think that there is something wrong with installation or server parameters.
Please take a look to your salt key ... avoid any double-quotes, space, accent
(try a simple one for testing).
Indeed I've done several improvements for SALT check in next release.
Original comment by nils.cpa...@gmail.com
on 14 Nov 2011 at 5:55
I just double-checked the salt key that I entered and it does not have any odd
characters or spaces in it. For testing purposes I just set it to 'testing'
and tried logging into the site again. I get the same results as before in all
browsers.
Besides the includes/settings.php file, are there any other configuration files
within the site where I can check website settings? My server has the
following PHP modules installed:
php-5.3.2-6
php-cli-5.3.2-6
php-common-5.3.2-6
php-gd-5.3.2-6
php-ldap-5.3.2-6
php-mbstring-5.3.2-6
php-mcrypt-5.3.2-3
php-mysql-5.3.2-6
php-odbc-5.3.2-6
php-pdo-5.3.2-6
php-pear-1:1.9.0-2
php-pecl-apc-3.1.3p1-1.2
php-pecl-memcache-3.04-3.2
php-pgsql-5.3.2-6
php-soap-5.3.2-6
php-xml-5.3.2-6
php-xmlrpc-5.3.2-6
Original comment by alexcon...@gmail.com
on 16 Nov 2011 at 5:22
Seems to be ok.
Can you delete teampass folder and drop DB, and re-upload and re-install.
Use default SALT.
After that give us the log from apache please.
Original comment by nils.cpa...@gmail.com
on 16 Nov 2011 at 5:48
I just completed a clean install of TeamPass just like you mentioned with
keeping the salt key default. I created a couple blank folders and the same
problems occur. Attached are the apache access and error logs for this new
installation.
Original comment by alexcon...@gmail.com
on 16 Nov 2011 at 9:38
Attachments:
I just upgraded TeamPass from RC4 to the full 2.0 version and these problems
still remain.
Original comment by alexcon...@gmail.com
on 22 Nov 2011 at 8:10
Also, I now get the following error in my error logs:
[Tue Nov 22 14:18:46 2011] [error] [client 192.168.0.208] PHP Warning:
json_encode(): Invalid UTF-8 sequence in argument in
/sites/www/vault.lan.ascedia.com/sources/items.queries.php on line 945,
referer: http://vault.lan.ascedia.com/index.php?page=items
Original comment by alexcon...@gmail.com
on 22 Nov 2011 at 8:26
Hum ... sorry but I really think this is a server problem.
Can you manage me an access to your server?
Because I just don't know how to help you on this otherwise.
Original comment by nils.cpa...@gmail.com
on 22 Nov 2011 at 8:44
Unfortunately, I cannot do that. I will look through my Apache configuration
and try a few things. Are there any PHP or Apache modules that are required
besides what you list in the documentation on your website?
Perhaps you could just list all the PHP and Apache modules you have in a
working copy in your environment. I can then try to duplicate your environment
as best I can and maybe find some things that are missing in my environment.
Thanks,
Alex
Original comment by alexcon...@gmail.com
on 23 Nov 2011 at 5:19
Just another note - I logged into your demo site (http://www.teampass.net/demo)
with several different browsers and your version has the same issues with the
collapse and expand buttons in between the word "Folders" and the search box.
Also the search box in your demo site does not work either.
Original comment by alexcon...@gmail.com
on 23 Nov 2011 at 7:55
I also have these problems. Same issues on Chrome, IE 9, and Firefox 8. I
haven't tried Safari.
My setup:
CentOS 6
Teampass 2.0
php.x86_64 5.3.2-6.el6_0.1
php-cli.x86_64 5.3.2-6.el6_0.1
php-common.x86_64 5.3.2-6.el6_0.1
php-ldap.x86_64 5.3.2-6.el6_0.1
php-mcrypt.x86_64 5.3.3-1.el6
php-mysql.x86_64 5.3.2-6.el6_0.1
php-pdo.x86_64 5.3.2-6.el6_0.1
I also notice that I get the "PHP Warning: json_encode(): Invalid UTF-8
sequence in argument in /var/www/html/teampass/sources/items.queries.php on
line 945, referer: https://SERVER/teampass/index.php?page=items" errors each
time I click on an item with a long password(64 characters, numbers and letters
only). These items do not load at all.
Original comment by alex....@gmail.com
on 28 Nov 2011 at 10:50
Is there any update on this? The search box and the "collapse" & "expand"
buttons not working, seem to be a pretty big deal. Even in the demo site that
you have available for testing, the features do not work. Interestingly
enough, I've installed the older 1.x version that you released awhile back and
the "collapse" & "expand" buttons work perfectly.
Original comment by alexcon...@gmail.com
on 6 Dec 2011 at 5:27
Hi! I had the same problem, but found the solution. The error is caused by not
having a database table prefix for your database tables. You were asked for it
in the install.
This is a bug in the code. The bug doesn't allow tables with no prefix. It's a
pretty nasty one, because most of the application seems to work well.
Cheers!
Christian
Original comment by christia...@gmail.com
on 11 Dec 2011 at 2:21
Thanks for the suggestion, however my installation is using "cpassman_" as the
database table prefix. I chose the default option when initially installing
TeamPass. I confirmed this using phpMyAdmin and my site is indeed using
"cpassman_" as the database table prefix.
I'm hoping that the developer that created this project will be able to look
into these issues, since his demo version is having the same issues.
Original comment by alexcon...@gmail.com
on 13 Dec 2011 at 4:32
THis is a problem of library "minification".
Open file "load.php"
Find => <script type="text/javascript"
src="includes/libraries/jstree/jquery.jstree.pack.js"></script>
Replace by : <script type="text/javascript"
src="includes/libraries/jstree/jquery.jstree.min.js"></script>
This should correct the expand problem and tree search.
Original comment by nils.cpa...@gmail.com
on 14 Dec 2011 at 7:27
Original issue reported on code.google.com by
alexcon...@gmail.com
on 8 Nov 2011 at 4:14