So, one of the reasons for creating a new site is to rule out some stale data 
somewhere. Plus, your old Apache configuration doesn't include the new updates 
that need to be made for 1.7 (adding /static/ paths, just like /media/), and 
since it's a new database, it won't tell you to make those changes (it thinks 
it's a fresh install and not an upgrade).

Since the import is working there, then there's some Python path or loader 
issue when it's running within Apache. One thing to try is mod_wsgi instead 
(mod_python is deprecated by Apache and by Django), just to rule out a 
mod_python issue. Perhaps your version is not built to work with Python 2.6?

Christian


On Dec 28, 2012, at 2:12 PM, utku <utkuyil...@gmail.com> wrote:

> what i want is just the get the reviewboard up first then i will try to merge 
> the 1.6.4 database.
> i already have a site /var/www/reviewboard and i just deleted and created the 
> databse with mysql with the same name, so that site should be okay?
> or should i run
> rb-site install /var/www/reviewboard
> which was already there?
> 
> i executed,
> rb-site manage /var/www/reviewboard shell
> Python 2.6.6 (r266:84292, Oct  1 2012, 22:48:04)
> [GCC 4.5.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> (InteractiveConsole)
> >>>
> >>>
> >>> from reviewboard.admin.middleware import InitReviewBoardMiddleware
> >>>
> >>>
> >>> exit()
> 
> 
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> 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
>  
>  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
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


Reply via email to