- Posts: 4
- Thank you received: 0
All questions about EDocman extension
[SOLVED !!!] Error on Joomla 5
- Thorsten Trede
- Topic Author
- Offline
- New Member
Less
More
1 year 1 month ago - 1 year 1 month ago #161589
by Thorsten Trede
[SOLVED !!!] Error on Joomla 5 was created by Thorsten Trede
We just upgaded to Joomla 5 and are now recieving the folling error
1. Fontend:
"OSModelList::_buildQueryColumns(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 132"
2. Backend
"OSModelList::_buildQueryFrom(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 160"
any ideas or advice?
Cheers
Thorsten
1. Fontend:
"OSModelList::_buildQueryColumns(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 132"
2. Backend
"OSModelList::_buildQueryFrom(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 160"
any ideas or advice?
Cheers
Thorsten
Last edit: 1 year 1 month ago by Mr. Dam.
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Away
- Administrator
Less
More
- Posts: 12817
- Thank you received: 1659
1 year 1 month ago #161590
by Mr. Dam
Replied by Mr. Dam on topic Error on Joomla 5
Hi Thorsten,
Please click on My Downloads and re-download and install latest Edocman version to get the problem resolved
Thanks
Dam
Please click on My Downloads and re-download and install latest Edocman version to get the problem resolved
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Thorsten Trede
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
1 year 1 month ago #161591
by Thorsten Trede
Replied by Thorsten Trede on topic Error on Joomla 5
Hi Dam,
I did (before I posted and re-tried now again). Result: Same error message. Debug shows:
ERROR 0 - OSModelList::_buildQueryColumns(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 132 in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php:194
and:
() JROOT/administrator/components/com_edocman/libraries/rad/model/list.php:194
2 OSModelList->_buildQueryColumns() JROOT/administrator/components/com_edocman/libraries/rad/model/list.php:132
3 OSModelList->getData() JROOT/components/com_edocman/model/categories.php:46
4 EDocmanModelCategories->getData() JROOT/components/com_edocman/view/categories/html.php:25
5 EDocmanViewCategoriesHtml->display() JROOT/administrator/components/com_edocman/libraries/rad/controller/controller.php:368
6 OSController->display() JROOT/components/com_edocman/controller/controller.php:56
7 EDocmanController->display() JROOT/administrator/components/com_edocman/libraries/rad/controller/controller.php:306
8 OSController->execute() JROOT/components/com_edocman/edocman.php:42
9 require_once() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
10 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
11 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
12 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:218
13 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:261
14 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
15 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
16 require_once() JROOT/index.php:32
Hope this helps you to help me
Thanks
Thorsten
I did (before I posted and re-tried now again). Result: Same error message. Debug shows:
ERROR 0 - OSModelList::_buildQueryColumns(): Argument #1 ($query) must be of type JDatabaseQuery, Joomla\Database\Mysqli\MysqliQuery given, called in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php on line 132 in /[...]/administrator/components/com_edocman/libraries/rad/model/list.php:194
and:
() JROOT/administrator/components/com_edocman/libraries/rad/model/list.php:194
2 OSModelList->_buildQueryColumns() JROOT/administrator/components/com_edocman/libraries/rad/model/list.php:132
3 OSModelList->getData() JROOT/components/com_edocman/model/categories.php:46
4 EDocmanModelCategories->getData() JROOT/components/com_edocman/view/categories/html.php:25
5 EDocmanViewCategoriesHtml->display() JROOT/administrator/components/com_edocman/libraries/rad/controller/controller.php:368
6 OSController->display() JROOT/components/com_edocman/controller/controller.php:56
7 EDocmanController->display() JROOT/administrator/components/com_edocman/libraries/rad/controller/controller.php:306
8 OSController->execute() JROOT/components/com_edocman/edocman.php:42
9 require_once() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
10 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
11 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
12 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:218
13 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:261
14 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:306
15 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58
16 require_once() JROOT/index.php:32
Hope this helps you to help me
Thanks
Thorsten
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Away
- Administrator
Less
More
- Posts: 12817
- Thank you received: 1659
1 year 1 month ago #161592
by Mr. Dam
Replied by Mr. Dam on topic Error on Joomla 5
Hi Thorsten,
Please submit ticket on category: Edocman and provide your site credentials. We will help you to solve this issue
Thanks
Dam
Please submit ticket on category: Edocman and provide your site credentials. We will help you to solve this issue
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Thorsten Trede
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
1 year 1 month ago #161593
by Thorsten Trede
Replied by Thorsten Trede on topic Error on Joomla 5
Done THX
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Away
- Administrator
Less
More
- Posts: 12817
- Thank you received: 1659
1 year 1 month ago #161608
by Mr. Dam
Replied by Mr. Dam on topic Error on Joomla 5
Solving through Ticket system
Thanks
Dam
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Thorsten Trede
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
1 year 1 month ago #161621
by Thorsten Trede
Replied by Thorsten Trede on topic Error on Joomla 5
Solved (quic and professional).
THX!!
THX!!
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.