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 - oz1980

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] Slideshow II
« on: November 06, 2006, 07:52:15 PM »
Oh, dankeschön vielmals!!! :D :D :D

Ich musste nur/I just had to change

[qcode]FROM ".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c[/qcode]

durch/to

[qcode]FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)[/qcode]
ersetzen.

Funktioniert so gut wir bisher immer! Works great!

Anscheinend ist 4images 1.7.4 schon php 5.x-tauglich. :?:

2
Mods & Plugins (Releases & Support) / Re: [MOD] Slideshow II
« on: November 06, 2006, 06:43:06 PM »
Ich habe diesen Mod auf meinem alten Server unter 4images 1.7.2 installiert, er läuft dort auch problemlos, allerdings habe ich am neuen Server (sowohl mit 1.7.2 als auch mit 1.7.4) Probleme, die Slideshow anzuzeigen, bei der Installation und den Einstellungen im Admin-Bereich gibt es keine Probleme, erst wenn ich den Button 'Slideshow' anklicke und sich das Popup öffnet, kommt folgende Fehlermeldung:

I have been using this mod with 4images 1.7.2 on my previous server without any problems. On my new server, I am always getting an error-message when clicking the 'Slideshow'-Button (with both versions 1.7.2 and 1.7.4) - the installation and changing of settings in the control panel are working fine:

[qcode]
DB Error: Bad SQL Query: 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 = 54 AND c.cat_id = i.cat_id ORDER BY i.image_name ASC
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/web214/html/4images/includes/db_mysql.php on line 116
[/qcode]

Pages: [1]