Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   01-07-2004, 08:49 PM
HD Newbie
 
Join Date: Dec 2003
Posts: 19

Status: sammykay is offline
does anyone know how to fix this sql error? it's dealing with 4Images Gallery:

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 >= 1072666140 AND i.image_active = 1) GROUP BY c.cat_id ORDER BY c.cat_order, c.cat_name ASC
Can't create/write to file '/tmp/#sql_1be7_0.MYI' (Errcode: 13)

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

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

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


Old
  Post #2 (permalink)   02-08-2004, 02:49 PM
HD Newbie
 
Join Date: Jan 2004
Posts: 6

Status: TheLinuxGuy is offline
i know this is an old post but incase anyone else has this problem

chmod 0777 /tmp

from ssh
__________________
[ Rack911 Your Friendly System admins www.rack911.com ]
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On