إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...

انضم الينا
استراحات زايد الصفحة الرئيسية


إضافة رد
 
LinkBack أدوات الموضوع انواع عرض الموضوع
  #1  
قديم 09-08-2011, 05:30 AM
عضو ماسي
بيانات محروم.كوم
 رقم العضوية : 503
 تاريخ التسجيل : Dec 2007
الجنس : female
علم الدوله :
 المشاركات : 2,100,610
عدد الـنقاط :3341
 تقييم المستوى : 2139

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

لما ادخل ع اي موضوع يظهر لي
رمز PHP:

No contenttypes found on line 425 in
/home/xxx/public_html/vb/vb/types.php
#0 /home/xxx/public_html/vb/vb/types.php(266): vB_Types->loadContentTypes(Array)
#1 /home/xxx/public_html/vb/vb/types.php(156): vB_Types->loadTypeInfo(Array)
#2 /home/xxx/public_html/vb/vb/types.php(118): vB_Types->loadTypes()
#3 /home/xxx/public_html/vb/vb/types.php(134): vB_Types->__construct()
#4 /home/xxx/public_html/vb/packages/vbattach/attach.php(1322): vB_Types::instance()
#5 /home/xxx/public_html/vb/includes/class_postbit.php(520): vB_Attach_Display_Content->__construct(Object(vB_Registry), 'vBForum_Post')
#6 /home/xxx/public_html/vb/includes/class_postbit.php(326): vB_Postbit->process_attachments()
#7 /home/xxx/public_html/vb/showthread.php(1066): vB_Postbit->construct_postbit(Array)
#8 {main}


Fatal error: No contenttypes found on line 425 in [path]/vb/types.php in [path]/vb/vb.php on line 285



أيش الحل حد يقدر يساعدني ؟؟؟؟


أولا زرعت هذا
رمز PHP:
CREATE TABLE `contenttype` (
`
contenttypeid` int(10) unsigned NOT NULL auto_increment,
`
class` varbinary(50) NOT NULL,
`
packageid` int(10) unsigned NOT NULL,
`
canplace` enum('0','1') NOT NULL default '0',
`
cansearch` enum('0','1') NOT NULL default '0',
`
cantag` enum('0','1') default '0',
`
canattach` enum('0','1') default '0',
`
isaggregator` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`contenttypeid`),
UNIQUE KEY `packageclass` (`packageid`,`class`)
)
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


وبعدين هذا

رمز PHP:
CREATE TABLE `freem_mooncontenttype` (
`
contenttypeid` int(10) unsigned NOT NULL auto_increment,
`
class` varbinary(50) NOT NULL,
`
packageid` int(10) unsigned NOT NULL,
`
canplace` enum('0','1') NOT NULL default '0',
`
cansearch` enum('0','1') NOT NULL default '0',
`
cantag` enum('0','1') default '0',
`
canattach` enum('0','1') default '0',
`
isaggregator` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`contenttypeid`),
UNIQUE KEY `packageclass` (`packageid`,`class`)



)
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


وأخيرا هذا

رمز PHP:

INSERT INTO
`freem_mooncontenttype` VALUES (1, 0x506f7374, 1, '0', '1', '0', '1', '0');
INSERT INTO `freem_mooncontenttype` VALUES (2, 0x546872656164, 1, '0', '0', '1', '0', '0');

INSERT INTO `freem_mooncontenttype` VALUES (3, 0x466f72756d, 1, '0', '1', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (4, 0x416e6e6f756e63656d656e74, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (5, 0x536f6369616c47726f75704d657373616765, 1, '0', '1', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (6, 0x536f6369616c47726f757044697363757373696f6e, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (7, 0x536f6369616c47726f7570, 1, '0', '1', '0', '1', '0');
INSERT INTO `freem_mooncontenttype` VALUES (8, 0x416c62756d, 1, '0', '0', '0', '1', '0');
INSERT INTO `freem_mooncontenttype` VALUES (9, 0x50696374757265, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (10, 0x50696374757265436f6d6d656e74, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (11, 0x56697369746f724d657373616765, 1, '0', '1', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (12, 0x55736572, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (13, 0x4576656e74, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (14, 0x43616c656e646172, 1, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (15, 0x426c6f67456e747279, 2, '0', '1', '0', '1', '0');
INSERT INTO `freem_mooncontenttype` VALUES (16, 0x426c6f67436f6d6d656e74, 2, '0', '1', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (17, 0x53656374696f6e, 3, '1', '0', '0', '0', '1');
INSERT INTO `freem_mooncontenttype` VALUES (18, 0x41727469636c65, 3, '1', '1', '1', '1', '0');
INSERT INTO `freem_mooncontenttype` VALUES (19, 0x436f6e74656e744e6f6465, 3, '0', '0', '0', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (20, 0x53746174696350616765, 3, '1', '1', '1', '0', '0');
INSERT INTO `freem_mooncontenttype` VALUES (21, 0x5068704576616c, 3, '1', '0', '0', '0', '0');


وحصلت هذه المصيبة
__DEFINE_LIKE_SHARE__
رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)

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

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

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


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
عندي مشكله في اوامر الترمنال محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 08-16-2010 07:20 AM
120امر من اوامر run محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 01-14-2010 05:40 PM
اوامر لفحص السيرفر من ssh محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 07-25-2009 10:10 AM
بعض اوامر الشيل الاساسية محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 07-25-2009 10:10 AM
اوامر السي كيو مش شغاله محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 04-30-2009 11:40 PM


الساعة الآن 07:34 PM


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir

RSS RSS 2.0 XML MAP HTML