Notes |
|
(0002108)
|
Kry
|
2006-09-23 02:25
|
|
|
|
|
I'm unsure if this bug is present with all operating system since the path handling may be different for example on winzozz. |
|
|
|
aMule-CVS-20060918.tar.bz2
aMule CVS using wxGTK2 v2.6.1 (Snapshot: Mon Sep 18 07:01:53 CEST 2006) (OS: Linux) |
|
|
(0002112)
|
brand77
|
2006-09-23 02:39
(edited on: 2006-09-23 02:46) |
|
Kry, when I press "Add Note" it return an error like this:
APPLICATION ERROR 0000401
Database query failed. Error received from database was 1054: Unknown column 'p.field_id' in 'on clause' for the query: SELECT f.name, f.type, f.access_level_r, f.default_value, f.type, s.value
FROM mantis_custom_field_project_table AS p, mantis_custom_field_table AS f
LEFT JOIN mantis_custom_field_string_table AS s
ON p.field_id=s.field_id AND s.bug_id='972'
WHERE p.project_id = '1' AND p.field_id = f.id
ORDER BY p.sequence ASC, f.name ASC
Is it a bug in Mantis?
edited on: 09-23-06 02:45
edited on: 09-23-06 02:46 |
|
|
|
Note:
my test case is "file://pippoplutopaperino", [^] with two "/".
The correct one should be "file:///something/here", [^] however a wrong url can't cause a crash: it should be handled with a simple error message like this:
-----
Malformed URL
file://
-----
(from konqueror...) |
|
|
(0002117)
|
brand77
|
2006-09-23 23:48
(edited on: 2006-09-24 00:16) |
|
It does not happen any more on 20060923?
is it fixed?
edited on: 09-24-06 00:16 |
|
|
|
This is indeed fixed in current SVN. |
|