Total Users Online: 0 üye, 620 guest | Tarih/Saat: 2026-08-26 08:02
 
modcp sql hata veriyor
2011-11-20 15:17 GMT  oklu Alnt
kors@n
Seditio
User is: Online status   Gender_M
Posts: 512
Ülke: İzmir - 35
Meslek:
Age: 48

modcp yi kurdum etiketleri sayfada ??km?yor ve inistal.sql hata veriyor phpmyadmine sorgulatt???mda bu hatay? al?yorum

SQL sorgusu:

DROP TABLE sed_modcp_reasons,
sed_modcp_reports,
sed_modcp_warnings;


MySQL ??kt?s?:

#1051 - Unknown table 'sed_modcp_reasons,sed_modcp_reports,sed_modcp_warnings'
Konuyla İlgili Diğer Başlıklar
Seditio kurarken hata alıyorum
170 Sürümünü kurduğumda aldığım hata
Bu hata nedendir ?
Yeni tema haberlerde hata veriyor
165 pfs hata veriyor

 

modcp sql hata veriyor
2011-11-20 17:43 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

Sen silmeye ?al???yorsun tabloyu san?r?m oda bulamad?g? i?in silemiyor.

?ncelikle veri taban?n? kontrol et tablolar varm? yokmu diye varsa olanlar? sil daha sonra Alttaki sorguyu y?kle.
:
ysql]CREATE TABLE sed_modcp_reasons (

  reason_id int(11) unsigned NOT NULL auto_increment,

  reason_title varchar(255) default NULL,

  reason_order smallint(5) unsigned NOT NULL default '0',

  PRIMARY KEY  (reason_id)

) ENGINE=MyISAM;



INSERT INTO sed_modcp_reasons VALUES (1, 'Spammed Advertisements', 1);

INSERT INTO sed_modcp_reasons VALUES (2, 'Insulted Other Member(s)', 2);

INSERT INTO sed_modcp_reasons VALUES (3, 'Inappropriate Language', 3);

INSERT INTO sed_modcp_reasons VALUES (4, 'Illegal materials, warez talk', 4);

INSERT INTO sed_modcp_reasons VALUES (5, 'Broken Link', 5);

INSERT INTO sed_modcp_reasons VALUES (6, 'Other, please add a description', 6);





CREATE TABLE sed_modcp_reports (

  report_id int(11) unsigned NOT NULL auto_increment,

  report_closed tinyint(1) default '0',

  report_date int(11) unsigned NOT NULL default '0',

  report_text text,

  reported_id int(11) unsigned NOT NULL default '0',

  reported_type enum('post','page','comment','user') NOT NULL default 'post',

  reported_data mediumblob NOT NULL,

  reason_id int(11) unsigned NOT NULL default '0',

  reporter_id int(11) unsigned NOT NULL default '0',

  PRIMARY KEY  (report_id)

) ENGINE=MyISAM;





CREATE TABLE sed_modcp_warnings (

  warning_id int(11) unsigned NOT NULL auto_increment,

  warning_archived tinyint(1) NOT NULL default '0',

  reason_id int(11) unsigned NOT NULL default '0',

  custom_reason varchar(255) NOT NULL default '',

  warned_userid int(11) unsigned NOT NULL default '0',

  mod_userid int(11) unsigned NOT NULL default '0',

  warning_log text NOT NULL,

  reported_id int(11) unsigned NOT NULL default '0',

  reported_type enum('post','page','comment','user') NOT NULL default 'post',

  issue_date int(11) unsigned NOT NULL default '0',

  PRIMARY KEY  (warning_id)

) ENGINE=MyISAM;



ALTER TABLE sed_users ADD COLUMN user_warningcount int(11) unsigned NOT NULL default '0';

ALTER TABLE sed_users ADD COLUMN user_warningarchive int(11) unsigned NOT NULL default '0';

 
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

modcp sql hata veriyor
2011-11-20 18:09 GMT  oklu Alnt
kors@n
Seditio
User is: Online status   Gender_M
Posts: 512
Ülke: İzmir - 35
Meslek:
Age: 48

Tamam bunu halettim ama etiketler pagede ??km?yor o neden olur

 

Powered by Seditio © 2009-2012 All Rights Reserved