Code: Select all
Fatal error: Call to undefined method user::acl_get() in D:\hshome\enativ\enativ.com\forum\includes\kb.php
on line 1004
Code: Select all
'U_EDIT' => (!$user->data['is_registered']) ? '' : (($user->data['user_id'] == $article_data['article_user_id'] && $auth->acl_get('u_kb_edit', $this->cat_id)) || $auth->acl_get('m_kb_edit') || ($article_data['article_open'] && $user->acl_get('u_kb_add_co', $this->cat_id))) ? append_sid("{$phpbb_root_path}kb.$phpEx", "i=edit&c=$this->cat_id&a=$this->article_id") : '',
Tiny typo in the code I'm afraid, replace $user->acl_get (it occurs once) with $auth->acl_get. The SVN has been updated.ttuu wrote:when users try to see article you have this error:the line is:Code: Select all
Fatal error: Call to undefined method user::acl_get() in D:\hshome\enativ\enativ.com\forum\includes\kb.php on line 1004
admin cannot get this errorCode: Select all
'U_EDIT' => (!$user->data['is_registered']) ? '' : (($user->data['user_id'] == $article_data['article_user_id'] && $auth->acl_get('u_kb_edit', $this->cat_id)) || $auth->acl_get('m_kb_edit') || ($article_data['article_open'] && $user->acl_get('u_kb_add_co', $this->cat_id))) ? append_sid("{$phpbb_root_path}kb.$phpEx", "i=edit&c=$this->cat_id&a=$this->article_id") : '',
please help.
O.K.Imladris wrote:@flcl_naota
Installation problems sounds really odd, even though I doubt Automod is the problem, try removing it and reinstall it manually.
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.
Code: Select all
kb_install_step
This has been fixed in the SVN already.vonhazey wrote:Been doing further testing of this mod, I've found the posting bot causes the erros on the KB index page, if enabled the Articles count does not go up, the Latest articles does not show latest article and the same in the plugins like stats.
In the ACP when setting KB roles this shows above permissions: { ACL_TYPE }
The bookmark and other icons such as word don't display, even after refreshing imagesent/theme etc.
Yes there is supposed to be a special MCP page... it automatically appears after installing, if you have given the users the correct permissions. See our page for more info on setting permissions. All the bugs fixed in the SVN will be released with the next version, which is coming soon.vonhazey wrote:Thats all bugs i've found so far will check for more. Also is there supposed to be a special mcp page?
Thank you for reporting these, they have been fixed in the SVN now.vonhazey wrote:Edit: also noticed that neither a users avatar or this (
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_ARTICLES}: {postrow.POSTER_ARTICLES}</strong></dd><!-- ENDIF -->)
Are not displaying when a user makes a comment
Fixed.killaziller wrote:In the ACP, General Settings: "Allow signitures to be used" It should be signatures
Erm you must have missed something with the MCP, else try to check whether they are installed via your ACP. It's in System tab under MCP.vonhazey wrote:Great stuff but I have given my self full access to everything yet can access the mcp panel...?
Also any luck with the KB_bot yet?
With 1.0.1 there is still quite a lot of bugs. But today I will ready 1.0.2RC1 for release, might even release it today, that should be nearly bugfree. Whenever we have a confirmed bugfree version of 1.0.2RC's, we will upgrade it to 1.0.2 and will submit it to the ModDB. Personally I wouldn't use it before they approve it for the ModDBStickygreen wrote:Is this ready for primetime yet?
I can do without the post bot. I'd just hate to through this out there for my users and it be buggy and get stuck with it since they will be writing content to it...
Not been active on this one in a while but keeping an eye on itImladris wrote:PhpBB3 KB Mod 1.0.2RC1 has been released
This is the first release candidate for KB Mod 1.0.2. This version will only introduce one minor feature, else it will focus on getting rid of all them bugs. You can view more information here: here.
Author notes:
There are several changes in the phpBB core files, please make sure you check these out in the file contrib/update_1.0.1_to_1.0.2RC1.xml, it should contain all the information you need.
Check out our own sites Knowledge Base for video guides on how to install and configure the mod.