منتديات المجاوشي

منتديات المجاوشي (http://www.vb.mjawshy.net/index.php)
-   Arabic Rss (http://www.vb.mjawshy.net/forumdisplay.php?f=41)
-   -   [ مشكله ] : بعد زرع اوامر في القاعدة (http://www.vb.mjawshy.net/showthread.php?t=219856)

RSS 09-08-2011 04:19 AM

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

لما ادخل ع اي موضوع يظهر لي
رمز 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');


وحصلت هذه المصيبة







أكثر...


الساعة الآن 02:18 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. منتديات بلاك بيري mjawshy.net
المجاوشي للتقنية المتقدمة