1374: Installation/configuration issue

pmural*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 29, 2009
What version are you running?

Review Board  1.0.5.1

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



Manual server updates required

A recent change requires manual updates to be made on this server. After
these changes are made, you should restart your server.

To keep track of future updates, please visit the Required Server Updates
page, or subscribe to the mailing list.
Database changes

The Review Board database schema has changed since your last upgrade. To
update your schema, run:

  $ ./manage.py syncdb
 

Follow any additional instructions it may give you. If, for example, it
tells you to perform a schema evolution, run:

  $ ./manage.py evolve --execute
 

What steps will reproduce the problem?
I execute the following commands.

* easy_install -U setuptools
* installed python_devel , memcached, libmemcache and cmemcache and excute
the following cmd
* easy_install ReviewBoard
* easy_install mysql-python and mod-python
* installed jcc and PyLucene
 
after that creating sites using the following steps

rb-site install /advent/personal/rft-test

some questions are asked and I have answered all the questions and
completed the installation.

after the i changed the directory permissions as 777 to
/advent/personal/rft-test/htdocs directory

and i made the entry /advent/personal/rft-test/conf/apache-modpython.conf
in my main httpd.conf and restarted my apache.

But i couldn't get the page as u mentioned.



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

I expect when i type http://rft-test means i can get the
http://demo.reviewboard.org look.


What operating system are you using? What browser?

Linux mandriva 2009.1

Please provide any additional information below.

Kindly suggest me the right way to configure as soon as possible.

Thanks 
Murali
#2 pmural*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Now i got the page to view the following contents. But no one is accessible.  I mean
if i click Register link then the URL goes to rft-test/account/register but there is
no change in my page. 

And i try to find any folders which named account, groups, users, account/register
and account/login under the root dir of the created site. but it is not available.



    * Log in
    * - Register
    * - Documentation
    * - Bugs
    * - Report bug


Review Board 1.0.5.1

    * All review requests
    * Groups
    * Submitters

The page you were looking for does not exist.

If you're pretty sure this page does exist, try logging in and trying again. 

Thanks 
Murali
chipx86
#3 chipx86
These are support issues, and should be on the mailing list instead of the bug tracker.

Can you post to the mailing list (reviewboard@googlegroups.com) and post your Apache
configuration file?
  • +Invalid