Code: Select all
SQL ERROR [ mysql4 ]
Column 'cat_name' cannot be null [1048]
SQL
INSERT INTO phpbb_article_cats (parent_id, left_id, right_id, cat_name, cat_desc, cat_desc_bitfield, cat_desc_options, cat_desc_uid, cat_image, cat_articles, latest_ids) VALUES (0, 1, 2, NULL, NULL, '', 7, '', '', 0, 'a:0:{}')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_install_kb.php
LINE: 629
CALL: dbal_mysql->sql_query()
FILE: kb.php
LINE: 43
CALL: kb_install()
by the way:
editing the htacces with
Code: Select all
RewriteEngine on
Rewriterule ^(.+)/(.+)/a([0-9]*).html ./includes/kb_plugins/seo.php?a=$3&%{QUERY_STRING} [L]
Rewriterule ^(.+)/(.+)/c([0-9]*).html ./includes/kb_plugins/seo.php?c=$3&%{QUERY_STRING} [L]
Rewriterule ^tag/(.+)/
In the ACP all the editing stuff is added, but when I try to go to the KnowledgeBase it says:
Code: Select all
You have closed the browser or have been cut off from the internet in the middle of a page load. Unfortunately this has caused the installation to fail and is, most likely, broken. We recommend you to uninstall the remnants manually and restart the installation from scratch.