Re: update

i have pulled latest update today using lib/wnf.py --update origin master, after which the home page didnt show any icons and some of the modules are not accessible. please let me know how to correct it.


thanks and regards,
madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

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

 

 

Please update again

Sent from mobile

On 22-Dec-2012, at 11:21 AM, Madhan kumar <ma...@gmail.com> wrote:

i have pulled latest update today using lib/wnf.py --update origin master, after which the home page didnt show any icons and some of the modules are not accessible. please let me know how to correct it.

thanks and regards,
madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

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 post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

when i update again it shows the following error

Traceback (most recent call last):
File "lib/wnf.py", line 446, in <module>
run()
File "lib/wnf.py", line 397, in run
update_erpnext(options.update[0], options.update[1])
File "lib/wnf.py", line 96, in update_erpnext
patch_sync_build()
File "lib/wnf.py", line 99, in patch_sync_build
patch_sync()
File "lib/wnf.py", line 110, in patch_sync
sync_all()
File "lib/wnf.py", line 92, in sync_all
webnotes.model.sync.sync_all(force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 13, in sync_all
modules += sync_modules(force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 25, in sync_modules
return walk_and_sync(os.path.join(os.path.dirname(os.path.abspath(conf.__file__)), 'app'), force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 50, in walk_and_sync
sync(module_name, name, force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 61, in sync
with open(get_file_path(module_name, docname), 'r') as f:
IOError: [Errno 2] No such file or directory: u'/var/www/erpnext/website/doctype/product_settings/product_settings.txt'


--
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

Are you running this from the right folder?


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

On 22-Dec-2012, at 1:20 PM, Madhan Kumar <ma...@gmail.com> wrote:

when i update again it shows the following error 

Traceback (most recent call last):
  File "lib/wnf.py", line 446, in <module>
    run()
  File "lib/wnf.py", line 397, in run
    update_erpnext(options.update[0], options.update[1])
  File "lib/wnf.py", line 96, in update_erpnext
    patch_sync_build()
  File "lib/wnf.py", line 99, in patch_sync_build
    patch_sync()
  File "lib/wnf.py", line 110, in patch_sync
    sync_all()
  File "lib/wnf.py", line 92, in sync_all
    webnotes.model.sync.sync_all(force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 13, in sync_all
    modules += sync_modules(force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 25, in sync_modules
    return walk_and_sync(os.path.join(os.path.dirname(os.path.abspath(conf.__file__)), 'app'), force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 50, in walk_and_sync
    sync(module_name, name, force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 61, in sync
    with open(get_file_path(module_name, docname), 'r') as f:
IOError: [Errno 2] No such file or directory: u'/var/www/erpnext/website/doctype/product_settings/product_settings.txt'


-- 
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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 post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

yes from /var/www/erpnext.



On Sat, Dec 22, 2012 at 1:33 PM, Rushabh Mehta <rm…@gmail.com> wrote:

Are you running this from the right folder?


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

On 22-Dec-2012, at 1:20 PM, Madhan Kumar <ma...@gmail.com> wrote:

when i update again it shows the following error

Traceback (most recent call last):
File "lib/wnf.py", line 446, in <module>
run()
File "lib/wnf.py", line 397, in run
update_erpnext(options.update[0], options.update[1])
File "lib/wnf.py", line 96, in update_erpnext
patch_sync_build()
File "lib/wnf.py", line 99, in patch_sync_build
patch_sync()
File "lib/wnf.py", line 110, in patch_sync
sync_all()
File "lib/wnf.py", line 92, in sync_all
webnotes.model.sync.sync_all(force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 13, in sync_all
modules += sync_modules(force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 25, in sync_modules
return walk_and_sync(os.path.join(os.path.dirname(os.path.abspath(conf.__file__)), 'app'), force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 50, in walk_and_sync
sync(module_name, name, force)
File "/var/www/erpnext/lib/webnotes/model/sync.py", line 61, in sync
with open(get_file_path(module_name, docname), 'r') as f:
IOError: [Errno 2] No such file or directory: u'/var/www/erpnext/website/doctype/product_settings/product_settings.txt'


--
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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 post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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







--
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

Madhan,

I checked and it works for me. 

I can see an "app" missing in the path

IOError: [Errno 2] No such file or directory: u'/var/www/erpnext/website/doctype/product_settings/product_settings.txt'

Definitely a path related issue - do have any local changes?

- Rushabh


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

On 22-Dec-2012, at 1:35 PM, Madhan Kumar <ma...@gmail.com> wrote:

yes from /var/www/erpnext.


On Sat, Dec 22, 2012 at 1:33 PM, Rushabh Mehta <rm...@gmail.com> wrote:
Are you running this from the right folder?


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

On 22-Dec-2012, at 1:20 PM, Madhan Kumar <ma...@gmail.com> wrote:

when i update again it shows the following error 

Traceback (most recent call last):
  File "lib/wnf.py", line 446, in <module>
    run()
  File "lib/wnf.py", line 397, in run
    update_erpnext(options.update[0], options.update[1])
  File "lib/wnf.py", line 96, in update_erpnext
    patch_sync_build()
  File "lib/wnf.py", line 99, in patch_sync_build
    patch_sync()
  File "lib/wnf.py", line 110, in patch_sync
    sync_all()
  File "lib/wnf.py", line 92, in sync_all
    webnotes.model.sync.sync_all(force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 13, in sync_all
    modules += sync_modules(force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 25, in sync_modules
    return walk_and_sync(os.path.join(os.path.dirname(os.path.abspath(conf.__file__)), 'app'), force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 50, in walk_and_sync
    sync(module_name, name, force)
  File "/var/www/erpnext/lib/webnotes/model/sync.py", line 61, in sync
    with open(get_file_path(module_name, docname), 'r') as f:
IOError: [Errno 2] No such file or directory: u'/var/www/erpnext/website/doctype/product_settings/product_settings.txt'


-- 
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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 post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Madhan



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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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 post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

i havent done any local changes. will check and come back to you


thanks.
madhan




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

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

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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