Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics that are moved into this category are 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.

Solved Kunena creates a huge log file

More
10 years 10 months ago #1 by rolandd
Hey guys,

Not having any real problems just noticed that in my logs folder Kunena creates a logfile called kunena.php and this grows to a few hunderd MB in about a day. This logfile is mainly filled with lines like these:

Legacy URI index.php?option=com_kunena&userid=2496&view=profile was converted to index.php?option=com_kunena&userid=2496&view=user

Can this logging be turned off somewhere? The information isn't really useful for me and writing this logfile takes resources.

My configuration report:

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 20M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : kemajuan | author: Neuroweb Kft | version: 1.0.0 | creationdate: Unknown

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 3.0.0 | creationdate: 2013-05-15

Kunena version detailed: Kunena 3.0.0 | 2013-05-15 [ Wanga ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: UddeIM 2.9

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 3.0.0

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

More
10 years 10 months ago #2 by xillibit
Hello,

I'am not sure if we can disable logging, i need to check that, for now you can just delete it manually

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
10 years 10 months ago #3 by rolandd
Thanks for the feedback. I have scheduled a cron job because the file grows to about 100MB per 24 hours and I don't want to delete this file daily by hand ;)

Why is this info logged anyway?

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

More
10 years 10 months ago #4 by xillibit
To have issues in installation available somewhere when it's happens, sometimes users doesn't have access to log..

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
10 years 9 months ago #5 by OSTSupport
We're experiencing the same issue where the log file is just cluttered with errors of the format:
Legacy URI index.php?option=com_kunena&userid=00001&view=profile was converted to index.php?option=com_kunena&userid=00001&view=user

We'll create a cron job to delete it as well, but it would be nice to be able to disable the feature.

By the way, thanks for making Kunena the best forum software around! :)

Kind regards,
Nick

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

More
10 years 9 months ago #6 by OSTSupport
I got it working thanks to Roland for the script:
Code:
rm -f <path to file>

I also added a /dev/null 2>&1 to the end of it so that cron-log emails are not sent to the mail email address in cPanel saying that the cron was run (otherwise it just clutters the inbox).

Final output code ended up being:
Code:
rm -f /full-path-to-joomla-root/logs/kunena.php >/dev/null 2>&1

cPanel adds the "0 0 * * *" to specify that it should run once a day (around midnight I believe).

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

More
10 years 9 months ago #7 by xillibit
Hello,

A change has been made in Kunena 3.0.1 to remove log file after the Kunena installation, see : github.com/Kunena/Kunena-Forum/commit/ad...27de92e944f0d33ff3e7

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
10 years 9 months ago #8 by OSTSupport
Thanks xillibit! That should help.

Cheers,
Nick

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

More
10 years 9 months ago - 10 years 9 months ago #9 by sozzled
This should be fixed in K 3.0.1, released today.
Last edit: 10 years 9 months ago by sozzled.

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

Time to create page: 0.465 seconds