csossi / rth-turbo

Automatically exported from code.google.com/p/rth-turbo
0 stars 0 forks source link

Unable to Install on ubuntu using xampp 1.6.6 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I followed all the steps in Install_readme - v2.txt
After the installation and on login, I see the following error
ser Defined Error :- mysql error: [1146: Table 'rth.News' doesn't exist] in
EXECUTE(" SELECT * FROM News WHERE News.project_id = 1 AND
News.Deleted!='Y' ORDER BY News.LastModified DESC") 
File: /opt/lampp/htdocs/rth/adodb-4.65/adodb-errorhandler.inc.php
Line: 77

I have verified rth user's password is "rth" by login to mysql query browser
and have verified that the same user have all the permission on rth schema.

Kindly let me know what I need to do, 

thanks
Mubbashir 

Original issue reported on code.google.com by mubbashi...@gmail.com on 14 Jun 2008 at 10:02

GoogleCodeExporter commented 8 years ago
The problem seems to be that the DATABASE_SQL.txt file makes lower case table 
names
("bug") but the code assumes table names are capitalized ("Bug").

We partially fixed this by changing the table names in api/properties_inc.php to
lower case, but there are still code files (especially in api/*) that have 
hard-coded
capitalized table names.

Original comment by xma...@gmail.com on 12 Jul 2008 at 7:25

GoogleCodeExporter commented 8 years ago
I found changing the initial DB file works far better than changing the table 
names 
in api/properties_inc.php as there are too many hardcoded values. If you look 
at bug 
3, I included an updated Database file with the CamelCase table names. Just 
drop the 
database, and recreate it, and almost all should be working.

Original comment by nazir.ad...@gmail.com on 29 Jul 2008 at 9:55