• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

help template of my website error

wafuboe

Active Member
Joined
Dec 24, 2010
Messages
884
Solutions
2
Reaction score
26
A Database Error Occurred
Error Number: 1146

Table 'vayland.news' doesn't exist

SELECT * FROM (`news`) ORDER BY `id` desc LIMIT 10

when i try to acces my website

whats the problem? plz help i dont understand, recently i installed this new layout and this happens often

help
 
SQL:
CREATE TABLE IF NOT EXISTS `news` (
  `id` INT(11) NOT NULL AUTO_INCREMENT,
  `title` VARCHAR(150) DEFAULT '',
  `body` text,
  `time` INT(11) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
Back
Top