Windows install document incomplete?

2009-06-29 Thread MarkJWolff

I'm installing reviewboard on a windows server.  I am going through
the pre-install steps with memcached, patch, etc.  Suddenly, the
documentation says After Installation  I wasn't actually told to
install reviewboard.

Comparing the Windows install doc to the install UNIX doc, I see that
actual reviewboard install and the connection to a source code system
steps seem to be missing from the Windows version of the document.

Is Windows more automatic than the Linux version, or is there just a
documentation gap?

--~--~-~--~~~---~--~~
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: How do you enable logging without going through dashboard?

2009-06-29 Thread Christian Hammond
Hi,

Go into your site's conf/settings_local.py and set DEBUG to True. Then
restart Apache and you should see a more detailed error page.

You'll want to set this back to False after you figure out what's wrong.
There are small performance hits with having DEBUG on.

Christian

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


On Mon, Jun 29, 2009 at 10:34 AM, Ankit akshah...@gmail.com wrote:


 Hi,

 I am installing the reviewboard for the first time.  After I followed
 all the steps, I keep getting 500 - internal server error. Apache's
 error log does not show any errors.  The logs folder for the
 installation is empty.  Does anyone know how I can enable the logging
 given that I can't access the dashboard at all?

 


--~--~-~--~~~---~--~~
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: HTTPS certificate not accepted

2009-06-29 Thread Christian Hammond
Hi Daniel,

From what I've seen, it seems tricky to get this to work right through
Apache. What I'd strongly recommend, if possible, is to set a plain http
repository for the path and use the https repository for the mirror path.
The idea being that Review Board would just simply fetch the files from the
http repository and the mirror path would be what Review Board checks when
developers are posting changes for review.

If you can't do this, then I think what you need to do is attempt to access
the server through https using your user and then move your .subversion
directory into wherever Apache is trying to find it. You can probably set an
environment variable in the Apache configuration file (using SetEnv) to
change this path.

I'd like to make this easier in 1.1 or so. I know it's bitten a lot of
people.

Christian

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


On Mon, Jun 29, 2009 at 1:34 PM, Daniel dkarn...@sbcglobal.net wrote:


 Hi,

 I am new to ReviewBoard 1.0 and trying to configure RB with SVN. I got
 RB installed but when I try to create a new Review Request, it comes
 back with an error:

 HTTPS certificate not accepted. Please ensure that the proper
 certificate exists in H:\ /.subversion/auth for the user that
 reviewboard is running as.

 I don't have any idea why it is looking for a certificate on H:\. On
 my system there is an environment variable HOMEDRIVE which is set to H:
 \. I read somewhere that this might be caused by Apache home directory
 points to a wrong place, but not sure where I can change this. I am
 able to do all SVN operations outside ReviewBoard

 Any clue?

 Thanks
 Daniel

 


--~--~-~--~~~---~--~~
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: Windows install document incomplete?

2009-06-29 Thread Christian Hammond
Looks like there's an installation gap. I'll make a note to fix this.

Christian

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


On Mon, Jun 29, 2009 at 1:04 PM, MarkJWolff markjwo...@gmail.com wrote:


 I'm installing reviewboard on a windows server.  I am going through
 the pre-install steps with memcached, patch, etc.  Suddenly, the
 documentation says After Installation  I wasn't actually told to
 install reviewboard.

 Comparing the Windows install doc to the install UNIX doc, I see that
 actual reviewboard install and the connection to a source code system
 steps seem to be missing from the Windows version of the document.

 Is Windows more automatic than the Linux version, or is there just a
 documentation gap?

 


--~--~-~--~~~---~--~~
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: Diff viewer syntax highlighting for ColdFusion

2009-06-29 Thread Christian Hammond
Hi Eric,

Right now, you'd have to hand-modify Pygments (the syntax highlighter
library we use) or part of Review Board to force a particular syntax
highlighter. In 1.1, I'm hoping to provide a setting for forcing
highlighters for file types.

It's probably best to file a bug report with the Pygments guys and ask them
about plans for ColdFusion syntax highlighters.

Christian

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


On Mon, Jun 29, 2009 at 9:53 AM, Eric P eric.maill...@gmail.com wrote:


 Hi,

 I noticed (not too surprised) that diffs of ColdFusion code doesn't
 appear supported in Review Board's diff view.

 It *might* be sufficient to have the diff viewer interpret ColdFusion
 as HTML.  Would it be possible to have RB throw all .cfm and .cfc
 files at the HTML parser?  Where would I look to make that change?

 Thanks,
 Eric P

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



View diff is failing

2009-06-29 Thread henriquecoelho

Hi all,

I'm having a problem viewing the diff file that i've upload in new
review request. I've activated the debug level for reviewboard and i'm
getting the following output when i access to view diff in right top
corner:

[Error 2] The system cannot find the file specified

Traceback (most recent call last):
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\views.py, line 152, in view_diff
interdiffset, highlighting, True)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
large_data=True)
  File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
\util\misc.py, line 143, in cache_memoize
data = lookup_callable()
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 622, in lambda
enable_syntax_highlighting),
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
new = get_patched_file(old, filediff)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
return patch(filediff.diff, buffer, filediff.dest_file)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 109, in patch
stderr=subprocess.STDOUT)
  File C:\Python25\Lib\subprocess.py, line 594, in __init__
errread, errwrite)
  File C:\Python25\Lib\subprocess.py, line 822, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

I'm not sure if this is sufficiently clear to you but if someone havy
an ideia about this please let me know how to workaround this. I think
that this could be due the problem with diff file so the steps that i
made to upload the new review diff file were:

-New review request
-choose the repository (example in my case)
-base diff path : /
-diff: c:\example\

The diff file:

Index: Apache2/conf/httpd.conf
===
--- Apache2/conf/httpd.conf (revision 3)
+++ Apache2/conf/httpd.conf (working copy)
@@ -467,4 +467,29 @@
AllowOverride All
 /Directory

+ .mine
+#Location /moopion
+#  Order deny,allow
+#  Allow from all
+#/Location
+
+#Alias /moopion C:\example\source\example\web
+
+#Directory C:\example\source\example\web
+#  AllowOverride All
+#/Directory
+
+Location /sso
+  Order deny,allow
+  Allow from all
+/Location
+
+Alias /sso C:\example\source\sso\webdir
+
+Directory C:\example\source\sso\webdir
+  AllowOverride All
+/Directory
+
+===
+ .r3
 AllowEncodedSlashes On

Thanks in advance. Please if you need some specific further
information, let me know.

--~--~-~--~~~---~--~~
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: View diff is failing

2009-06-29 Thread Christian Hammond
GNU patch.exe must be in the path for this to work. It appears that it's not
able to find this.

Christian

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


On Mon, Jun 29, 2009 at 4:33 PM, henriquecoelho henrike.coe...@gmail.comwrote:


 Hi all,

 I'm having a problem viewing the diff file that i've upload in new
 review request. I've activated the debug level for reviewboard and i'm
 getting the following output when i access to view diff in right top
 corner:

 [Error 2] The system cannot find the file specified

 Traceback (most recent call last):
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\views.py, line 152, in view_diff
interdiffset, highlighting, True)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
large_data=True)
  File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
 \util\misc.py, line 143, in cache_memoize
data = lookup_callable()
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 622, in lambda
enable_syntax_highlighting),
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
new = get_patched_file(old, filediff)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
return patch(filediff.diff, buffer, filediff.dest_file)
  File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
 \reviewboard\diffviewer\diffutils.py, line 109, in patch
stderr=subprocess.STDOUT)
  File C:\Python25\Lib\subprocess.py, line 594, in __init__
errread, errwrite)
  File C:\Python25\Lib\subprocess.py, line 822, in _execute_child
startupinfo)
 WindowsError: [Error 2] The system cannot find the file specified

 I'm not sure if this is sufficiently clear to you but if someone havy
 an ideia about this please let me know how to workaround this. I think
 that this could be due the problem with diff file so the steps that i
 made to upload the new review diff file were:

 -New review request
 -choose the repository (example in my case)
 -base diff path : /
 -diff: c:\example\

 The diff file:

 Index: Apache2/conf/httpd.conf
 ===
 --- Apache2/conf/httpd.conf (revision 3)
 +++ Apache2/conf/httpd.conf (working copy)
 @@ -467,4 +467,29 @@
AllowOverride All
  /Directory

 + .mine
 +#Location /moopion
 +#  Order deny,allow
 +#  Allow from all
 +#/Location
 +
 +#Alias /moopion C:\example\source\example\web
 +
 +#Directory C:\example\source\example\web
 +#  AllowOverride All
 +#/Directory
 +
 +Location /sso
 +  Order deny,allow
 +  Allow from all
 +/Location
 +
 +Alias /sso C:\example\source\sso\webdir
 +
 +Directory C:\example\source\sso\webdir
 +  AllowOverride All
 +/Directory
 +
 +===
 + .r3
  AllowEncodedSlashes On

 Thanks in advance. Please if you need some specific further
 information, let me know.

 


--~--~-~--~~~---~--~~
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: View diff is failing

2009-06-29 Thread henriquecoelho

Thanks for the quick review :)

In fact i had already the GNU patch.exe installed but not in the path.
I've set the C:\Program Files\GnuWin32\bin\ in the path and the
patch.exe is already defined in the environment vars, however the
error still appears. I'm using apache, so after set in environment the
previous path i've restarted the server but without success. Any other
suggestion?

On 30 Jun, 00:37, Christian Hammond chip...@chipx86.com wrote:
 GNU patch.exe must be in the path for this to work. It appears that it's not
 able to find this.

 Christian

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

 On Mon, Jun 29, 2009 at 4:33 PM, henriquecoelho 
 henrike.coe...@gmail.comwrote:



  Hi all,

  I'm having a problem viewing the diff file that i've upload in new
  review request. I've activated the debug level for reviewboard and i'm
  getting the following output when i access to view diff in right top
  corner:

  [Error 2] The system cannot find the file specified

  Traceback (most recent call last):
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\views.py, line 152, in view_diff
     interdiffset, highlighting, True)
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
     large_data=True)
   File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
  \util\misc.py, line 143, in cache_memoize
     data = lookup_callable()
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 622, in lambda
     enable_syntax_highlighting),
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
     new = get_patched_file(old, filediff)
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
     return patch(filediff.diff, buffer, filediff.dest_file)
   File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 109, in patch
     stderr=subprocess.STDOUT)
   File C:\Python25\Lib\subprocess.py, line 594, in __init__
     errread, errwrite)
   File C:\Python25\Lib\subprocess.py, line 822, in _execute_child
     startupinfo)
  WindowsError: [Error 2] The system cannot find the file specified

  I'm not sure if this is sufficiently clear to you but if someone havy
  an ideia about this please let me know how to workaround this. I think
  that this could be due the problem with diff file so the steps that i
  made to upload the new review diff file were:

  -New review request
  -choose the repository (example in my case)
  -base diff path : /
  -diff: c:\example\

  The diff file:

  Index: Apache2/conf/httpd.conf
  ===
  --- Apache2/conf/httpd.conf     (revision 3)
  +++ Apache2/conf/httpd.conf     (working copy)
  @@ -467,4 +467,29 @@
         AllowOverride All
   /Directory

  + .mine
  +#Location /moopion
  +#  Order deny,allow
  +#  Allow from all
  +#/Location
  +
  +#Alias /moopion C:\example\source\example\web
  +
  +#Directory C:\example\source\example\web
  +#  AllowOverride All
  +#/Directory
  +
  +Location /sso
  +  Order deny,allow
  +  Allow from all
  +/Location
  +
  +Alias /sso C:\example\source\sso\webdir
  +
  +Directory C:\example\source\sso\webdir
  +  AllowOverride All
  +/Directory
  +
  +===
  + .r3
   AllowEncodedSlashes On

  Thanks in advance. Please if you need some specific further
  information, let me know.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Issue 1072 in reviewboard: SVN --config-dir support

2009-06-29 Thread codesite-noreply


Comment #6 on issue 1072 by mathieuk: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

I ran into a similar issue.

Our SVN setup uses client certificates. When trying to use ReviewBoard I'd  
always end up with an error
message saying 'callback_ssl_client_cert_prompt required': PySVN detected  
it needs a client certificate but
there is no code to ask for it.

I worked around this by giving PySVN.Client a config dir for the current  
-effective- user (working around the
issue vlysenkov reported in comment #5).

Patch attached. Probably not the cleanest, as I'm no python developer, but  
this solves the issue for me.



Attachments:
reviewboard-patch-issue-1072-2  550 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1193 in reviewboard: Unable to install

2009-06-29 Thread codesite-noreply

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1193 by anujseth: Unable to install
http://code.google.com/p/reviewboard/issues/detail?id=1193

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0rc3

What's the URL of the page containing the problem?
Fails when trying to install to http://localhost:8080/rb1/

What steps will reproduce the problem?
rbsite.py install d:\xampplite\htdocs\rb1

What is the expected output? What do you see instead?

* Installing the site...
Building site directories ... Traceback (most recent call last):
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 1453, in
module
 main()
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 1448, in
main
 command.run()
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 1052, in  
run
 self.show_install_status()
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 1299, in
show_install_status
 site.rebuild_site_directory)
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 633, in  
step
 func()
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 180, in
rebuild_site_directory
 os.path.join(htdocs, errordocs))
   File C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py, line 363, in
link_pkg_dir
 src_dir = pkg_resources.resource_filename(pkgname, src_path)
   File D:\Python25\Lib\site-packages\pkg_resources.py, line 840, in
resource_filename
 return get_provider(package_or_requirement).get_resource_filename(
   File D:\Python25\Lib\site-packages\pkg_resources.py, line 160, in
get_provider
 __import__(moduleOrReq)
ImportError: No module named reviewboard

What operating system are you using? What browser?
Windows XP SP3

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1194 in reviewboard: Deleted draft review requests still show in dashboard

2009-06-29 Thread codesite-noreply

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1194 by mihaidoru: Deleted draft review requests still show in  
dashboard
http://code.google.com/p/reviewboard/issues/detail?id=1194

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0

What's the URL of the page containing the problem?
/dashboard/

What steps will reproduce the problem?
1. Go to: /admin/db/reviews/reviewrequestdraft/ and delete a draft review
request.
2. Go to: /dashboard/

What is the expected output? What do you see instead?
Expected output: the deleted draft review request is not shown.
Actual output: the deleted draft review request still appears in the
Frontend (/dashboard/).

What operating system are you using? What browser?
Ubuntu 9.04 LAMP - host
Ubuntu 9.04 Desktop - guest
Firefox 3.0.11

Please provide any additional information below.
It may be that the deleted flag is not taking into consideration when
displaying the draft review requests in the dashboard.

Attachments:
My Dashboard | Review Board_1246287076550.png  23.1 KB
Select review request draft to change | Review Board  
administration_1246287118098.png  4.5 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #1 on issue 1187 by d...@davious.org: 1st attempt to publish  
results in Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

On the second go, the json result is
{stat: fail, err: {msg: You attempted to publish a review request  
that
doesn't have an associated draft., code: 211}}

So, I'm guessing something is breaking late in the 1st post -- after the  
review has
been published -- and reviewboard serves a 500 when there is an error.

Any way to turn up logging verbosity to get a clue what's breaking?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1193 in reviewboard: Unable to install

2009-06-29 Thread codesite-noreply


Comment #2 on issue 1193 by chipx86: Unable to install
http://code.google.com/p/reviewboard/issues/detail?id=1193

It sounds like the PYTHON_PATH variable is wrong, or Review Board was  
installed in
the wrong location.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #2 on issue 1187 by chipx86: 1st attempt to publish results in  
Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Hi,

Definitely odd. I haven't seen this particular problem before.

Go into your site's conf/settings_local.py directory and set DEBUG to True.  
Then
restart Apache and try to reproduce the original issue again. You should  
see more
detailed error output, which would help diagnose this.

Which extensions are you using with Firefox? Any chance you're using  
anything for
custom cookie behavior?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #4 on issue 1187 by chipx86: 1st attempt to publish results in  
Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Very little is written to the log file today. The error information would  
be in place
of the 500 Error page, or in that error banner (click Details). The  
original error,
not the second, needs to be reproduced, and the error banner must appear.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #5 on issue 1187 by dand...@gmu.edu: 1st attempt to publish results  
in Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Thanks for the hint

Exception Type: SMTPServerDisconnected
Exception Value:please run connect() first

So, I was having problems getting email to work before 1.0.
I'm able to send a simple email via python's stmpserver.  I presumed that  
what django
was basically doing.

First I enabled email using the same email settings as I use with  
thunderbird.  After
I saw the server could send email without any special settings, I changed  
reviewboard
admin to not use an settings either.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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