IE7 log in problem

2009-02-24 Thread eugene_k

Hi,

I’m getting “Cookies must be enabled” message on every IE7 and IE6
browser, when connecting to local Review Board server. reviews.review-
board.org works from the very same browser. IE7 is set to “Accept All
Cookies” and local Review Board site added to Trusted sites.

I do not have this problem with Fierfox or Chrome

Did anyone experience the same problem?

Thanks,
Eugene

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Traceback generated when I click “View Diff”

2009-02-20 Thread eugene_k

Christian, it is false alarm.

It was entirely my fault. P4python has not been installed. Once I have
it in, diff works like a charm. But I still have a problem with email
setting (the workaround is to restart httpd).

Thanks a lot this tool.

Eugene


On Feb 16, 6:49 pm, Christian Hammond chip...@chipx86.com wrote:
 Looks like you don't have patch in your path.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.review-board.org
 VMware, Inc. -http://www.vmware.com

 On Mon, Feb 16, 2009 at 12:46 PM, eugene_k kozlov.eug...@gmail.com wrote:

  When I click View Diff traceback was generated:

  [Errno 2] No such file or directory
  Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/views.py, line 145, in view_diff
     interdiffset, highlighting, True)[0]
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 619, in
  get_diff_files
     large_data=True)
   File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
  djblets/util/misc.py, line 143, in cache_memoize
     data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 618, in lambda
     enable_syntax_highlighting),
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 341, in
  get_chunks
     old = get_original_file(filediff)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 248, in
  get_original_file
     large_data=True)[0]
   File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
  djblets/util/misc.py, line 143, in cache_memoize
     data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 247, in lambda
     data = cache_memoize(key, lambda: [fetch_file(file, revision)],
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 227, in
  fetch_file
     data = tool.get_file(file, revision)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/scmtools/perforce.py, line 92, in get_file
     p = subprocess.Popen(cmdline, stdout=subprocess.PIPE,
  stderr=subprocess.PIPE)
   File /usr/lib64/python2.5/subprocess.py, line 594, in __init__
     errread, errwrite)
   File /usr/lib64/python2.5/subprocess.py, line 1091, in
  _execute_child
     raise child_exception
  OSError: [Errno 2] No such file or directory

  I've Review Board alpha 4 running under Fedora 10 and windows Perforce
  repository.
  Review generated on Windows box using post-review.

  Another issue I have is an E-mail and Diff settings. I've typed in
  mail server IP address and checked Send e-mails for …. Clicked on
  Save button and all went back to default: Send e-mails for …
  unchecked, Mail Server set to localhost. Same story under Diff
  Viewer Settings.

  Any help is welcome. Thank you all,
         Eugene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Traceback generated when I click “View Diff”

2009-02-17 Thread eugene_k

I do have patch in the path. Patch version 2.5.4 on Linux and 2.5.9 on
Windows.
Is there anything else to check?

Thanks,
Eugene


On Feb 16, 6:49 pm, Christian Hammond chip...@chipx86.com wrote:
 Looks like you don't have patch in your path.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.review-board.org
 VMware, Inc. -http://www.vmware.com

 On Mon, Feb 16, 2009 at 12:46 PM, eugene_k kozlov.eug...@gmail.com wrote:

  When I click View Diff traceback was generated:

  [Errno 2] No such file or directory
  Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/views.py, line 145, in view_diff
     interdiffset, highlighting, True)[0]
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 619, in
  get_diff_files
     large_data=True)
   File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
  djblets/util/misc.py, line 143, in cache_memoize
     data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 618, in lambda
     enable_syntax_highlighting),
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 341, in
  get_chunks
     old = get_original_file(filediff)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 248, in
  get_original_file
     large_data=True)[0]
   File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
  djblets/util/misc.py, line 143, in cache_memoize
     data = lookup_callable()
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 247, in lambda
     data = cache_memoize(key, lambda: [fetch_file(file, revision)],
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/diffviewer/diffutils.py, line 227, in
  fetch_file
     data = tool.get_file(file, revision)
   File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
  py2.5.egg/reviewboard/scmtools/perforce.py, line 92, in get_file
     p = subprocess.Popen(cmdline, stdout=subprocess.PIPE,
  stderr=subprocess.PIPE)
   File /usr/lib64/python2.5/subprocess.py, line 594, in __init__
     errread, errwrite)
   File /usr/lib64/python2.5/subprocess.py, line 1091, in
  _execute_child
     raise child_exception
  OSError: [Errno 2] No such file or directory

  I've Review Board alpha 4 running under Fedora 10 and windows Perforce
  repository.
  Review generated on Windows box using post-review.

  Another issue I have is an E-mail and Diff settings. I've typed in
  mail server IP address and checked Send e-mails for …. Clicked on
  Save button and all went back to default: Send e-mails for …
  unchecked, Mail Server set to localhost. Same story under Diff
  Viewer Settings.

  Any help is welcome. Thank you all,
         Eugene
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Traceback generated when I click “View Diff”

2009-02-16 Thread eugene_k

When I click “View Diff” traceback was generated:

[Errno 2] No such file or directory
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/views.py, line 145, in view_diff
interdiffset, highlighting, True)[0]
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 619, in
get_diff_files
large_data=True)
  File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
djblets/util/misc.py, line 143, in cache_memoize
data = lookup_callable()
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 618, in lambda
enable_syntax_highlighting),
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 341, in
get_chunks
old = get_original_file(filediff)
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 248, in
get_original_file
large_data=True)[0]
  File /usr/lib/python2.5/site-packages/Djblets-0.5alpha3-py2.5.egg/
djblets/util/misc.py, line 143, in cache_memoize
data = lookup_callable()
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 247, in lambda
data = cache_memoize(key, lambda: [fetch_file(file, revision)],
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/diffviewer/diffutils.py, line 227, in
fetch_file
data = tool.get_file(file, revision)
  File /usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha4-
py2.5.egg/reviewboard/scmtools/perforce.py, line 92, in get_file
p = subprocess.Popen(cmdline, stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
  File /usr/lib64/python2.5/subprocess.py, line 594, in __init__
errread, errwrite)
  File /usr/lib64/python2.5/subprocess.py, line 1091, in
_execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


I’ve Review Board alpha 4 running under Fedora 10 and windows Perforce
repository.
Review generated on Windows box using post-review.


Another issue I have is an E-mail and Diff settings. I've typed in
mail server IP address and checked “Send e-mails for …”. Clicked on
“Save” button and all went back to default: “Send e-mails for …”
unchecked, “Mail Server” set to localhost. Same story under “Diff
Viewer Settings”.

Any help is welcome. Thank you all,
Eugene

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---