1
fromtheold
Help: CANNOT ADD BLOCK
  • 2006/9/8 7:43

  • fromtheold

  • Just popping in

  • Posts: 1

  • Since: 2006/9/8 7


I can not add a new block, when i choose create new block I type in all the info needed. then i submit. Then there is no change at all. Any help will be nice.

Thank you

this is the new block section in the sql


CREATE TABLE `xoops_newblocks` (
`bid` mediumint(8) unsigned NOT NULL auto_increment,
`mid` smallint(5) unsigned NOT NULL default '0',
`func_num` tinyint(3) unsigned NOT NULL default '0',
`options` varchar(255) NOT NULL default '',
`name` varchar(150) NOT NULL default '',
`title` varchar(255) NOT NULL default '',
`content` text NOT NULL,
`side` tinyint(1) unsigned NOT NULL default '0',
`weight` smallint(5) unsigned NOT NULL default '0',
`visible` tinyint(1) unsigned NOT NULL default '0',
`block_type` char(1) NOT NULL default '',
`c_type` char(1) NOT NULL default '',
`isactive` tinyint(1) unsigned NOT NULL default '0',
`dirname` varchar(50) NOT NULL default '',
`func_file` varchar(50) NOT NULL default '',
`show_func` varchar(50) NOT NULL default '',
`edit_func` varchar(50) NOT NULL default '',
`template` varchar(50) NOT NULL default '',
`bcachetime` int(10) unsigned NOT NULL default '0',
`last_modified` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`bid`),
KEY `mid` (`mid`),
KEY `visible` (`visible`),
KEY `isactive_visible_mid` (`isactive`,`visible`,`mid`),
KEY `mid_funcnum` (`mid`,`func_num`)
) TYPE=MyISAM AUTO_INCREMENT=145 ;

Login

Who's Online

432 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 432


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits