Error on update. Blank Gray screen at login

Hi,

On update today, I get this error in the command line from the command “lib/wnf.py --update origin master”:

OperationalError: (1054, “Unknown column ‘report’ in ‘field list’”)

patches.november_2012.reset_appraisal_permissions: failed: STOPPED
Building js and css files…
Wrote public/js/report-legacy.min.js - 43k
Wrote public/css/all-web.css - 150k
Wrote public/css/all-app.css - 196k
Wrote public/js/all-web.min.js - 33k
Wrote public/js/all-app.min.js - 539k
Wrote public/js/slickgrid.min.js - 98k

After logging in as Administrator, I get a blank gray screen. Here is the JS console output:

[14:27:31.503] Traceback (innermost last):
  File “…/lib/webnotes/handler.py”, line 156, in handle
    execute_cmd(cmd)
  File “…/lib/webnotes/handler.py”, line 191, in execute_cmd
    ret = call(method, webnotes.form_dict)
  File “…/lib/webnotes/handler.py”, line 208, in call
    return fn(**newargs)
  File “…/lib/webnotes/handler.py”, line 54, in startup
    webnotes.response.update(webnotes.sessions.get())
  File “…/lib/webnotes/sessions.py”, line 82, in get
    bootinfo = get_bootinfo()
  File “…/lib/webnotes/boot.py”, line 39, in get_bootinfo
    get_profile(bootinfo)
  File “…/lib/webnotes/boot.py”, line 133, in get_profile
    bootinfo[‘profile’] = webnotes.user.load_profile()
  File “…/lib/webnotes/profile.py”, line 160, in load_profile
    from tabProfile where name = %s"“”, self.name, as_dict=1)[0]
  File “…/lib/webnotes/db.py”, line 120, in sql
    raise e
 OperationalError: (1054, “Unknown column ‘email_signature’ in ‘field list’”)

What am I doing wrong, and why the gray blank screen?

Also, How to Install ERPNext · webnotes/erpnext Wiki · GitHub states that there is a command “Get Latest Updates”. I have not seen it, is this feature new? Maybe added with the latest update?

Thanks for the help,

fbdystang



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/nPZWnIkHMDEJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi fbdystang,

We have fixed this issue. Please update using:
sudo lib/wnf.py --update origin master

Once done, change ownership of your erpnext folder to apache user using:
sudo chown -R [APACHE USER] [ERPNEXT INSTALL FOLDER]

Once the ownership is set, you can go to Setup > Update Manager and use the 'Get Latest Update' button to pull future updates, without going to the command line.

Thanks,
Anand.


On 07-Apr-2013, at 2:05 AM, fbdystang <fb...@yahoo.com> wrote:

Hi,

On update today, I get this error in the command line from the command "lib/wnf.py --update origin master":

OperationalError: (1054, "Unknown column 'report' in 'field list'")

patches.november_2012.reset_appraisal_permissions: failed: STOPPED
Building js and css files...
Wrote public/js/report-legacy.min.js - 43k
Wrote public/css/all-web.css - 150k
Wrote public/css/all-app.css - 196k
Wrote public/js/all-web.min.js - 33k
Wrote public/js/all-app.min.js - 539k
Wrote public/js/slickgrid.min.js - 98k

After logging in as Administrator, I get a blank gray screen. Here is the JS console output:

[14:27:31.503] Traceback (innermost last):
  File "../lib/webnotes/handler.py", line 156, in handle
    execute_cmd(cmd)
  File "../lib/webnotes/handler.py", line 191, in execute_cmd
    ret = call(method, webnotes.form_dict)
  File "../lib/webnotes/handler.py", line 208, in call
    return fn(**newargs)
  File "../lib/webnotes/handler.py", line 54, in startup
    webnotes.response.update(webnotes.sessions.get())
  File "../lib/webnotes/sessions.py", line 82, in get
    bootinfo = get_bootinfo()
  File "../lib/webnotes/boot.py", line 39, in get_bootinfo
    get_profile(bootinfo)
  File "../lib/webnotes/boot.py", line 133, in get_profile
    bootinfo['profile'] = webnotes.user.load_profile()
  File "../lib/webnotes/profile.py", line 160, in load_profile
    from tabProfile where name = %s""", self.name, as_dict=1)[0]
  File "../lib/webnotes/db.py", line 120, in sql
    raise e
 OperationalError: (1054, "Unknown column 'email_signature' in 'field list'")

What am I doing wrong, and why the gray blank screen?

Also, https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext states that there is a command "Get Latest Updates". I have not seen it, is this feature new? Maybe added with the latest update?

Thanks for the help,

fbdystang



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/nPZWnIkHMDEJ.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.