Author Topic: Ahnungslosigkeit?! was tun???  (Read 5315 times)

0 Members and 1 Guest are viewing this topic.

Offline JanJ

  • Pre-Newbie
  • Posts: 2
    • View Profile
Ahnungslosigkeit?! was tun???
« on: July 25, 2005, 10:29:38 AM »
Ich zeige einfach mal mein Problem:

Quote from: Fehlermeldung
DB Error: Bad SQL Query: CREATE TABLE 4images_categories (cat_id int(10) unsigned NOT NULL auto_increment,cat_name varchar(255) NOT NULL default '',cat_description text NOT NULL,cat_parent_id int(10) unsigned NOT NULL default '0',cat_hits int(10) unsigned NOT NULL default '0',cat_order int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(2) NOT NULL default '0',auth_viewimage tinyint(2) NOT NULL default '0',auth_download tinyint(2) NOT NULL default '0',auth_upload tinyint(2) NOT NULL default '0',auth_directupload tinyint(2) NOT NULL default '0',auth_vote tinyint(2) NOT NULL default '0',auth_sendpostcard tinyint(2) NOT NULL default '0',auth_readcomment tinyint(2) NOT NULL default '0',auth_postcomment tinyint(2) NOT NULL default '0',PRIMARY KEY (cat_id),KEY cat_parent_id (cat_parent_id),KEY cat_order (cat_order)) TYPE=MyISAM
Table '4images_categories' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_comments (comment_id int(10) unsigned NOT NULL auto_increment,image_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',user_name varchar(100) NOT NULL default '',comment_headline varchar(255) NOT NULL default '',comment_text text NOT NULL,comment_ip varchar(20) NOT NULL default '',comment_date int(11) unsigned NOT NULL default '0',PRIMARY KEY (comment_id),KEY image_id (image_id),KEY user_id (user_id),KEY comment_date (comment_date)) TYPE=MyISAM
Table '4images_comments' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_groupaccess (group_id int(10) unsigned NOT NULL default '0',cat_id int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(1) NOT NULL default '0',auth_viewimage tinyint(1) NOT NULL default '0',auth_download tinyint(1) NOT NULL default '0',auth_upload tinyint(1) NOT NULL default '0',auth_directupload tinyint(1) NOT NULL default '0',auth_vote tinyint(1) NOT NULL default '0',auth_sendpostcard tinyint(1) NOT NULL default '0',auth_readcomment tinyint(1) NOT NULL default '0',auth_postcomment tinyint(1) NOT NULL default '0',KEY group_id (group_id),KEY cat_id (cat_id)) TYPE=MyISAM
Table '4images_groupaccess' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_groupmatch (group_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',groupmatch_startdate int(11) unsigned NOT NULL default '0',groupmatch_enddate int(11) unsigned NOT NULL default '0',KEY group_id (group_id),KEY user_id (user_id)) TYPE=MyISAM
Table '4images_groupmatch' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_groups (group_id int(10) unsigned NOT NULL auto_increment,group_name varchar(100) NOT NULL default '',group_type tinyint(2) NOT NULL default '1',PRIMARY KEY (group_id)) TYPE=MyISAM
Table '4images_groups' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_images (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_active tinyint(1) NOT NULL default '1',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',image_allow_comments tinyint(1) NOT NULL default '1',image_comments int(10) unsigned NOT NULL default '0',image_downloads int(10) unsigned NOT NULL default '0',image_votes int(10) unsigned NOT NULL default '0',image_rating decimal(4,2) NOT NULL default '0.00',image_hits int(10) unsigned NOT NULL default '0',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id),KEY image_date (image_date),KEY image_active (image_active)) TYPE=MyISAM
Table '4images_images' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_images_temp (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id)) TYPE=MyISAM
Table '4images_images_temp' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_lightboxes (lightbox_id varchar(32) NOT NULL default '',user_id int(11) NOT NULL default '0',lightbox_lastaction int(11) unsigned NOT NULL default '0',lightbox_image_ids text,KEY lightbox_id (lightbox_id),KEY user_id (user_id)) TYPE=MyISAM
Table '4images_lightboxes' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_postcards (postcard_id varchar(32) NOT NULL default '',image_id int(10) unsigned NOT NULL default '0',postcard_date int(11) unsigned NOT NULL default '0',postcard_bg_color varchar(100) NOT NULL default '',postcard_border_color varchar(100) NOT NULL default '',postcard_font_color varchar(100) NOT NULL default '',postcard_font_face varchar(100) NOT NULL default '',postcard_sender_name varchar(255) NOT NULL default '',postcard_sender_email varchar(255) NOT NULL default '',postcard_recipient_name varchar(255) NOT NULL default '',postcard_recipient_email varchar(255) NOT NULL default '',postcard_headline varchar(255) NOT NULL default '',postcard_message text NOT NULL,PRIMARY KEY (postcard_id)) TYPE=MyISAM
Table '4images_postcards' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_sessions (session_id varchar(32) NOT NULL default '',session_user_id int(11) NOT NULL default '0',session_lastaction int(11) unsigned NOT NULL default '0',session_location varchar(255) NOT NULL default '',session_ip varchar(15) NOT NULL default '',PRIMARY KEY (session_id),KEY session_user_id (session_user_id),KEY session_id_ip_user_id (session_id,session_ip,session_user_id)) TYPE=HEAP
Table '4images_sessions' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_settings (setting_name varchar(255) NOT NULL default '',setting_value mediumtext NOT NULL,PRIMARY KEY (setting_name)) TYPE=MyISAM
Table '4images_settings' already exists

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('site_name', '4images - Image Gallery Management System')
Duplicate entry 'site_name' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('site_email', 'admin@yourdomain.com')
Duplicate entry 'site_email' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('use_smtp', '0')
Duplicate entry 'use_smtp' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('smtp_host', '')
Duplicate entry 'smtp_host' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('smtp_username', '')
Duplicate entry 'smtp_username' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('smtp_password', '')
Duplicate entry 'smtp_password' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('template_dir', 'default')
Duplicate entry 'template_dir' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('language_dir', 'deutsch')
Duplicate entry 'language_dir' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('date_format', 'd.m.Y')
Duplicate entry 'date_format' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('time_format', 'H:i')
Duplicate entry 'time_format' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('convert_tool', 'none')
Duplicate entry 'convert_tool' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('convert_tool_path', '')
Duplicate entry 'convert_tool_path' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('gz_compress', '0')
Duplicate entry 'gz_compress' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('gz_compress_level', '9')
Duplicate entry 'gz_compress_level' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('cat_cells', '2')
Duplicate entry 'cat_cells' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('cat_table_width', '100%')
Duplicate entry 'cat_table_width' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('cat_table_cellspacing', '1')
Duplicate entry 'cat_table_cellspacing' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('cat_table_cellpadding', '3')
Duplicate entry 'cat_table_cellpadding' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('num_subcats', '3')
Duplicate entry 'num_subcats' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_order', 'image_name')
Duplicate entry 'image_order' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_sort', 'ASC')
Duplicate entry 'image_sort' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('new_cutoff', '10')
Duplicate entry 'new_cutoff' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_border', '1')
Duplicate entry 'image_border' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_cells', '3')
Duplicate entry 'image_cells' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('default_image_rows', '3')
Duplicate entry 'default_image_rows' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('custom_row_steps', '10')
Duplicate entry 'custom_row_steps' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_table_width', '100%')
Duplicate entry 'image_table_width' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_table_cellspacing', '1')
Duplicate entry 'image_table_cellspacing' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('image_table_cellpadding', '3')
Duplicate entry 'image_table_cellpadding' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('upload_mode', '2')
Duplicate entry 'upload_mode' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('allowed_mediatypes', 'jpg,gif,png,aif,au,avi,mid,mov,mp3,mpg,swf,wav,ra,rm,zip,pdf')
Duplicate entry 'allowed_mediatypes' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_thumb_width', '300')
Duplicate entry 'max_thumb_width' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_thumb_height', '300')
Duplicate entry 'max_thumb_height' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_thumb_size', '100')
Duplicate entry 'max_thumb_size' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_image_width', '1024')
Duplicate entry 'max_image_width' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_image_height', '1024')
Duplicate entry 'max_image_height' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('max_media_size', '2000')
Duplicate entry 'max_media_size' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('upload_notify', '0')
Duplicate entry 'upload_notify' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('upload_emails', '')
Duplicate entry 'upload_emails' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('auto_thumbnail', '0')
Duplicate entry 'auto_thumbnail' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('auto_thumbnail_dimension', '100')
Duplicate entry 'auto_thumbnail_dimension' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('auto_thumbnail_resize_type', '1')
Duplicate entry 'auto_thumbnail_resize_type' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('auto_thumbnail_quality', '75')
Duplicate entry 'auto_thumbnail_quality' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('badword_list', 'tra-la-la {tra-la-la}')
Duplicate entry 'badword_list' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('badword_replace_char', '*')
Duplicate entry 'badword_replace_char' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('wordwrap_comments', '50')
Duplicate entry 'wordwrap_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('html_comments', '0')
Duplicate entry 'html_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('bb_comments', '1')
Duplicate entry 'bb_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('bb_img_comments', '0')
Duplicate entry 'bb_img_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('category_separator', ' / ')
Duplicate entry 'category_separator' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('paging_range', '5')
Duplicate entry 'paging_range' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('user_edit_image', '1')
Duplicate entry 'user_edit_image' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('user_delete_image', '1')
Duplicate entry 'user_delete_image' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('user_edit_comments', '1')
Duplicate entry 'user_edit_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('user_delete_comments', '1')
Duplicate entry 'user_delete_comments' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('account_activation', '1')
Duplicate entry 'account_activation' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('activation_time', '14')
Duplicate entry 'activation_time' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('session_timeout', '15')
Duplicate entry 'session_timeout' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('display_whosonline', '1')
Duplicate entry 'display_whosonline' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_settings VALUES ('highlight_admin', '1')
Duplicate entry 'highlight_admin' for key 1

DB Error: Bad SQL Query: CREATE TABLE 4images_users (user_id int(11) NOT NULL auto_increment,user_level int(11) NOT NULL default '1',user_name varchar(255) NOT NULL default '',user_password varchar(255) NOT NULL default '',user_email varchar(255) NOT NULL default '',user_showemail tinyint(1) NOT NULL default '0',user_allowemails tinyint(1) NOT NULL default '1',user_invisible tinyint(1) NOT NULL default '0',user_joindate int(11) unsigned NOT NULL default '0',user_activationkey varchar(32) NOT NULL default '',user_lastaction int(11) unsigned NOT NULL default '0',user_location varchar(255) NOT NULL default '',user_lastvisit int(11) unsigned NOT NULL default '0',user_comments int(10) unsigned NOT NULL default '0',user_homepage varchar(255) NOT NULL default '',user_icq varchar(20) NOT NULL default '',PRIMARY KEY (user_id),KEY user_lastaction (user_lastaction),KEY user_name (user_name)) TYPE=MyISAM
Table '4images_users' already exists

DB Error: Bad SQL Query: INSERT INTO 4images_users VALUES (-1, -1, 'Guest', '0493984f537120be0b8d96bc9b69cdd2', '', 0, 0, 0, 0, '', 0, '', 0, 0, '', '')
Duplicate entry '-1' for key 1

DB Error: Bad SQL Query: INSERT INTO 4images_users VALUES (1, 9, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin@yourdomain.com', 1, 1, 0, 1016023608, '1e3457c0b2052a9633b886fd75ef91e0', 1016023608, '', 0, 0, '', '')
Duplicate entry '1' for key 1

DB Error: Bad SQL Query: CREATE TABLE 4images_wordlist (word_text varchar(50) NOT NULL default '',word_id int(10) unsigned NOT NULL auto_increment,PRIMARY KEY (word_id),UNIQUE KEY word_text (word_text)) TYPE=MyISAM
Table '4images_wordlist' already exists

DB Error: Bad SQL Query: CREATE TABLE 4images_wordmatch (image_id int(10) unsigned NOT NULL default '0',word_id int(10) unsigned NOT NULL default '0',name_match tinyint(1) NOT NULL default '0',desc_match tinyint(1) NOT NULL default '0',keys_match tinyint(1) NOT NULL default '0',UNIQUE KEY image_word_id (image_id,word_id)) TYPE=MyISAM
Table '4images_wordmatch' already exists

Es sind Fehler bei der Erstellung der Datenbankeinträge aufgetreten:

   1. CREATE TABLE 4images_categories (cat_id int(10) unsigned NOT NULL auto_increment,cat_name varchar(255) NOT NULL default '',cat_description text NOT NULL,cat_parent_id int(10) unsigned NOT NULL default '0',cat_hits int(10) unsigned NOT NULL default '0',cat_order int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(2) NOT NULL default '0',auth_viewimage tinyint(2) NOT NULL default '0',auth_download tinyint(2) NOT NULL default '0',auth_upload tinyint(2) NOT NULL default '0',auth_directupload tinyint(2) NOT NULL default '0',auth_vote tinyint(2) NOT NULL default '0',auth_sendpostcard tinyint(2) NOT NULL default '0',auth_readcomment tinyint(2) NOT NULL default '0',auth_postcomment tinyint(2) NOT NULL default '0',PRIMARY KEY (cat_id),KEY cat_parent_id (cat_parent_id),KEY cat_order (cat_order)) TYPE=MyISAM
   2. CREATE TABLE 4images_comments (comment_id int(10) unsigned NOT NULL auto_increment,image_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',user_name varchar(100) NOT NULL default '',comment_headline varchar(255) NOT NULL default '',comment_text text NOT NULL,comment_ip varchar(20) NOT NULL default '',comment_date int(11) unsigned NOT NULL default '0',PRIMARY KEY (comment_id),KEY image_id (image_id),KEY user_id (user_id),KEY comment_date (comment_date)) TYPE=MyISAM
   3. CREATE TABLE 4images_groupaccess (group_id int(10) unsigned NOT NULL default '0',cat_id int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(1) NOT NULL default '0',auth_viewimage tinyint(1) NOT NULL default '0',auth_download tinyint(1) NOT NULL default '0',auth_upload tinyint(1) NOT NULL default '0',auth_directupload tinyint(1) NOT NULL default '0',auth_vote tinyint(1) NOT NULL default '0',auth_sendpostcard tinyint(1) NOT NULL default '0',auth_readcomment tinyint(1) NOT NULL default '0',auth_postcomment tinyint(1) NOT NULL default '0',KEY group_id (group_id),KEY cat_id (cat_id)) TYPE=MyISAM
   4. CREATE TABLE 4images_groupmatch (group_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',groupmatch_startdate int(11) unsigned NOT NULL default '0',groupmatch_enddate int(11) unsigned NOT NULL default '0',KEY group_id (group_id),KEY user_id (user_id)) TYPE=MyISAM
   5. CREATE TABLE 4images_groups (group_id int(10) unsigned NOT NULL auto_increment,group_name varchar(100) NOT NULL default '',group_type tinyint(2) NOT NULL default '1',PRIMARY KEY (group_id)) TYPE=MyISAM
   6. CREATE TABLE 4images_images (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_active tinyint(1) NOT NULL default '1',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',image_allow_comments tinyint(1) NOT NULL default '1',image_comments int(10) unsigned NOT NULL default '0',image_downloads int(10) unsigned NOT NULL default '0',image_votes int(10) unsigned NOT NULL default '0',image_rating decimal(4,2) NOT NULL default '0.00',image_hits int(10) unsigned NOT NULL default '0',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id),KEY image_date (image_date),KEY image_active (image_active)) TYPE=MyISAM
   7. CREATE TABLE 4images_images_temp (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id)) TYPE=MyISAM
   8. CREATE TABLE 4images_lightboxes (lightbox_id varchar(32) NOT NULL default '',user_id int(11) NOT NULL default '0',lightbox_lastaction int(11) unsigned NOT NULL default '0',lightbox_image_ids text,KEY lightbox_id (lightbox_id),KEY user_id (user_id)) TYPE=MyISAM
   9. CREATE TABLE 4images_postcards (postcard_id varchar(32) NOT NULL default '',image_id int(10) unsigned NOT NULL default '0',postcard_date int(11) unsigned NOT NULL default '0',postcard_bg_color varchar(100) NOT NULL default '',postcard_border_color varchar(100) NOT NULL default '',postcard_font_color varchar(100) NOT NULL default '',postcard_font_face varchar(100) NOT NULL default '',postcard_sender_name varchar(255) NOT NULL default '',postcard_sender_email varchar(255) NOT NULL default '',postcard_recipient_name varchar(255) NOT NULL default '',postcard_recipient_email varchar(255) NOT NULL default '',postcard_headline varchar(255) NOT NULL default '',postcard_message text NOT NULL,PRIMARY KEY (postcard_id)) TYPE=MyISAM
  10. CREATE TABLE 4images_sessions (session_id varchar(32) NOT NULL default '',session_user_id int(11) NOT NULL default '0',session_lastaction int(11) unsigned NOT NULL default '0',session_location varchar(255) NOT NULL default '',session_ip varchar(15) NOT NULL default '',PRIMARY KEY (session_id),KEY session_user_id (session_user_id),KEY session_id_ip_user_id (session_id,session_ip,session_user_id)) TYPE=HEAP
  11. CREATE TABLE 4images_settings (setting_name varchar(255) NOT NULL default '',setting_value mediumtext NOT NULL,PRIMARY KEY (setting_name)) TYPE=MyISAM
  12. INSERT INTO 4images_settings VALUES ('site_name', '4images - Image Gallery Management System')
  13. INSERT INTO 4images_settings VALUES ('site_email', 'admin@yourdomain.com')
  14. INSERT INTO 4images_settings VALUES ('use_smtp', '0')
  15. INSERT INTO 4images_settings VALUES ('smtp_host', '')
  16. INSERT INTO 4images_settings VALUES ('smtp_username', '')
  17. INSERT INTO 4images_settings VALUES ('smtp_password', '')
  18. INSERT INTO 4images_settings VALUES ('template_dir', 'default')
  19. INSERT INTO 4images_settings VALUES ('language_dir', 'deutsch')
  20. INSERT INTO 4images_settings VALUES ('date_format', 'd.m.Y')
  21. INSERT INTO 4images_settings VALUES ('time_format', 'H:i')
  22. INSERT INTO 4images_settings VALUES ('convert_tool', 'none')
  23. INSERT INTO 4images_settings VALUES ('convert_tool_path', '')
  24. INSERT INTO 4images_settings VALUES ('gz_compress', '0')
  25. INSERT INTO 4images_settings VALUES ('gz_compress_level', '9')
  26. INSERT INTO 4images_settings VALUES ('cat_cells', '2')
  27. INSERT INTO 4images_settings VALUES ('cat_table_width', '100%')
  28. INSERT INTO 4images_settings VALUES ('cat_table_cellspacing', '1')
  29. INSERT INTO 4images_settings VALUES ('cat_table_cellpadding', '3')
  30. INSERT INTO 4images_settings VALUES ('num_subcats', '3')
  31. INSERT INTO 4images_settings VALUES ('image_order', 'image_name')
  32. INSERT INTO 4images_settings VALUES ('image_sort', 'ASC')
  33. INSERT INTO 4images_settings VALUES ('new_cutoff', '10')
  34. INSERT INTO 4images_settings VALUES ('image_border', '1')
  35. INSERT INTO 4images_settings VALUES ('image_cells', '3')
  36. INSERT INTO 4images_settings VALUES ('default_image_rows', '3')
  37. INSERT INTO 4images_settings VALUES ('custom_row_steps', '10')
  38. INSERT INTO 4images_settings VALUES ('image_table_width', '100%')
  39. INSERT INTO 4images_settings VALUES ('image_table_cellspacing', '1')
  40. INSERT INTO 4images_settings VALUES ('image_table_cellpadding', '3')
  41. INSERT INTO 4images_settings VALUES ('upload_mode', '2')
  42. INSERT INTO 4images_settings VALUES ('allowed_mediatypes', 'jpg,gif,png,aif,au,avi,mid,mov,mp3,mpg,swf,wav,ra,rm,zip,pdf')
  43. INSERT INTO 4images_settings VALUES ('max_thumb_width', '300')
  44. INSERT INTO 4images_settings VALUES ('max_thumb_height', '300')
  45. INSERT INTO 4images_settings VALUES ('max_thumb_size', '100')
  46. INSERT INTO 4images_settings VALUES ('max_image_width', '1024')
  47. INSERT INTO 4images_settings VALUES ('max_image_height', '1024')
  48. INSERT INTO 4images_settings VALUES ('max_media_size', '2000')
  49. INSERT INTO 4images_settings VALUES ('upload_notify', '0')
  50. INSERT INTO 4images_settings VALUES ('upload_emails', '')
  51. INSERT INTO 4images_settings VALUES ('auto_thumbnail', '0')
  52. INSERT INTO 4images_settings VALUES ('auto_thumbnail_dimension', '100')
  53. INSERT INTO 4images_settings VALUES ('auto_thumbnail_resize_type', '1')
  54. INSERT INTO 4images_settings VALUES ('auto_thumbnail_quality', '75')
  55. INSERT INTO 4images_settings VALUES ('badword_list', 'tra-la-la {tra-la-la}')
  56. INSERT INTO 4images_settings VALUES ('badword_replace_char', '*')
  57. INSERT INTO 4images_settings VALUES ('wordwrap_comments', '50')
  58. INSERT INTO 4images_settings VALUES ('html_comments', '0')
  59. INSERT INTO 4images_settings VALUES ('bb_comments', '1')
  60. INSERT INTO 4images_settings VALUES ('bb_img_comments', '0')
  61. INSERT INTO 4images_settings VALUES ('category_separator', ' / ')
  62. INSERT INTO 4images_settings VALUES ('paging_range', '5')
  63. INSERT INTO 4images_settings VALUES ('user_edit_image', '1')
  64. INSERT INTO 4images_settings VALUES ('user_delete_image', '1')
  65. INSERT INTO 4images_settings VALUES ('user_edit_comments', '1')
  66. INSERT INTO 4images_settings VALUES ('user_delete_comments', '1')
  67. INSERT INTO 4images_settings VALUES ('account_activation', '1')
  68. INSERT INTO 4images_settings VALUES ('activation_time', '14')
  69. INSERT INTO 4images_settings VALUES ('session_timeout', '15')
  70. INSERT INTO 4images_settings VALUES ('display_whosonline', '1')
  71. INSERT INTO 4images_settings VALUES ('highlight_admin', '1')
  72. CREATE TABLE 4images_users (user_id int(11) NOT NULL auto_increment,user_level int(11) NOT NULL default '1',user_name varchar(255) NOT NULL default '',user_password varchar(255) NOT NULL default '',user_email varchar(255) NOT NULL default '',user_showemail tinyint(1) NOT NULL default '0',user_allowemails tinyint(1) NOT NULL default '1',user_invisible tinyint(1) NOT NULL default '0',user_joindate int(11) unsigned NOT NULL default '0',user_activationkey varchar(32) NOT NULL default '',user_lastaction int(11) unsigned NOT NULL default '0',user_location varchar(255) NOT NULL default '',user_lastvisit int(11) unsigned NOT NULL default '0',user_comments int(10) unsigned NOT NULL default '0',user_homepage varchar(255) NOT NULL default '',user_icq varchar(20) NOT NULL default '',PRIMARY KEY (user_id),KEY user_lastaction (user_lastaction),KEY user_name (user_name)) TYPE=MyISAM
  73. INSERT INTO 4images_users VALUES (-1, -1, 'Guest', '0493984f537120be0b8d96bc9b69cdd2', '', 0, 0, 0, 0, '', 0, '', 0, 0, '', '')
  74. INSERT INTO 4images_users VALUES (1, 9, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin@yourdomain.com', 1, 1, 0, 1016023608, '1e3457c0b2052a9633b886fd75ef91e0', 1016023608, '', 0, 0, '', '')
  75. CREATE TABLE 4images_wordlist (word_text varchar(50) NOT NULL default '',word_id int(10) unsigned NOT NULL auto_increment,PRIMARY KEY (word_id),UNIQUE KEY word_text (word_text)) TYPE=MyISAM
  76. CREATE TABLE 4images_wordmatch (image_id int(10) unsigned NOT NULL default '0',word_id int(10) unsigned NOT NULL default '0',name_match tinyint(1) NOT NULL default '0',desc_match tinyint(1) NOT NULL default '0',keys_match tinyint(1) NOT NULL default '0',UNIQUE KEY image_word_id (image_id,word_id)) TYPE=MyISAM

Die DB ist gerade erst neu erstelt und chmod habe ich auch gemacht? Liegt das Problem evt. beim Provider?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Re: Ahnungslosigkeit?! was tun???
« Reply #1 on: July 25, 2005, 02:08:45 PM »
Du hast die Installation vermutlich mehrmals aufgerufen. Die Fehlermeldungen besagen, dass die Tabellen und Standard-Einträge bereits in der Datenbank existieren. Im Prinzip kannst Du die Fehlermeldung ignorieren und 4images normal nutzen.
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline JanJ

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Ahnungslosigkeit?! was tun???
« Reply #2 on: July 25, 2005, 07:53:17 PM »
Im Prinziep leuft da leider garnix und doppelt kann es eigendlich nicht sein da ich die DB neu erstelt habe und die installation nur einmal ausgefürt habe  :(
normal nutzen kann ich die seite leider auch nicht, sobald ich auf die index oder die login seite wechseln will springt er automatisch auf die install zurück.
?! Muß also doch was anderes sein.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Ahnungslosigkeit?! was tun???
« Reply #3 on: July 26, 2005, 08:57:08 AM »
wenn du ALLES RICHTIG gemacht hast:

guck in deine DB, tables vorhanden?
ja?

dann guck in dein 4images root folder, config.php vorhanden?
nein?

so, und jetzt von anfang an.
Quote
normal nutzen kann ich die seite leider auch nicht, sobald ich auf die index oder die login seite wechseln will springt er automatisch auf die install zurück.
bedeuted, das deine config.php im root folder nicht gespeichert wurde.
am besten die config.new.php nehmen umbennen auf config.php, entsprechende daten eintragen..
dann die index.php wieder aufrufen.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi