kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

reports fail on Linux #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 On Linux server, 
using URL http://149.68.160.20/rmh-reservation-maker/

1.login as mary789 (password1)
2.Select reports
3.choose March 4 2012 as the start date
4. choose April 4 2012 as the end date

What is the expected output? What do you see instead?
I expect to see a report.
Instead, I get this error message

Report Requested by: Mary789
Beginning Date: 2012-03-04
Ending Date: 2012-04-04
Table 'rmdhreserve.RMHStaffProfile' doesn't exist

NOTE: I notice that the error message refers to RMHStaffProfile, whereas the 
table is actually named rmhstaffprofile. Windows tends to ignore case, but 
Linux is case sensitive. Perhaps this is the problem? If so, it is likely to be 
an issue on GoDaddy as well. If this turns out to be the issue, we need to 
stamp out all case mismatches.

Original issue reported on code.google.com by bkmackellar on 24 Apr 2012 at 11:32

GoogleCodeExporter commented 8 years ago

Original comment by bkmackellar on 24 Apr 2012 at 11:32

GoogleCodeExporter commented 8 years ago
If the attached note is the problem, would that apply to the database group, 
and not my code? I fixed the issue where there was no error for no data returned

Original comment by kaylahay...@gmail.com on 25 Apr 2012 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by kaylahay...@gmail.com on 25 Apr 2012 at 12:06

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by lindash...@gmail.com on 26 Apr 2012 at 2:59