- Posts: 7
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question [resolved] Default template shows kunena.forum.css as unwritable
- wood_68046
-
Topic Author
- Offline
- New Member
-
Please Log in or Create an account to join the conversation.
- wood_68046
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.
wood_68046 wrote: Tonight when I went about upgrading my sites to the new Kunena version (1.6.1) everything went smooth until I got to my last site. During the instal it showed a red band stating something was "unwritable." When I looked at the control panel though it showed v1.6.1 installed, but the default template did not show that it was upgraded. When I looked in to it further it shows the "kunena.forum.css" as unwritable. Is this the source of the problem? If so how do I fix it? I really want to try the new template out. I should point out that I am not using the default template since it did not match very well with my site.
That means that Joomla does not have the permissions to change that file. Maybe you copied or edited that file through ftp or another access method a while back.
Unfortunately the Joomla component installer will not be able to copy files it does not have file system permissions to.
It is best to check this out via command line (e.g ssh terminal).
if you perform a
on that directory, you will see the owner, group and permissions information of that file (and others). The owner should be the same as for the rest of the Joomla install (e.g. apache). To change the file owner you will have to use the
command.
Unfortunately file permissions are outside of the control of Kunena and even Joomla, once change by other means, Joomla has no way to replace a file it does not have control over.
Hoep this helps!
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- wood_68046
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.
CHMOD might be all you need to do.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- wood_68046
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.