Teampass 2.1.6 – Error on loading the Keepass XML

Asked By 0 points N/A Posted on -
qa-featured

 

Currently I am running the application Teampass 2.1.6 after I have imported Keepass XML. When the system uploads the Keepass XML uses browser Internet Explorer 9, it gives me an error message like-

"Can't read the file! It must be a KeePass file."  Even I gave a try to export XML files using version 2.16 and 1.09 of Keepass ; again it hurts me with the same error message.

The error log of Apache (error.log) also shows me the message like-

"PHP Notice: Undefined index: user_id in /var/www/includes/libraries/uploadify/uploadify.php on line 48"

I’ve used both Chrome and Firefox later on. It disheartens me giving an ‘’IO Error’’.

What shall I do now ?

SHARE
Answered By 0 points N/A #177008

Teampass 2.1.6 – Error on loading the Keepass XML

qa-featured

 

Dear user,
You must try to change the line 48 and put the ID of the user you were logging in as follows:
Old ID
$data = $db->fetch_row("SELECT key_tempo FROM ".$pre."users WHERE id = ".$_GET['user_id']);
New ID
$data = $db->fetch_row("SELECT key_tempo FROM ".$pre."users WHERE id = 10");
It will get imported your old password database.
Hope this will help you.
Thank you.

Related Questions