Search found 8 matches
- Mon Dec 08, 2008 10:33 am
- Forum: Generelles in Deutsch
- Topic: podcasting modul vs. downloads
- Replies: 6
- Views: 4190
- Tue Oct 14, 2008 2:38 pm
- Forum: Generelles in Deutsch
- Topic: Sitenav li Klasse leer?
- Replies: 5
- Views: 3251
- Thu Oct 09, 2008 3:27 pm
- Forum: Generelles in Deutsch
- Topic: Mediendatenbank streikt nach Update
- Replies: 22
- Views: 14279
- Thu Oct 09, 2008 1:40 pm
- Forum: Generelles in Deutsch
- Topic: Mediendatenbank streikt nach Update
- Replies: 22
- Views: 14279
- Thu Oct 09, 2008 9:04 am
- Forum: Development
- Topic: Error in file functions_images.inc.php
- Replies: 0
- Views: 3048
Error in file functions_images.inc.php
Hi,
I found a bug (missing quotes) in the functions_images.inc.php file while answering this topic http://board.s9y.org/viewtopic.php?t=13940 about a query not functioning. You can see the details there but I will post a quick diff
Line 208:
$query = "SELECT {$cond['distinct']} i.id, {$cond ...
I found a bug (missing quotes) in the functions_images.inc.php file while answering this topic http://board.s9y.org/viewtopic.php?t=13940 about a query not functioning. You can see the details there but I will post a quick diff
Line 208:
$query = "SELECT {$cond['distinct']} i.id, {$cond ...
- Thu Oct 09, 2008 8:58 am
- Forum: Generelles in Deutsch
- Topic: Mediendatenbank streikt nach Update
- Replies: 22
- Views: 14279
- Wed Oct 08, 2008 6:55 pm
- Forum: Generelles in Deutsch
- Topic: Mediendatenbank streikt nach Update
- Replies: 22
- Views: 14279
- Wed Oct 08, 2008 5:00 pm
- Forum: Generelles in Deutsch
- Topic: Mediendatenbank streikt nach Update
- Replies: 22
- Views: 14279
SELECT DISTINCT i.id, '' AS orderkey
ist eine ungültige Syntax. Entferne mal das ,'' aus dem Query und probiers nochmal mit der Datenbank. Dann sollte zumindest eine andere Fehlerquelle genannt werden, wenn der Query nicht sogar dann durchläuft.
So wie das für mich aussieht, wird dort ein Feldname ...
ist eine ungültige Syntax. Entferne mal das ,'' aus dem Query und probiers nochmal mit der Datenbank. Dann sollte zumindest eine andere Fehlerquelle genannt werden, wenn der Query nicht sogar dann durchläuft.
So wie das für mich aussieht, wird dort ein Feldname ...