Code: Select all
SQL ERROR [ mysql4 ]
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 'parent_id = '0' AND cat_name = 'test' AND cat_description = 'test category' AND ' at line 1 [1064]
SQL
INSERT INTO phpbb_blog_categories parent_id = '0' AND cat_name = 'test' AND cat_description = 'test category' AND cat_enabled = '1' AND cat_groups = 'all'
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/includes/acp/acp_blog.php
LINE: 411
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_blog->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
Open /includes/acp/acp_blog.phpplasmino wrote:i have testing, very nice..
but for add or edit category have error
Code: Select all
SQL ERROR [ mysql4 ] 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 'parent_id = '0' AND cat_name = 'test' AND cat_description = 'test category' AND ' at line 1 [1064] SQL INSERT INTO phpbb_blog_categories parent_id = '0' AND cat_name = 'test' AND cat_description = 'test category' AND cat_enabled = '1' AND cat_groups = 'all' BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/includes/db/dbal.php LINE: 757 CALL: trigger_error() FILE: [ROOT]/includes/db/mysql.php LINE: 175 CALL: dbal->sql_error() FILE: [ROOT]/includes/acp/acp_blog.php LINE: 411 CALL: dbal_mysql->sql_query() FILE: [ROOT]/includes/functions_module.php LINE: 507 CALL: acp_blog->main() FILE: [ROOT]/adm/index.php LINE: 74 CALL: p_master->load_active()
Code: Select all
$sql = 'INSERT INTO ' . BLOG_CATS_TABLE . ' ' . $db->sql_build_array('SELECT', $this->new_config);
Code: Select all
$sql = 'INSERT INTO ' . BLOG_CATS_TABLE . ' ' . $db->sql_build_array('INSERT', $this->new_config);
The categories can not be dragged. It automatically sorted alphabetically.Jessica wrote:Are you not supposed to be able to move around the categories? I can't drag and drop them. The drag and drop for the widgets work though.
Then this topic is against the rules. Therefore I have no choice but to lock this and move to the abandoned MODs forum. PM me if you change your mind and actually plan on releasing this into the MODDB.canidev wrote:I am a irrational manCitromon wrote:Ok,
but when you, CaniDev, fix your main MODs - blockgets & follower, quickmod - why you wasting your energy so irrational?
Really i thing that my mods never will be MODDB because some thinks that not compatible with the phpbb validation system, for example, the new installer of my mods cBB blockgets and cBB Blog.
I will be released new versions of my mods as soon as possible but i like start and develop new projects.
regards
The button appears is you have moderator permissions to delete entries, approve entries or delete comments.dimon-sl wrote:No. There is no button to open the "Moderator Control Panel".