jaminto
unread,Nov 19, 2008, 9:05:02 PM11/19/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clipperz
hi everyone.
let me first say how awesome the clipperz project is. carrying around
a usb key with all your passwords is such a pain. and being able to
install this on your own server makes this the perfect password
storage solution.
so, i'm psyched to get it set up and working.
however, after a late night fighting to get PHP5 and mysql installed
on my windows box with IIS7, Clipperz at least looks like it's
working. However during the setup, POG spit out a bunch of errors.
the POG output is at the end of this message.
I can then create an account on clipperz, login, and add cards.
However when I view the cards, I get this error:
Error while downloading the card
missing ) in parenthetical
Any ideas how to fix? I'm using x64 versions of mysql and PHP5.
could that be the issue?
***PHP/SERVER INFO ****
* PHP 5.2.5 x64
* Microsoft-IIS/7.0
* MySQL client version: 5.0.19
* PHP extension: mysql
*** MYSQL INFO ***
* Server: localhost via TCP/IP
* Server version: 5.0.67-community-nt
* Protocol version: 10
* User: jason@localhost
* MySQL charset: UTF-8 Unicode (utf8)
***POG OUTPUT******
Initializing POG Setup....OK!
File Structure....OK!
Configuration Info....OK!
Storage Status
Aligning [onetimepassword] with table 'onetimepassword'....OK!
Aligning [onetimepasswordstatus] with table
'onetimepasswordstatus'....OK!
Aligning [record] with table 'record'....OK!
Aligning [recordversion] with table 'recordversion'....OK!
Aligning [user] with table 'user'....OK!
POG Essentials
[onetimepassword]
Save() failed
SaveNew() ignored
Delete() ignored
GetList()
GetList() ignored
DeleteList() ignored
Optimizing....OK!
***
[onetimepasswordstatus]
Save()....OK!
SaveNew()....OK!
Delete()....OK!
GetList()
Limit....OK!
Sorting....OK!
DeleteList()....OK!
Optimizing....OK!
***
[record]
Save() failed
SaveNew() ignored
Delete() ignored
GetList()
GetList() ignored
DeleteList() ignored
Optimizing....OK!
***
[recordversion]
Save() failed
SaveNew() ignored
Delete() ignored
GetList()
GetList() ignored
DeleteList() ignored
Optimizing....OK!
***
[user]
Save()....OK!
SaveNew()....OK!
Delete()....OK!
GetList()
Limit....OK!
Sorting....OK!
DeleteList()....OK!
Optimizing....OK!
CHECKED 5 OBJECT(S). FOUND 3 ERROR(S):
---------------------------------------------------
Query failed: insert into `onetimepassword` (`userid`,
`onetimepasswordstatusid`, `reference`, `key`, `key_checksum`, `data`,
`version`, `creation_date`, `request_date`, `usage_date` ) values (
'',
'',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26' )
Object onetimepassword failed essential tests
Query failed: insert into `record` (`userid`, `reference`, `data`,
`version`, `creation_date`, `update_date`, `access_date` ) values (
'',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26' )
Object record failed essential tests
Query failed: insert into `recordversion` (`recordid`, `reference`,
`header`, `data`, `version`, `previous_version_key`,
`previous_version_id`, `creation_date`, `update_date`, `access_date` )
values (
'',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'Lorem Ipsum is simply dummy text of the printing and typesetting
industry',
'12345678',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26',
'1997-12-15 23:50:26' )
Object recordversion failed essential tests