نظرة سريعة على مجريات يوم سوالف
إصلاح مشاكل البحث بالكامل

 

العودة   سوالف سوفت > قسم تطوير وبرمجة المواقع للمتقدمين > تطوير الويب
المدوّنات البحث مشاركات اليوم اجعل كافة المشاركات مقروءة

رد
 
LinkBack أدوات الموضوع
عضو فعال
تاريخ التسجيل: May 2002-
#1 (permalink)  
ماهو السبب بليز ساعدوني لازم اخلص الموقع اليوم قبل لا اسافر


[CENTER]السلام عليكم

شوفو شو يطلع لي لما اسوي install حق البوم الصور

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


ياريت احد يساعدني بأسرع وقت اليوم[/CENTER]






__________________
أطلب تصميمك من هنا
fujeyes.com [at] hotmail.com

شبكة عيون الفجيرة
http://www.fujeyes.com

شبكة جمهور الفارس الفجراوي
http://www.fajrawy.com
Emichat.Com غير متواجد حالياً   قديم 15-07-2005, 12:37 PM
رد مع اقتباس
عضو سوبر نشيط
تاريخ التسجيل: Feb 2004-
#2 (permalink)  

وعليكم السلام ورحمة الله وبركاته
الخطأ عندك فى انشاء الجداول جرب احذف الجداول الموجوده فى القاعدة وحاول تانى
أو ضيفنى وانا اساعدك ان شاء الله






__________________
شبكة الأسطورة لحلول الويب
www.elOSTOra.Com
بريد وماسنجر للأهمية
elostora_design @ hotmail.com

0123554952 2+
الكاهن الأخير غير متواجد حالياً   قديم 15-07-2005, 12:45 PM
رد مع اقتباس
عضو سوبر نشيط
تاريخ التسجيل: May 2004-
#3 (permalink)  

كما ذكر الأخ الكاهن الأخير

السكريبت يحاول زرع الجداول لكنه يجد جداول قديمة فيفشل التركيب

فرغ الجداول او ازرعها في قاعدة جديدة فارغة وانشاءالله يشتغل

بالتوفيق






Stylat غير متواجد حالياً   قديم 15-07-2005, 12:48 PM
رد مع اقتباس
عضو فعال
تاريخ التسجيل: May 2002-
#4 (permalink)  

اشكركم اخواني وتمت الإضافة اخوي الكاهن الأخير






__________________
أطلب تصميمك من هنا
fujeyes.com [at] hotmail.com

شبكة عيون الفجيرة
http://www.fujeyes.com

شبكة جمهور الفارس الفجراوي
http://www.fajrawy.com
Emichat.Com غير متواجد حالياً   قديم 15-07-2005, 12:51 PM
رد مع اقتباس
رد


أدوات الموضوع

تعليمات المشاركة
لا تستطيع كتابة مواضيع
لا تستطيع كتابة ردود
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة



الساعة الآن: 01:01 AM بتوقيت المملكة العربية السعودية