Hello everyone.
I'm trying to get an awesome open source project up and running on my
own server.
It's called Clipperz and it's an online password management solution
that you can host yourself.
Check it out:
http://www.clipperz.com/open_source/clipperz_community_edition
The only bad thing about it is that it doesn't work.
It's a php code base that uses POG for the database interaction.
That's why I'm posting here ;).
For whatever reason, the project admins are unable to resolve the
issues with the POG setup.
For the most part, the POG objects are pretty simple. There are a
couple of parent child relations.
The problem is some of the basic unit tests fail.
I've spent a significant amount of time messing with this code and
regenerating objects, but my limited experience with PHP hasn't gotten
me very far.
Any help would be greatly appreciated.
These are the objects that seem to be causing at least the first
issue:
http://preview.tinyurl.com/5vxpka
http://preview.tinyurl.com/5lfoh9
http://preview.tinyurl.com/5q9d6x
If someone is feeling particularly helpful, here is a zip containing
all of the php code needed to run the POG initialization and tests.
http://preview.tinyurl.com/6zyrsb
Anyone who could make this work would surely receive great kudos on
the Clipperz site.
Thanks!