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

Pages: [1]
1
Arabic / قسم الدعم الفني / DB Error: Bad SQL Query
« on: March 18, 2008, 05:01:49 PM »
عند استجلاب صورة عشوائية يصادفني هذا الخطأ
ashwae.php

Code: [Select]
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 c.cat_id = i.cat_id AND i.cat_id IN (0, 8, 16, 39, 1, 40, 17, 9, 3, 18, 41, 2, 10, 11, 4, 19, 42, 5, 20, 12, 43, 21, 6, 13, 22, 7, 14, 23, 24, 15, 37, 25, 26, 38, 27, 46, 28, 45, 29, 30, 31, 32, 33, 34, 35, 36) ORDER BY i.image_date DESC LIMIT 4
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/user/public_html/gallery/includes/db_mysql.php on line 116

مع اني المكتبة شغالة بدون مشاكل

2
Discussion & Troubleshooting / Re: i want upgrade file form 1.7 to 1.7.1
« on: January 02, 2006, 07:45:11 PM »
thanx V@no

i replace all .php files

but i got this problem


Parse error: parse error, unexpected T_STRING in /home/xxxx/public_html/gallery/includes/template.php(101) : eval()'d code on line 7

3
Discussion & Troubleshooting / i want upgrade file form 1.7 to 1.7.1
« on: January 02, 2006, 07:18:39 PM »
Hi all


i have this VERSION 1.7 and i want upgrade it 1.7.1 but i could not fine update_1.7_to_1.7.php file but
i found update_1.6.1_to_1.7.php

so how can i upgrade from 1.7 to 1.7.1

thanx

Pages: [1]