Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This category is for K 1.7 issues only.

Question How can I have kunena run in a php versions parsed to php51?

More
15 years 5 days ago #94818 by etmiast
I have added a .htaccess file with only the following code to the installations root directory,
AddHandler application/x-httpd-php51 .php .php5 .php4 .php3
I did this because another component (Jobboard) refuses to function well in the default php version.

But it leads the kunena to come up with an error saying,

Fatal error: Call to protected method KunenaAccessJoomla15::loadAdmins() from context 'KunenaAccessCommunityBuilder' in
/home/'myRootDirectory'/public_html/administrator/components/com_kunena/libraries/integration/communitybuilder/access.php on line 29

Setting the php version back to systems default (php5.2.9) resolves the problem of kunena but brings back the problem of Jobboard.

I got the idea of using different php versions in different directories, if that is possible for kunena to have its proper version I could add a .htaccess file having the following line
AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
But I don't know to which folders should I add this.

Hope you'll have a solution,
Great tanks.

Please Log in or Create an account to join the conversation.

More
15 years 5 days ago #94834 by xillibit
Hello,

You can't use different php versions for differents directories. Maybe you can check if you are using the latest version of Jobboard or contact the author of this component.

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
15 years 21 hours ago #95270 by Matias
Kunena requires PHP 5.2.4 in order to work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.231 seconds