Ask Your Question

phiparis19's profile - activity

2015-11-03 09:16:07 +0200 received badge  Popular Question (source)
2012-08-18 09:33:08 +0200 received badge  Editor (source)
2012-08-18 09:29:25 +0200 answered a question Notebook Bug -- missing template html/login.html

I could fix it by myself :

  1. in ~ : mv .sage .sage.old
  2. start sage in notebook mode and give a passowrd for admin
  3. stop sage
  4. for recovering your previous sheets :

cp -rp ~/.sage.old/sage_notebook.sagenb/home/__store__/2/21/212/2123/admin ~/.sage/sage_notebook.sagenb/home/__store__/2/21/212/2123/.

  1. start sage

everything is OK now.

2012-08-18 05:50:25 +0200 asked a question Notebook Bug -- missing template html/login.html

After upgrading from sage 5.0 to sage 5.2 on a Mac OS 10.7.4, I get the following message : Notebook Bug -- missing template html/login.html Does anyone know how to fix this problem ? Thank you.