problem with instalation on Joomla 4.0 Beta 2
- lew229
- Topic Author
- Offline
Less
More
- Posts: 15
- Thank you received: 1
4 years 1 month ago #5607
by lew229
problem with instalation on Jooml0 4.0 Beta 2 was created by lew229
I get an error in the install phase. file added
when started error message is JSubmenuHelper not found.
this has been changed in JHtmlSidebar in joomla 4 Beta 2
regards Just Lewis
when started error message is JSubmenuHelper not found.
this has been changed in JHtmlSidebar in joomla 4 Beta 2
regards Just Lewis
Please Log in to join the conversation.
- lew229
- Topic Author
- Offline
Less
More
- Posts: 15
- Thank you received: 1
4 years 1 month ago #5614
by lew229
Replied by lew229 on topic problem with instalation on Joomla 4.0 Beta 2
The new error after insstall is:
Er heeft zich een fout voorgedaan.
0 Class 'JRequest' not found
Call stack
# Function Location
1 () JROOT\administrator\components\com_joodb\joodb.php:47
2 require_once() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:69
3 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71
4 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:389
5 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\AdministratorApplication.php:136
6 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT\libraries\src\Application\AdministratorApplication.php:179
7 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:231
8 Joomla\CMS\Application\CMSApplication->execute() JROOT\administrator\includes\app.php:63
9 require_once() JROOT\administrator\index.php:36
Er heeft zich een fout voorgedaan.
0 Class 'JRequest' not found
Call stack
# Function Location
1 () JROOT\administrator\components\com_joodb\joodb.php:47
2 require_once() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:69
3 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71
4 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:389
5 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\AdministratorApplication.php:136
6 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT\libraries\src\Application\AdministratorApplication.php:179
7 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:231
8 Joomla\CMS\Application\CMSApplication->execute() JROOT\administrator\includes\app.php:63
9 require_once() JROOT\administrator\index.php:36
Please Log in to join the conversation.
- Dirk
- Offline
Less
More
- Posts: 1222
- Thank you received: 226
4 years 1 month ago #5615
by Dirk
Replied by Dirk on topic problem with instalation on Joomla 4.0 Beta 2
Yes .... we know and we are working on this. But the missing Class is not the only problem.
Instead of JRequest you should use JFactory::getApplication()->input();
$app = JFactory::getApplication();
$app->input->get('blbla');
Instead of JRequest you should use JFactory::getApplication()->input();
$app = JFactory::getApplication();
$app->input->get('blbla');
Please Log in to join the conversation.
- lew229
- Topic Author
- Offline
Less
More
- Posts: 15
- Thank you received: 1
4 years 3 weeks ago - 3 years 10 months ago #5634
by lew229
Replied by lew229 on topic problem with instalation on Joomla 4.0 Beta 2
I have the line in administrator but i cannot access the database.
the php acces is stopt what can I change to get it working
latest error:
Er heeft zich een fout voorgedaan.
0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::getErrorNum()
Call stack
# Function Location
1 () JROOT\administrator\components\com_joodb\views\listdata\view.html.php:78
2 JoodbViewListdata->display() JROOT\administrator\components\com_joodb\controller.php:56
3 JooDBController->listdata() JROOT\libraries\src\MVC\Controller\BaseController.php:729
4 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT\administrator\components\com_joodb\joodb.php:37
5 require_once() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:69
6 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71
7 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:389
8 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\AdministratorApplication.php:136
9 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT\libraries\src\Application\AdministratorApplication.php:179
10 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:231
11 Joomla\CMS\Application\CMSApplication->execute() JROOT\administrator\includes\app.php:63
12 require_once() JROOT\administrator\index.php:36
the php acces is stopt what can I change to get it working
latest error:
Er heeft zich een fout voorgedaan.
0 Call to undefined method Joomla\Database\Mysqli\MysqliDriver::getErrorNum()
Call stack
# Function Location
1 () JROOT\administrator\components\com_joodb\views\listdata\view.html.php:78
2 JoodbViewListdata->display() JROOT\administrator\components\com_joodb\controller.php:56
3 JooDBController->listdata() JROOT\libraries\src\MVC\Controller\BaseController.php:729
4 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT\administrator\components\com_joodb\joodb.php:37
5 require_once() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:69
6 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71
7 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:389
8 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\AdministratorApplication.php:136
9 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT\libraries\src\Application\AdministratorApplication.php:179
10 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:231
11 Joomla\CMS\Application\CMSApplication->execute() JROOT\administrator\includes\app.php:63
12 require_once() JROOT\administrator\index.php:36
Last edit: 3 years 10 months ago by lew229.
Please Log in to join the conversation.
Moderators: Dirk, joest