Well, im having the same problem again, after the update i get the following error:
162 files changed, 3704 insertions(+), 4342 deletions(-)
create mode 100644 controllers/tax_controller.py
create mode 100644 controllers/transaction_controller.py
create mode 100644 patches/november_2012/add_employee_field_in_employee.py
create mode 100644 patches/november_2012/leave_application_cleanup.py
create mode 100644 patches/november_2012/production_order_patch.py
Executing patches.november_2012.communication_sender_and_recipient in erpnext
Traceback (innermost last):
File "/var/www/erpnext_roto/lib/webnotes/modules/patch_handler.py", line 72, in execute_patch
getattr(patch, 'execute')()
File "app/patches/november_2012/communication_sender_and_recipient.py", line 4, in execute
webnotes.reload_doc("support", "doctype", "communication")
File "/var/www/erpnext_roto/lib/webnotes/__init__.py", line 296, in reload_doc
return webnotes.model.doctype.get(doctype, processed)
File "/var/www/erpnext_roto/lib/webnotes/modules/__init__.py", line 73, in reload_doc
return import_files(module, dt, dn, force)
File "/var/www/erpnext_roto/lib/webnotes/modules/import_file.py", line 33, in import_files
return import_file(module, dt, dn, force)
File "/var/www/erpnext_roto/lib/webnotes/modules/import_file.py", line 41, in import_file
return import_file_by_path(path, force)
File "/var/www/erpnext_roto/lib/webnotes/modules/import_file.py", line 66, in import_file_by_path
raise Exception, '%s missing' % path
Exception: ./app/support/doctype/communication/communication.txt missing
patches.november_2012.communication_sender_and_recipient: failed: STOPPED
And i cant login (parsererror, nothing shows in the browser console)
I tryed thin in the virtual machine and the same thing happened.