- Posts: 104
- Thank you received: 11
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved [Resolved] Fatal error: Call to a member function authorisedLevels() on a non-object in /administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
Often hosts will correct a fault or problem without reporting it to end users, it really depends on the attitude and ethos of the company, and its possible the admins may not have been aware there was an issue that troubled end users. You should keep curl enabled.
As before I think you should make enquiries of your host, even though the problems seems rectified for now it is a good thing to have a better understanding of what happened for future issues.
Please Log in or Create an account to join the conversation.
PHP Fatal error: Call to a member function authorisedLevels() on a non-object in /administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
I found the error occurred after waking my computer from sleep. With the web browser still open to the Kunena "Recent Topics" page I went to reload the page and got the 500 error. I hypothesize this has something to do with trying to reload the page with the original session long expired. Loading a different web browser on my computer, the page loaded with no error.
In the file mentioned in the PHP error log (/administrator/components/com_kunena/libraries/integration/joomla16/access.php) on line 55 it turned out $user was being set to null, which led to the error on line 57.
My solution was to put the following PHP code on line 56 to force the Joomla session to restart:
The error ought to go away without this fix if you restart your web browser, or if you log out of and into Joomla again.
Please Log in or Create an account to join the conversation.
- kathrinmasik
- Offline
- New Member
- Posts: 1
- Thank you received: 0
1)500 Internal Server Error
some minutes late
2)Database connection error (2): Could not connect to MySQL.
some minutes late
3)Fatal error: Call to a member function authorisedLevels() on a non-object in /administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
some minutes late site will work.
And than all this mistakes repeat again?
it's important? at the first work site with (www) www.volvo4me.ru/
and than without volvo4me.ru
What is it?
What is it?
Please Log in or Create an account to join the conversation.
- Dazhelpwiz
- Offline
- New Member
- Posts: 11
- Thank you received: 1
chris_z wrote: I use Kunena 1.7.2 on Joomla 2.5.1 and I also got the 500 Internal Server Error and in my PHP error log had the associated error:
PHP Fatal error: Call to a member function authorisedLevels() on a non-object in /administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
I found the error occurred after waking my computer from sleep. With the web browser still open to the Kunena "Recent Topics" page I went to reload the page and got the 500 error. I hypothesize this has something to do with trying to reload the page with the original session long expired. Loading a different web browser on my computer, the page loaded with no error.
In the file mentioned in the PHP error log (/administrator/components/com_kunena/libraries/integration/joomla16/access.php) on line 55 it turned out $user was being set to null, which led to the error on line 57.
My solution was to put the following PHP code on line 56 to force the Joomla session to restart:
Code:if(is_null($user)){jimport('joomla.session.session');JSession::destroy();}
The error ought to go away without this fix if you restart your web browser, or if you log out of and into Joomla again.
This. Seems to happen occasionally if the session corrupts to some degree. I also think ACL controlled forum sections are partly responsible.
Please Log in or Create an account to join the conversation.
chris_z wrote: I use Kunena 1.7.2 on Joomla 2.5.1 and I also got the 500 Internal Server Error and in my PHP error log had the associated error:
PHP Fatal error: Call to a member function authorisedLevels() on a non-object in /administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
I found the error occurred after waking my computer from sleep. With the web browser still open to the Kunena "Recent Topics" page I went to reload the page and got the 500 error. I hypothesize this has something to do with trying to reload the page with the original session long expired. Loading a different web browser on my computer, the page loaded with no error.
In the file mentioned in the PHP error log (/administrator/components/com_kunena/libraries/integration/joomla16/access.php) on line 55 it turned out $user was being set to null, which led to the error on line 57.
My solution was to put the following PHP code on line 56 to force the Joomla session to restart:
Code:if(is_null($user)){jimport('joomla.session.session');JSession::destroy();}
The error ought to go away without this fix if you restart your web browser, or if you log out of and into Joomla again.
Thank you ! I had that error today for the first time, I added your code on line 56 and everything is back in order !
Please Log in or Create an account to join the conversation.
Firefox never had this issue before - was still working when this error happend.
Installed Google chrome walked away for a few house and come back and I was getting that same error .
Thanks for the temp fix.
Please Log in or Create an account to join the conversation.
- giveortake
- Offline
- New Member
- Posts: 7
- Thank you received: 0
I am experiencing the same issue and the fix doesn't work, after server reboot/browser cleaning/test on a new computer etc.
Apache's error_log is full of:
mod_fcgid: stderr: PHP Fatal error: Call to a member function authorisedLevels() on a non-object in
[path to website's folder]/public_html/administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 56
Followed by:
mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in /[path to website's folder]/public_html/libraries/joomla/factory.php on line 223
it goes like this ad nauseum.
Here is my config:
Database collation check: The collation of your table fields are correct
Kunena menu details:Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
This message contains confidential informationhtaccess: Exists | PHP environment: Max execution time: 180 seconds | Max execution memory: 128M | Max file upload: 16M
ID | Name | Alias | Menutype | Link | Path |
167 | Write a new topic | post-a-new-topic | topmenu | index.php?option=com_kunena&view=post&catid=0&do=new | forum/post-a-new-topic |
168 | New posts | recent-topics | topmenu | index.php?option=com_kunena&view=latest&do=latest | forum/recent-topics |
169 | My topics | my-topics | topmenu | index.php?option=com_kunena&view=latest&do=mylatest | forum/my-topics |
170 | My subscriptions | my-subscriptions | topmenu | index.php?option=com_kunena&view=latest&do=subscriptions | forum/my-subscriptions |
171 | My posts | my-posts | topmenu | index.php?option=com_kunena&view=latest&do=userposts | forum/my-posts |
173 | My Profile | my-profile | topmenu | index.php?option=com_kunena&view=profile | forum/my-profile |
174 | Rules | rules | topmenu | index.php?option=com_kunena&view=rules&do=rules | forum/rules |
175 | Search Forum | search-forum | topmenu | index.php?option=com_kunena&view=search | forum/search-forum |
182 | Private Messages | private-messages | topmenu | index.php?option=com_uddeim&view=select&id=1 | forum/private-messages |
Joomla default template details : tribune | author: JoomlaXTC | version: 1.1.2 | creationdate: 2012-04-10
Kunena default template details : Tribune Times | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31
Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:
Warning: Spoiler![th]Kunena config settings:[/th]
board_offline 0 board_ofset 0.00 enablerss 1 enablepdf 1 threads_per_page 20 messages_per_page 10 messages_per_page_search 15 showhistory 1 historylimit 6 shownew 1 jmambot 0 disemoticons 0 template example showannouncement 0 avataroncat 0 catimagepath category_images/ showchildcaticon 1 annmodid 62 rtewidth 450 rteheight 300 enableforumjump 1 reportmsg 1 username 1 askemail 0 showemail 0 showuserstats 1 showkarma 1 useredit 1 useredittime 0 useredittimegrace 600 editmarkup 1 allowsubscriptions 1 subscriptionschecked 1 allowfavorites 1 maxsubject 50 maxsig 0 regonly 0 changename 0 pubwrite 0 floodprotection 30 mailmod 0 mailadmin 0 captcha 0 mailfull 1 allowavatar 1 allowavatarupload 1 allowavatargallery 0 avatarquality 65 avatarsize 149 allowimageupload 0 allowimageregupload 1 imageheight 800 imagewidth 800 imagesize 16000 allowfileupload 0 allowfileregupload 1 filetypes txt,rtf,pdf,zip,tar.gz,tgz,tar.bz2 filesize 10485 showranking 1 rankimages 1 avatar_src fb fb_profile fb pm_component no userlist_rows 30 userlist_online 1 userlist_avatar 1 userlist_name 1 userlist_username 1 userlist_posts 1 userlist_karma 1 userlist_email 0 userlist_usertype 0 userlist_joindate 1 userlist_lastvisitdate 1 userlist_userhits 1 latestcategory 40,41,7,44,26,29,12,8,46,38,15,16,17,18,39,33,23,24,13,14,30,28,31,32,37,42,43,45 showstats 1 showwhoisonline 1 showgenstats 1 showpopuserstats 1 popusercount 5 showpopsubjectstats 1 popsubjectcount 5 usernamechange 0 rules_infb 1 rules_cid 2 help_infb 1 help_cid 1 showspoilertag 1 showvideotag 1 showebaytag 1 trimlongurls 1 trimlongurlsfront 40 trimlongurlsback 20 autoembedyoutube 1 autoembedebay 1 ebaylanguagecode en-us fbsessiontimeout 9600 highlightcode 0 rss_type topic rss_timelimit month rss_limit 100 rss_included_categories rss_excluded_categories rss_specification rss2.0 rss_allow_html 1 rss_author_format name rss_author_in_title 1 rss_word_count 0 rss_old_titles 1 rss_cache 900 fbdefaultpage categories default_sort asc alphauserpointsnumchars 0 sef 1 sefcats 0 sefutf8 0 showimgforguest 1 showfileforguest 1 pollnboptions 15 pollallowvoteone 1 pollenabled 1 poppollscount 5 showpoppollstats 1 polltimebtvotes 00:15:00 pollnbvotesbyuser 100 pollresultsuserslist 1 maxpersotext 50 ordering_system mesid post_dateformat ago post_dateformat_hover datetime hide_ip 1 js_actstr_integration 0 imagetypes jpg,jpeg,gif,png checkmimetypes 1 imagemimetypes image/jpeg,image/jpg,image/gif,image/png imagequality 70 thumbheight 32 thumbwidth 32 hideuserprofileinfo put_empty integration_access auto integration_login communitybuilder integration_avatar communitybuilder integration_profile communitybuilder integration_private uddeim integration_activity communitybuilder boxghostmessage 0 userdeletetmessage 0 latestcategory_in 1 topicicons 1 onlineusers 1 debug 1 catsautosubscribed 0 showbannedreason 0 version_check 1 showthankyou 1 showpopthankyoustats 1 popthankscount 5 mod_see_deleted 0 bbcode_img_secure text listcat_show_moderators 1 lightbox 1 activity_limit 0 show_list_time 720 show_session_type 0 show_session_starttime 120 userlist_allowed 1 userlist_count_users 0 enable_threaded_layouts 0 category_subscriptions topic topic_subscriptions first pubprofile 1 thankyou_max 500 email_recipient_count 0 email_recipient_privacy bcc email_visible_address captcha_post_limit 0
Third-party components: CommunityBuilder 1.8 | UddeIm 2.7
Third-party SEF components: None
Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled | Kunena Search 1.7.2 | Kunena Discuss 1.7.2
Modules: Kunena Latest 1.7.2 | Kunena Stats 1.7.2 | Kunena Login 1.7.2 | Kunena Search 1.7.2
Let me know if you have a fix for this issue as this dev platform goes live next week with over 7k users.
Thank you
Please Log in or Create an account to join the conversation.
Which "fix" was that?giveortake wrote: I am experiencing the same issue and the fix doesn't work ...
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- giveortake
- Offline
- New Member
- Posts: 7
- Thank you received: 0
From the previous post I followed:
"My solution was to put the following PHP code on line 56 to force the Joomla session to restart:
if(is_null($user)){jimport('joomla.session.session');JSession::destroy();}"
It gives:
mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in [path to website's folder]/libraries/joomla/factory.php on line 224
mod_fcgid: stderr: PHP Notice: Undefined property: KunenaAccessJoomla16::$_state in [path to website's folder]/libraries/joomla/session/session.php on line 559
mod_fcgid: stderr: PHP Warning: session_destroy(): Trying to destroy uninitialized session in [path to website's folder]/libraries/joomla/session/session.php on line 576
mod_fcgid: stderr: PHP Fatal error: Call to a member function authorisedLevels() on a non-object in [path to website's folder]/administrator/components/com_kunena/libraries/integration/joomla16/access.php on line 57
Thank you
btw just noticed I posted in the "Archive" I hope it's ok :whistle:
Please Log in or Create an account to join the conversation.
- giveortake
- Offline
- New Member
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.