Quote:
Originally Posted by mad@Max
|
hello mad ..
this is error :-
Table 'samforum_main.nlp_vmail' doesn't exist
go to your phpmyadmin select your vb database
and do this query >>
Code:
CREATE TABLE nlp_vmail
(
`code` text NOT NULL,
`email` text NOT NULL,
`prefix` text NOT NULL,
`dateline` int(10) unsigned NOT NULL default '0'
`location` ENUM( 'register', 'profile' ) NOT NULL,
`userid` INT( 10 ) NOT NULL FIRST
`day` text NOT NULL,
`month` text NOT NULL,
`year` text NOT NULL
)