• 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!

[Gesior Acc] Edited Tibia.com Layout

Parse error: parse error in C:\Archivos de programa\xampp\htdocs\wars.php on line 44 ??
 
i have this error.. i really having a bad time trying to solving :S

Notice: Undefined index: sqliteDatabase in C:\www\web\config-and-functions.php on line 30

Notice: Undefined index: action in C:\www\web\index.php on line 16

Notice: Undefined index: account_login in C:\www\web\index.php on line 40

Notice: Undefined index: password_login in C:\www\web\index.php on line 41

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mextera.z_news_big' doesn't exist' in C:\www\web\latestnews.php:80 Stack trace: #0 C:\www\web\latestnews.php(80): PDO->query('SELECT * FROM `...') #1 C:\www\web\index.php(70): include('C:\www\web\late...') #2 {main} thrown in C:\www\web\latestnews.php on line 80
 
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\wars.php on line 44
 
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mexpower.z_polls' doesn't exist' in C:\xampp\htdocs\layouts\tibiacom1\layout.php:565 Stack trace: #0 C:\xampp\htdocs\layouts\tibiacom1\layout.php(565): PDO->query('SELECT * FROM z...') #1 C:\xampp\htdocs\index.php(318): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\layouts\tibiacom1\layout.php on line 565

how to fix this ..?
 
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\wars.php on line 44
 
zoromax

try this
CREATE TABLE IF NOT EXISTS `z_polls` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`question` varchar(255) NOT NULL,
`end` int(11) NOT NULL,
`start` int(11) NOT NULL,
`answers` int(11) NOT NULL,
`votes_all` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1
 
Back
Top