I have installed the community edition on my server (Ubuntu 9.04).
The service works well, but after some inactiviy (no card loaded)
about 10-15 minutes, I have the following message when I try to load a
card :
Clipperz.PM.Crypto.encryptingFunctions.versions[_a89] is undefined
I don't know where to start investigations ... (client, server ...).
I have the same problem under Windows (Firefox) and Linux.
other users have reported this same problem, but I had no opportunity
to investigate it.
It is an excellent task for someone willing to contribute to the
community edition of the project. :)
On Wed, Oct 28, 2009 at 10:29 AM, Fabien <fabien.char...@gmail.com> wrote:
> Hello !
> I have installed the community edition on my server (Ubuntu 9.04).
> The service works well, but after some inactiviy (no card loaded)
> about 10-15 minutes, I have the following message when I try to load a
> card :
> Clipperz.PM.Crypto.encryptingFunctions.versions[_a89] is undefined
> I don't know where to start investigations ... (client, server ...).
> I have the same problem under Windows (Firefox) and Linux.
> other users have reported this same problem, but I had no opportunity
> to investigate it.
> It is an excellent task for someone willing to contribute to the
> community edition of the project. :)
> Sorry for the trouble.
> Best regards,
> Giulio Cesare
> On Wed, Oct 28, 2009 at 10:29 AM, Fabien <fabien.char...@gmail.com> wrote:
>> Hello !
>> I have installed the community edition on my server (Ubuntu 9.04).
>> The service works well, but after some inactiviy (no card loaded)
>> about 10-15 minutes, I have the following message when I try to load a
>> card :
>> Clipperz.PM.Crypto.encryptingFunctions.versions[_a89] is undefined
>> I don't know where to start investigations ... (client, server ...).
>> I have the same problem under Windows (Firefox) and Linux.
the problem is not in the Javascript code, but in the PHP end.
The server side fence of the service is much less code to deal with.
In case you would like to take a look at the Javascript code, instead
of looking at the index.html file, where all the scripts are packed
together, try loading index_debug.html.
The index_debug.html file will probably take much longer to load, but
you will be able to see each individual javascript file, with all the
code cleanly layout, and with meaningful name for variables. There are
not many comments around the code (I try to describe everything within
the code, in order to avoid stale comments), but the code is quite
readable anyway.
In any case, the PHP side is still MUCH easier to deal with than the
Javascript part. :)
>> other users have reported this same problem, but I had no opportunity
>> to investigate it.
>> It is an excellent task for someone willing to contribute to the
>> community edition of the project. :)
>> Sorry for the trouble.
>> Best regards,
>> Giulio Cesare
>> On Wed, Oct 28, 2009 at 10:29 AM, Fabien <fabien.char...@gmail.com> wrote:
>>> Hello !
>>> I have installed the community edition on my server (Ubuntu 9.04).
>>> The service works well, but after some inactiviy (no card loaded)
>>> about 10-15 minutes, I have the following message when I try to load a
>>> card :
>>> Clipperz.PM.Crypto.encryptingFunctions.versions[_a89] is undefined
>>> I don't know where to start investigations ... (client, server ...).
>>> I have the same problem under Windows (Firefox) and Linux.