
| Key: |
FC-1399
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
brian pickens
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Installer & Updaters
|
| Affects Version/s: |
FarCry 4.0 (Gonzalas),
FarCry 5.0 (Fortress),
4.0.9,
4.0.10
|
| Fix Version/s: |
5.0.2
|
|
|
Environment:
|
I am running Ubuntu 8.04 Hardy Heron, with mySQL 5.0.51, apache 2.2.8, jrun 4, and coldfusion 8
|
|
Installation was fine, and the app ran fine until I tried to upload an image to a news piece. Upon clicking 'upload' in the image uploader, I promptly got an error saying that 'Table farcry.dmfile doesn not exist.' When this happened, I went into mySQL and renamed the table from dmFile, to dmfile. This fixed that error, but I then Upon trying the uploader again, I promptly got a similar error saying that 'Table farcry.dmflash does not exist.'
I posted this in the mail list, and someone said that all their tables were created in lowercase, but all my tables names were created in camelCase, and pretty much the rest of the app works fine.
http://groups.google.com/group/farcry-dev/browse_thread/thread/97504cac24bee220
|
|
Description
|
Installation was fine, and the app ran fine until I tried to upload an image to a news piece. Upon clicking 'upload' in the image uploader, I promptly got an error saying that 'Table farcry.dmfile doesn not exist.' When this happened, I went into mySQL and renamed the table from dmFile, to dmfile. This fixed that error, but I then Upon trying the uploader again, I promptly got a similar error saying that 'Table farcry.dmflash does not exist.'
I posted this in the mail list, and someone said that all their tables were created in lowercase, but all my tables names were created in camelCase, and pretty much the rest of the app works fine.
http://groups.google.com/group/farcry-dev/browse_thread/thread/97504cac24bee220 |
Show » |
|
I believe the underlying issue is realted to ISAM tables being stored on the file system. You may have better results using InnoDB tables instead.