Notice Tool from Wiza Error
#1

Hey guys, i tried to connect wiza Notice Tool to newproject_data base but it shows an error.

 

2

The table its empty...

 

regards

 

#2
copy the t_system_notice from the _db_auth and put it in the newproject_data

#3

2

 

 

Big Grin

#4
wizas works just fine filix :-)

#5
I only got t_notice on _db...

#6

ok one second

DROP TABLE IF EXISTS `t_system_notice`;
CREATE TABLE `t_system_notice` (
  `a_index` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `a_enable` int(11) NOT NULL DEFAULT 0,
  `a_title` varchar(40) NOT NULL DEFAULT ,
  `a_message` varchar(120) NOT NULL DEFAULT ,
  `a_startTime` datetime NOT NULL DEFAULT 0000-00-00 00:00:00,
  `a_endTime` datetime NOT NULL DEFAULT 0000-00-00 00:00:00,
  `a_cycle` int(11) NOT NULL DEFAULT 0,
  `a_color` varchar(10) NOT NULL DEFAULT ,
  `a_enable_link` int(11) NOT NULL DEFAULT 0,
  `a_link` varchar(200) NOT NULL DEFAULT ,
  PRIMARY KEY (`a_index`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

#7
u even dont need insert notice to database it work fine just saving it on client :p

#8
someone can ban this nooob pwesty i hate him Big Grin

#9
Pwesty does everything right.

#10

why do you hate me?

 

 

 

 

Haters Gonna Hate :-)



Forum Jump:


Users browsing this thread: 1 Guest(s)