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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Upgrading from Joomla 3.10 to Joomla 4.2.6

More
3 years 3 months ago #227300 by Slacker
When I was setting up a testupgrade site locally I had similar problem with Kickstart to extract the backupfiles due to certain files in the archieve. I used then a program Akeeba EXtract Wizard to unpack the archieve. Then I installed it.

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

More
3 years 3 months ago - 3 years 3 months ago #227305 by anonymous01

Akeeba Kickstart starts but it does not list my archive files

 
Hello.

There is no problem using the current version of Akeeba Kickstart. Unfortunately, I have almost no experience with Godaddy. But I see that Godaddy allows ssh.

My advice: go over ssh and run these commands (specify the correct path to the Akeeba Backup archive directory). I hope this solves all the problems.


Code:
sudo chown -R apache:apache /var/www/site_dir sudo chcon -R -t httpd_sys_rw_content_t /var/www/site_dir sudo find /var/www/site_dir -type d -exec chmod 0755 {} \; sudo find /var/www/site_dir -type f -exec chmod 0644 {} \;


Note. You need to change this path - /var/www/site_dir - so that it is correct.
Last edit: 3 years 3 months ago by anonymous01.

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

Time to create page: 0.239 seconds