- Posts: 12258
- Thank you received: 2526
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
Solved "KunenaFactory" not found
2 years 2 months ago #230172
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic "KunenaFactory" not found
On which page is the error displayed? I have visited your forum but cannot see an error.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
2 years 2 months ago #230178
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic "KunenaFactory" not found
Hi rich,
I fixed that error with some steps as follows:
1. Copy the default.php file in the "layouts\user\profile" folder and rename it vertical.php.
2. Open the default.php file in the "layouts\topic\item\message" folder and change layout name:
Old code:
New code:
I don't know if that is an error? However, after changing, that error no longer appears.
Regards,
I fixed that error with some steps as follows:
1. Copy the default.php file in the "layouts\user\profile" folder and rename it vertical.php.
2. Open the default.php file in the "layouts\topic\item\message" folder and change layout name:
Old code:
Code:
<?php
echo $sideProfile ? $sideProfile : $this->subLayout('User/Profile')
->set('user', $this->profile)
->set('candisplaymail', $this->candisplaymail)
->set('config', $this->config)
->set('ktemplate', $this->ktemplate)
->setLayout('default')->set('topic_starter', $topicStarter)->set('category_id', $this->category->id);
?>
Code:
<?php
echo $sideProfile ? $sideProfile : $this->subLayout('User/Profile')
->set('user', $this->profile)
->set('candisplaymail', $this->candisplaymail)
->set('config', $this->config)
->set('ktemplate', $this->ktemplate)
->setLayout('vertical')->set('topic_starter', $topicStarter)->set('category_id', $this->category->id);
?>
I don't know if that is an error? However, after changing, that error no longer appears.
Regards,
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230186
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic "KunenaFactory" not found
Thank you @9themestore. It was a problem for me as I could not reproduce this error and had not found it in his forum.
Maybe your solution will solve the problem for Oscar2.
Maybe your solution will solve the problem for Oscar2.
Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: 9themestore
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230214
by Oscar2
Replied by Oscar2 on topic "KunenaFactory" not found
It did!
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230327
by xillibit
Why you are calling it vertical.php ? In layouts\topic\item\message\default.php there are only left, right, bottom, top
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic "KunenaFactory" not found
Hello,Hi rich,
I fixed that error with some steps as follows:
1. Copy the default.php file in the "layouts\user\profile" folder and rename it vertical.php.
2. Open the default.php file in the "layouts\topic\item\message" folder and change layout name:
Why you are calling it vertical.php ? In layouts\topic\item\message\default.php there are only left, right, bottom, top
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.
Time to create page: 0.501 seconds