Author Topic: Bad ERROR  (Read 5293 times)

0 Members and 1 Guest are viewing this topic.

Offline mozer

  • Newbie
  • *
  • Posts: 13
    • View Profile
Bad ERROR
« on: August 10, 2005, 11:52:50 PM »
I have an error I dont know what it means!!!

DB Error: Bad SQL Query: SELECT c.cat_id, c.cat_name, c.cat_description, c.cat_parent_id, c.cat_hits, c.cat_order, c.auth_viewcat, c.auth_viewimage, c.auth_download, c.auth_upload, c.auth_directupload, c.auth_vote, c.auth_sendpostcard, c.auth_readcomment, c.auth_postcomment, COUNT(i.image_id) AS new_images FROM 4images_categories c LEFT JOIN 4images_images i ON (i.cat_id = c.cat_id AND i.image_date >= 1123537786 AND i.image_active = 1) GROUP BY c.cat_id ORDER BY c.cat_order, c.cat_name ASC
Got error 28 from table handler

what is that ?

Offline excitex2

  • Addicted member
  • ******
  • Posts: 1.590
  • He desactivado la galería y el buscador
    • View Profile
Re: Bad ERROR
« Reply #1 on: August 11, 2005, 12:06:34 AM »
Greetings,,

Code 28 in MySQL, means that you do not have free space in your data base. 

Contact with the administrator of your hosting and that liberalizes space to you.

excitex2
Lo importante no es saber,,, lo importante es tener el E-Mail de quien sabe

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Bad ERROR
« Reply #2 on: August 11, 2005, 12:07:19 AM »
and by the way, this is covered in the FAQ!
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline mozer

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Bad ERROR
« Reply #3 on: August 11, 2005, 12:21:19 AM »
Thanks so much but I have another error!!

Warning: Cannot modify header information - headers already sent by (output started at /home/bchile/public_html/album/includes/db_mysql.php:188) in /home/bchile/public_html/album/includes/sessions.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/bchile/public_html/album/includes/db_mysql.php:188) in /home/bchile/public_html/album/includes/sessions.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/bchile/public_html/album/includes/db_mysql.php:188) in /home/bchile/public_html/album/includes/sessions.php on line 85

Warning: Cannot modify header information - headers already sent by (output started at /home/bchile/public_html/album/includes/db_mysql.php:188) in /home/bchile/public_html/album/includes/sessions.php on line 85

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Bad ERROR
« Reply #4 on: August 11, 2005, 12:29:31 AM »
Please read the FAQ!
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)