Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - berndy2001

Pages: [1]
1
da dürfts anscheinend was mit dem sql-statement haben.

Code: [Select]
SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
FROM (
4images_images i, 4images_categories c
)
LEFT JOIN 4images_users u ON ( u.user_id = i.user_id )
WHERE i.image_active =1
AND i.cat_id =5
AND c.cat_id = i.cat_id
ORDER BY image_name ASC , i.image_id ASC
LIMIT 0 , 9
gibt
Quote
MySQL lieferte ein leeres Resultat zurück (d. h. null Zeilen). (die Abfrage dauerte 0.0006 sek.)
zurück.

2
hallo,

mein hoster hat aus welchem grund auch immer auf Mysql 6.0.3-alpha-log upgedatet, und seither werden keine thumbnails mehr angezeigt (das random bild in der linken spalte funktioniert):

Quote
Gefunden: 4 Bild(er) auf 1 Seite(n). Angezeigt: Bild 1 bis 4.

In dieser Kategorie sind keine Bilder vorhanden.

mysql fehler bekomme ich keine angezeigt. 4images ist v1.7.6

Pages: [1]