- Posts: 15
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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 0 - Object of class std error after posting
1 year 5 months ago #232487
by gjay
Replied by gjay on topic 0 - Object of class std error after posting
thank you. I shall do that!
The big also exists when using the default cassiopeia template too
The big also exists when using the default cassiopeia template too
Please Log in or Create an account to join the conversation.
1 year 5 months ago #232488
by gjay
Replied by gjay on topic 0 - Object of class std error after posting
So the message after turning on debus is as follows:
Object of class stdClass could not be converted to string
/home/dh_4euyxy/kinkmansion.com/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:396
Call Stack
# Function Location
1 () JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:396
2 Joomla\Database\Mysqli\MysqliDriver->escape() JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:1467
3 Joomla\Database\DatabaseDriver->quote() JROOT/components/com_community/libraries/core.php:195
4 CFactory::getUser() JROOT/plugins/kunena/community/KunenaActivityCommunity.php:190
5 Kunena\Forum\Plugin\Kunena\Community\KunenaActivityCommunity->onAfterReply() JROOT/libraries/kunena/src/Integration/KunenaActivity.php:93
6 Kunena\Forum\Libraries\Integration\KunenaActivity->__call() JROOT/libraries/kunena/src/Forum/Message/KunenaMessage.php:1001
7 Kunena\Forum\Libraries\Forum\Message\KunenaMessage->update() JROOT/libraries/kunena/src/Forum/Message/KunenaMessage.php:771
8 Kunena\Forum\Libraries\Forum\Message\KunenaMessage->save() JROOT/components/com_kunena/src/Controllers/TopicController.php:874
9 Kunena\Forum\Site\Controllers\TopicController->post() JROOT/libraries/kunena/src/Controller/KunenaController.php:323
10 Kunena\Forum\Libraries\Controller\KunenaController->executeTask() JROOT/libraries/kunena/src/Controller/KunenaController.php:226
11 Kunena\Forum\Libraries\Controller\KunenaController->execute() JROOT/components/com_kunena/src/Dispatcher/Dispatcher.php:108
12 Kunena\Forum\Site\Dispatcher\Dispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
13 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:218
14 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:261
15 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
16 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
17 require_once() JROOT/index.php:32
Object of class stdClass could not be converted to string
/home/dh_4euyxy/kinkmansion.com/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:396
Call Stack
# Function Location
1 () JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:396
2 Joomla\Database\Mysqli\MysqliDriver->escape() JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:1467
3 Joomla\Database\DatabaseDriver->quote() JROOT/components/com_community/libraries/core.php:195
4 CFactory::getUser() JROOT/plugins/kunena/community/KunenaActivityCommunity.php:190
5 Kunena\Forum\Plugin\Kunena\Community\KunenaActivityCommunity->onAfterReply() JROOT/libraries/kunena/src/Integration/KunenaActivity.php:93
6 Kunena\Forum\Libraries\Integration\KunenaActivity->__call() JROOT/libraries/kunena/src/Forum/Message/KunenaMessage.php:1001
7 Kunena\Forum\Libraries\Forum\Message\KunenaMessage->update() JROOT/libraries/kunena/src/Forum/Message/KunenaMessage.php:771
8 Kunena\Forum\Libraries\Forum\Message\KunenaMessage->save() JROOT/components/com_kunena/src/Controllers/TopicController.php:874
9 Kunena\Forum\Site\Controllers\TopicController->post() JROOT/libraries/kunena/src/Controller/KunenaController.php:323
10 Kunena\Forum\Libraries\Controller\KunenaController->executeTask() JROOT/libraries/kunena/src/Controller/KunenaController.php:226
11 Kunena\Forum\Libraries\Controller\KunenaController->execute() JROOT/components/com_kunena/src/Dispatcher/Dispatcher.php:108
12 Kunena\Forum\Site\Dispatcher\Dispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
13 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:218
14 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:261
15 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
16 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
17 require_once() JROOT/index.php:32
Please Log in or Create an account to join the conversation.
1 year 5 months ago - 1 year 5 months ago #232489
by gjay
Replied by gjay on topic 0 - Object of class std error after posting
So, My friend suggested to put this into chatgpt and see if it can work out whats going on.
I did just that and got this as a conclusion:
Conclusion
It seems that the error is related to how Kunena is interacting with the community plugin to post user activity after a reply. Most likely, the problem is caused by invalid user data or a misconfiguration in the integration. Check the user session, validate user data, and ensure the community plugin is correctly configured and compatible with your setup.
I disabled the plugin and the error went away. Is the plugin (Kunena - JomSocial Integration) out of date?
I did just that and got this as a conclusion:
Conclusion
It seems that the error is related to how Kunena is interacting with the community plugin to post user activity after a reply. Most likely, the problem is caused by invalid user data or a misconfiguration in the integration. Check the user session, validate user data, and ensure the community plugin is correctly configured and compatible with your setup.
I disabled the plugin and the error went away. Is the plugin (Kunena - JomSocial Integration) out of date?
Last edit: 1 year 5 months ago by gjay.
Please Log in or Create an account to join the conversation.
1 year 5 months ago #232490
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic 0 - Object of class std error after posting
Hello,
I need to check, because i don't use Jomsocial and i have jomsocial 4.8.2, i will see if i'am able to reproduce the issue
I need to check, because i don't use Jomsocial and i have jomsocial 4.8.2, i will see if i'am able to reproduce the issue
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: gjay
Please Log in or Create an account to join the conversation.
1 year 5 months ago #232491
by gjay
Replied by gjay on topic 0 - Object of class std error after posting
I could perhaps ask if I can send you a copy of the latest version for testing purposes as its a paid-for extention
The following user(s) said Thank You: xillibit
Please Log in or Create an account to join the conversation.
1 year 5 months ago #232493
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic 0 - Object of class std error after posting
Thanks if you can ask it
I have just tried with the 4.8.2, it show plenty of deprecated messages but when i reply to a message i don't get this error
I have just tried with the 4.8.2, it show plenty of deprecated messages but when i reply to a message i don't get this error
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.248 seconds