| Su | Mo | Tu | We | Th | Fr | Sa |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 |
Browse archives
Search |
Another day, another bugI wasn't planning to spend any time with SugarCRM today, except that a couple of tasks came to mind that I thought I would save for later (on something other than a sticky note). Navigating from the Sugar home page to a Project Tasks gave me this error:
Formatting this a little to make it easier to read the SQL gives me:
I'm not familiar with the tables or structure of the db but don't see anything obviously wrong with this. I'll run it against the db to see if I get the same error - yes, same error. Isolate the first query to make sure that line 1 is referring to first part of the union and get same error as expected. On a hunch, remove what looks like redundant parenthesis at beginning and end and error is gone. Query working, but implications are not too great. It appears that the query building mechanisms are not working as expected, which could represent an error due to version differences in MySQL (and we are running an older version than the Sugar requirements specify). Or in simpler terms, the code and db structure could be working fine, but we don't have the right database version. Our version is 3.23.58-16.FC2.1 and the specified requirements are MySQL version 4.0.x or 4.1.x (best 4.0.23). So, my choice is to start debugging, try upgrading MySQL (with several other applications running fine on same server) or ignore it for now. It appears that Sugar is still functional, so I will move on to something else. I am inclined to jump in to debugging or upgrading, but the wiser choice is to move on to more important things that were planned for today. By Roger Campbell at Aug 17 2005 - 9:37am
|
NavigationUser loginSyndicate |