Can' t create Passwords

Created by: MrLeeh

When I try to create a new Password and push the Save Button I get the following error in my error console:

Failed to load resource: the server responded with a status of 500

I' m using Owncloud 7.0.1 with the current version of passman from Github on Safari and Firefox.

Imported comments:

By brantje on 2014-08-16 09:50:02 UTC

Did you try the last master?

By MrLeeh on 2014-08-16 09:56:31 UTC

Actually I did. I just cloned it.

In my Owncloud log I get the following errors:

Argument 1 passed to OCA\Passman\BusinessLayer\TagBusinessLayer::__construct() must be an instance of OCA\Passman\BusinessLayer\TagManager, instance of OCA\Passman\Db\TagManager given, called in /var/www/owncloud/apps/passman/appinfo/application.php on line 90 and defined at /var/www/owncloud/apps/passman/businesslayer/tagbusinesslayer.php#20

Undefined variable: id at /var/www/owncloud/apps/passman/controller/itemapicontroller.php#126

DatabaseException: An exception occurred while executing 'SELECT tag_id as id, tag_label as label,renewal_period,min_pw_strength FROM "oc_passman_tags" WHERE "user_id" = ? AND tag_label COLLATE UTF8_GENERAL_CI LIKE ?': SQLSTATE[HY000]: General error: 1 no such collation sequence: UTF8_GENERAL_CI

I' m using sqlite.

By brantje on 2014-08-16 09:58:21 UTC

I didn't try SQLlite yet, mysql is supported.
Upcoming weeks i will try to optimize it for sql lite.

By MrLeeh on 2014-08-16 10:01:47 UTC

Looking forward to this :)

By brantje on 2014-08-27 07:36:59 UTC

Closing in favor on #38 (closed)