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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [resolved] Default template shows kunena.forum.css as unwritable

More
15 years 4 months ago - 15 years 4 months ago #69065 by wood_68046
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.
Last edit: 15 years 4 months ago by fxstein.

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

More
15 years 4 months ago #69415 by wood_68046

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

More
15 years 4 months ago #69416 by fxstein

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
Code:
ls -la

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
Code:
chown user:group filename

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 . :-)
The following user(s) said Thank You: wood_68046

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

More
15 years 4 months ago #69418 by wood_68046
Thanks, I appreciate the tip. Unfortunately its above my head :lol: . Here is what it looks like:


Is there a way I can use FTP to make it writable?

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

More
15 years 4 months ago #69422 by sozzled
You can do a CHMOD using FileZilla (or some other FTP client program) by changing the file permissions (change the file permissions to 755) but I don't know how to do a CHOWN in Filezilla.

CHMOD might be all you need to do.
The following user(s) said Thank You: wood_68046

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

More
15 years 4 months ago #69424 by wood_68046
That did the trick, thanks for the help!

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

Time to create page: 0.493 seconds