I have problem with save password. On Options->Security->Password->
"Remember password for sites" is enable, but never saved and ask to me if I
want store user/pass. I try it in 3.0.0 and 3.0.1 and my error code is in
"Error console"
"this._storage is null
file:////C:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js
Line:479"
Have any one a idea how can I fix this
Orhan Sumer
/*
* countLogins
*
* Search for the known logins for entries matching the specified
criteria,
* returns only the count.
*/
countLogins : function (hostname, formSubmitURL, httpRealm) {
this.log("Counting logins matching host: " + hostname +
", formSubmitURL: " + formSubmitURL + ", httpRealm: " +
httpRealm);
Line:479->> return this._storage.countLogins(hostname, formSubmitURL,
httpRealm);
},
(I can't speak and write English)
Please change session files encoding (UTF-8) or remove files from
Firefox Profile Folder http://kb.mozillazine.org/Profile_folder .
For exp.:
My systems path "C:\Documents and Settings\Administrator\Application
Data\Mozilla\Firefox\Profiles\bdwa1ovd.default\" signons2.txt and
signons3.txt
best regards.
How can you change encoding session files. (for who don't know)
Open the session files with notepad and than click save as file (file
\save as) and select UTF-8 encoding from file encoding select-box.
After save and close files ;)