Blank Screen on Login

Hi, 

Am new to ERP Next.

Am following installation instructions available here: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

I get an error during installation with the following errors as part of the traceback 

  File “/var/www/html/lib/webnotes/model/doc.py”, line 100, in init
    self._loadfromdb(doctype, name)
  File “/var/www/html/lib/webnotes/model/doc.py”, line 153, in _loadfromdb
    raise Exception, ‘[WNF] %s %s does not exist’ % (self.doctype, self.name)
 Exception: [WNF] DocType DocField does not exist

execute:webnotes.reload_doc(‘core’, ‘doctype’, ‘docfield’): failed: STOPPED


I followed the instructions to update using lib/wnf.py --update origin master and continue to get the same error as above.
Though am able to login despite this I get blank screen and browser debug gives me a different traceback

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 missing here ?



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/-/7ryAfZuQFfEJ.

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

 

 

Hi Vishwanath,

We pushed a change last evening that broke the install. Its fixed now.

Just run

lib/wnf.py --pull origin master
lib/wnf.py --patch_sync_build

and it should work.

Thanks for reporting

best,
Rushabh


W: https://erpnext.com
T: @rushabh_mehta

On 25-Apr-2013, at 8:14 AM, Vishwanath M S <ms...@gmail.com> wrote:

Hi, 
Am new to ERP Next.

Am following installation instructions available here: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

I get an error during installation with the following errors as part of the traceback 

  File "/var/www/html/lib/webnotes/model/doc.py", line 100, in __init__
    self._loadfromdb(doctype, name)
  File "/var/www/html/lib/webnotes/model/doc.py", line 153, in _loadfromdb
    raise Exception, '[WNF] %s %s does not exist' % (self.doctype, self.name)
 Exception: [WNF] DocType DocField does not exist

execute:webnotes.reload_doc('core', 'doctype', 'docfield'): failed: STOPPED


I followed the instructions to update using lib/wnf.py --update origin master and continue to get the same error as above.
Though am able to login despite this I get blank screen and browser debug gives me a different traceback

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 missing here ?



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/-/7ryAfZuQFfEJ.

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.

 

 

Thanks Rushab,


That was indeed the issue.
Its been fixed now.

Thanks & Regards
Vishwanath MS

On Thursday, April 25, 2013 8:14:29 AM UTC+5:30, Vishwanath M S wrote:
Hi, 
Am new to ERP Next.

Am following installation instructions available here: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

I get an error during installation with the following errors as part of the traceback 

  File “/var/www/html/lib/webnotes/model/doc.py”, line 100, in init
    self._loadfromdb(doctype, name)
  File “/var/www/html/lib/webnotes/model/doc.py”, line 153, in _loadfromdb
    raise Exception, ‘[WNF] %s %s does not exist’ % (self.doctype, self.name)
 Exception: [WNF] DocType DocField does not exist

execute:webnotes.reload_doc(‘core’, ‘doctype’, ‘docfield’): failed: STOPPED


I followed the instructions to update using lib/wnf.py --update origin master and continue to get the same error as above.
Though am able to login despite this I get blank screen and browser debug gives me a different traceback

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 missing here ?



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/-/7eB6DqZNBFYJ.

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