
Hope everyone is enjoying the mod
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/kb.php on line 486: Undefined index: ARTICLES
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4373: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3523)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4375: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3523)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4376: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3523)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4377: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3523)
Code: Select all
* Board Index ‹ Knowledge Base ‹ Your First Category
Code: Select all
SQL ERROR [ mysql4 ]Field 'user_kb_permissions' doesn't have a default value [1364]An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.
I found it root/styles/prosilver/template/kb/plugin/bookmark.phpwatisnf.nl wrote:Is it possible, to ADD en DELETE some options in Bookmark options By Social bookmarks available: stands to many options and i miss one of a social network named Hyves in the Netherlands.
Witch file to i need? and can i ADD and DELETE them without problems??
Code: Select all
//
// Shows articles
//
$sql = "SELECT * FROM `phpbb_articles` WHERE `article_status` = 1 ORDER BY `phpbb_articles`.`article_id` ASC";
$result = $db->sql_query_limit($sql, $portal_config['portal_max_topics']);
$i = 0;
while($row = mysql_fetch_assoc($result))
{
$i++;
$template->assign_block_vars('articles', array(
'U_TITLE' => append_sid("{$phpbb_root_path}kb.$phpEx", 'a=' .$row['article_id']),
'TITLE' => $row['article_title'],
));
}
$cat_list = ($i > 0) ? true : false; //check if there is anything to show
// Assign index specific vars
$template->assign_vars(array(
'CAT_LIST' => $cat_list,
));
Code: Select all
$sql = "SELECT * FROM `phpbb_articles` WHERE `article_status` = 1 ORDER BY `phpbb_articles`.`article_id` ASC";
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/kb.php on line 2214: Undefined variable: edit_data
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\q\boards\test\includes\functions.php:3493) in C:\xampp\htdocs\q\boards\test\includes\functions.php on line 4286
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\q\boards\test\includes\functions.php:3493) in C:\xampp\htdocs\q\boards\test\includes\functions.php on line 4288
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\q\boards\test\includes\functions.php:3493) in C:\xampp\htdocs\q\boards\test\includes\functions.php on line 4289
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\q\boards\test\includes\functions.php:3493) in C:\xampp\htdocs\q\boards\test\includes\functions.php on line 4290