phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]
PHP Version: 4.4.7
MySQL Version: 5
De.scription and Message
When trying to add a new forum tour page, it gives me:
Could not insert forum tour page
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2
INSERT INTO phpbb_forum_tour (page_id, page_subject, page_text, page_sort, bbcode_uid, page_access) VALUES (1, 'test', 'test', 10, 'd2070fe3f5', )
Line : 197
File : admin_forum_tour.php
line 197 is:
- Code: Select all
message_die(GENERAL_ERROR, 'Could not insert forum tour page', '', __LINE__, __FILE__, $sql);
Anyone found this? What does it mean?
My forum_tour db tables look like this] `page_id` mediumint(8) unsigned NOT NULL default '0',
`page_subject` varchar(60) default NULL,
`page_text` text,
`page_sort` mediumint(8) NOT NULL default '0',
`bbcode_uid` varchar(10) default NULL,
`page_access` mediumint(8) NOT NULL default '0',
KEY `page_id` (`page_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/quote]
Is there something wrong with them?
Many thanks if you can help :)
*** edited to:
Disable HTML in this post
Disable Smilies in this post
replace php block with code block