google-code-export / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Lost all modules, cannot create new ones. #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the problem? Describe completely:

Minimalist version   - 0.5.20
Relevant core module -
Chrome version       - 19.0.1055.1 dev-m
Operating System     - Windows Vista

After a crash that forced an update to 19.0.1055.1 dev-m I lost all my modules, 
including ones I'd created myself.

When editing new modules there is no text area for the css and js, although I 
am able to edit js/css on core modules that I redownloaded via the provided 
button if I press the Advanced button.

Original issue reported on code.google.com by sam.has...@gmail.com on 6 Mar 2012 at 12:30

GoogleCodeExporter commented 9 years ago
About the lost modules, this was caused by the change of IndexedDB directory.

Copy

    %APPDATA%\..\Local\Google\Chrome\User Data\Default\IndexedDB\chrome-extension_bmihblnpomgpjkfddepdpdafhhepdbek_0.indexeddb.leveldb

to

    %APPDATA%\..\Local\Google\Chrome\User Data\Default\IndexedDB\IndexedDB\chrome-extension_bmihblnpomgpjkfddepdpdafhhepdbek_0.indexeddb.leveldb

or make a symbol link there (`mklink`)

Note that in recent versions of Chromium, the change has been cancelled.

Original comment by jief...@gmail.com on 6 Mar 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Thanks that fixed it.

Original comment by sam.has...@gmail.com on 6 Mar 2012 at 2:58

GoogleCodeExporter commented 9 years ago
At least, if fixed the missing modules. I still can't edit them though.

Original comment by sam.has...@gmail.com on 6 Mar 2012 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by anst...@gmail.com on 23 Jan 2013 at 1:14