Author Topic: bug in search :(  (Read 3396 times)

0 Members and 1 Guest are viewing this topic.

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
bug in search :(
« on: October 27, 2008, 08:21:32 PM »
Hello,
I have a bug, in search :
Code: [Select]
Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

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.username FROM (wallbiz_images i, wallbiz_categories c) LEFT JOIN forumphpbb_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.image_id IN (36) AND c.cat_id = i.cat_id AND i.cat_id IN () ORDER BY image_name ASC, image_id ASC LIMIT 0, 12
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY image_name ASC, image_id ASC LIMIT 0, 12' at line 6

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.username FROM (wallbiz_images i, wallbiz_categories c) LEFT JOIN forumphpbb_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.image_id IN (36) AND c.cat_id = i.cat_id AND i.cat_id IN () ORDER BY image_name ASC, image_id ASC LIMIT 999
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY image_name ASC, image_id ASC LIMIT 999' at line 6

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/db_mysql.php on line 116


http://www.fond-ecran-gratuit.biz/search.htm

Can you help me ?

Thanks :)


Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: bug in search :(
« Reply #1 on: October 27, 2008, 08:51:04 PM »
if you did any modifications in the code recently, restore backups and try again
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: bug in search :(
« Reply #2 on: October 28, 2008, 08:36:07 PM »
Oki :)

Thanks

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: bug in search :(
« Reply #3 on: November 01, 2008, 02:11:25 PM »
Hello,
I solved the problem:) I had not removed the code of this mod http://www.4homepages.de/forum/index.php?topic=19817.0
Because I had uninstalled

@;)