What version are you running?
1.7.16
What's the URL of the page containing the problem?
The page appeared but the color is plain and simple unlike the regular reviewboard color page (with BLACK, Light BLUE, etc.)
What steps will reproduce the problem?
1. Migrated old reviewboard that uses Postgres and to MySQL using MySQL WorkBench
2. After migration, I renamed the database to allow the new reviewboard site retrieve info from MySQL database (migrated database).
3. Restarted mysqld and httpd service
What is the expected output? What do you see instead?
Please see the attachments...
1. Expected result
2. Current result after migration
What operating system are you using? What browser?
OS Centos 6.4 and Browser Firefox
Please provide any additional information below.
Database migration was success using MySQL WorkBench which was named "reviewboard". "rbtraders_db" database was part of when I installed the newly reviewboard site named rbtraders.
Since I wanted rbtraders site to use the migrated database, I dropped rbtraders_db. And created an empty "rbtraders_db". I used "mysqldump reviewboard | mysql rbtraders_db" to copy every content on that database onto rbtraders_db.
Then, I restarted the service of both mysqld and httpd to ensure everything is fine. But the result was in the attached. I can login using the username and password stored in this database.
I hope you can help me out with this.
I sincerely appreciate for any assistance.