Blank space in Time Log

After updating, when I either view and existing time log or try to enter a new time log, all I see is the heading and a blank space underneath. Where do I enter the details???

Is it how it is intended or is there a problem??

Attached is the screenshot.






Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
There was an issue which has been fixed. Please pull the latest updates and check.

On 19-Jul-2013, at 9:58 AM, Satish wrote:

After updating, when I either view and existing time log or try to enter a new time log, all I see is the heading and a blank space underneath. Where do I enter the details???

Is it how it is intended or is there a problem??

Attached is the screenshot.







Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     

I am getting this error while updating. I have already changed ownership of folder and files to user satish


From git://github.com/webnotes/wnframework

  • branch master -> FETCH_HEAD
    error: insufficient permission for adding an object to repository database .git/objects

fatal: failed to write object
fatal: unpack-objects failed

Already up-to-date.
Traceback (most recent call last):
File “lib/wnf.py”, line 490, in <module>
run()
File “lib/wnf.py”, line 418, in run
patch_sync_build()
File “lib/wnf.py”, line 82, in patch_sync_build
rebuild()
File “lib/wnf.py”, line 64, in rebuild
build.bundle(False)
File “/home/satish/erpnext/lib/webnotes/build.py”, line 37, in bundle
check_lang()
File “/home/satish/erpnext/lib/webnotes/build.py”, line 69, in check_lang
update_translations()
File “/home/satish/erpnext/lib/webnotes/translate.py”, line 93, in update_translations
with open(status_file_path, “w”) as langstatusfile:
IOError: [Errno 13] Permission denied: u’app/.wnf-lang-status’




On Friday, 19 July 2013 11:14:43 UTC+5:30, Nabin Hait wrote:
There was an issue which has been fixed. Please pull the latest updates and check.

On 19-Jul-2013, at 9:58 AM, Satish wrote:

After updating, when I either view and existing time log or try to enter a new time log, all I see is the heading and a blank space underneath. Where do I enter the details???

Is it how it is intended or is there a problem??

Attached is the screenshot.







Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     
You need to recursively change owner of the erpnext folder to that of the apache user. If satish is apache user, it shouldn't cause any issues.

By default, if you are using ubuntu, it should be www-data and in case of centOS it is apache

If you are into development, the easier thing would be to change the apache owner to "satish"

On 19-Jul-2013, at 11:37 AM, Satish <sa...@gmail.com> wrote:

I am getting this error while updating. I have already changed ownership of folder and files to user satish


From git://github.com/webnotes/wnframework
 * branch            master     -> FETCH_HEAD
error: insufficient permission for adding an object to repository database .git/objects

fatal: failed to write object
fatal: unpack-objects failed

Already up-to-date.
Traceback (most recent call last):
File “lib/wnf.py”, line 490, in <module>
run()
File “lib/wnf.py”, line 418, in run
patch_sync_build()
File “lib/wnf.py”, line 82, in patch_sync_build
rebuild()
File “lib/wnf.py”, line 64, in rebuild
build.bundle(False)
File “/home/satish/erpnext/lib/webnotes/build.py”, line 37, in bundle
check_lang()
File “/home/satish/erpnext/lib/webnotes/build.py”, line 69, in check_lang
update_translations()
File “/home/satish/erpnext/lib/webnotes/translate.py”, line 93, in update_translations
with open(status_file_path, “w”) as langstatusfile:
IOError: [Errno 13] Permission denied: u’app/.wnf-lang-status’




On Friday, 19 July 2013 11:14:43 UTC+5:30, Nabin Hait wrote:
There was an issue which has been fixed. Please pull the latest updates and check.

On 19-Jul-2013, at 9:58 AM, Satish wrote:

After updating, when I either view and existing time log or try to enter a new time log, all I see is the heading and a blank space underneath. Where do I enter the details???

Is it how it is intended or is there a problem??

Attached is the screenshot.







Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     

Perfect. Thanks. Everything working now.



On Friday, 19 July 2013 11:41:12 UTC+5:30, Anand Doshi wrote:

You need to recursively change owner of the erpnext folder to that of the apache user. If satish is apache user, it shouldn’t cause any issues.

By default, if you are using ubuntu, it should be www-data and in case of centOS it is apache

If you are into development, the easier thing would be to change the apache owner to “satish”

On 19-Jul-2013, at 11:37 AM, Satish <sa…@gmail.com> wrote:

I am getting this error while updating. I have already changed ownership of folder and files to user satish


From git://github.com/webnotes/wnframework

  • branch master -> FETCH_HEAD
    error: insufficient permission for adding an object to repository database .git/objects

fatal: failed to write object
fatal: unpack-objects failed

Already up-to-date.
Traceback (most recent call last):
File “lib/wnf.py”, line 490, in <module>
run()
File “lib/wnf.py”, line 418, in run
patch_sync_build()
File “lib/wnf.py”, line 82, in patch_sync_build
rebuild()
File “lib/wnf.py”, line 64, in rebuild
build.bundle(False)
File “/home/satish/erpnext/lib/webnotes/build.py”, line 37, in bundle
check_lang()
File “/home/satish/erpnext/lib/webnotes/build.py”, line 69, in check_lang
update_translations()
File “/home/satish/erpnext/lib/webnotes/translate.py”, line 93, in update_translations
with open(status_file_path, “w”) as langstatusfile:
IOError: [Errno 13] Permission denied: u’app/.wnf-lang-status’




On Friday, 19 July 2013 11:14:43 UTC+5:30, Nabin Hait wrote:
There was an issue which has been fixed. Please pull the latest updates and check.

On 19-Jul-2013, at 9:58 AM, Satish wrote:

After updating, when I either view and existing time log or try to enter a new time log, all I see is the heading and a blank space underneath. Where do I enter the details???

Is it how it is intended or is there a problem??

Attached is the screenshot.







Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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.

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