- Posts: 10
- Thank you received: 2
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Config\...
11 months 2 weeks ago #233886
by Leoalv
Replied by Leoalv on topic Kunena kills "page heading"
Almost perfect.
Since I didn't have a backup, what I did was change all versions from 6.4.5 to 6.3.10 in the database extensions table and delete the record for version 6.4.5 in the kunena_versions table, without changing the update site URL. If I change it to version 3.6, it won't have the update to 6.4.x. Then, using the Joomla updater, I performed the update and then went to the Dashboard as Pikeltje recommended. All the updates were performed, and almost everything was fixed, with the exception of:
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter
And when I check the users table, it still has the "twitter" column. Instead, the "socials" column contains "x" (previously "twitter"). Therefore, I think the "twitter" column should also be removed from the users table in the next version.
Thank you.
Since I didn't have a backup, what I did was change all versions from 6.4.5 to 6.3.10 in the database extensions table and delete the record for version 6.4.5 in the kunena_versions table, without changing the update site URL. If I change it to version 3.6, it won't have the update to 6.4.x. Then, using the Joomla updater, I performed the update and then went to the Dashboard as Pikeltje recommended. All the updates were performed, and almost everything was fixed, with the exception of:
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter
And when I check the users table, it still has the "twitter" column. Instead, the "socials" column contains "x" (previously "twitter"). Therefore, I think the "twitter" column should also be removed from the users table in the next version.
Thank you.
Please Log in or Create an account to join the conversation.
11 months 1 week ago #233893
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Config\...
Hello,
The twitter was renammed into x_social when updating to K6.3.3, i will add something in the update process of K6.4.6 to check all columns in table kunena_users and clean the ones which no need to be here.
The twitter was renammed into x_social when updating to K6.3.3, i will add something in the update process of K6.4.6 to check all columns in table kunena_users and clean the ones which no need to be here.
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.
11 months 1 week ago #233898
by Leoalv
Replied by Leoalv on topic Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Config\...
Thanks, xillibit.
In version 6.3, there was an option to disable social media, which was in Settings >> Users. Now it's gone, and I can't find where to disable it. Is it possible to disable it?
Thanks.
In version 6.3, there was an option to disable social media, which was in Settings >> Users. Now it's gone, and I can't find where to disable it. Is it possible to disable it?
Thanks.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12288
- Thank you received: 2537
11 months 1 week ago #233906
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Config\...
It works with a template override.
Template Overrides | Kunena Docs
I removed lines 213–215 in .../site/template/aurelia/layouts/user/item/summary/default.php
and lines 131–145 in .../site/template/aurelia/layouts/user/edit/profile/default.php.
Unzip this uploaded zip file and copy the folder to .../yourJoomlaTemplatefolder/html
Template Overrides | Kunena Docs
I removed lines 213–215 in .../site/template/aurelia/layouts/user/item/summary/default.php
and lines 131–145 in .../site/template/aurelia/layouts/user/edit/profile/default.php.
Unzip this uploaded zip file and copy the folder to .../yourJoomlaTemplatefolder/html
Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Leoalv
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds