problem with instalation on Joomla 4.0 Beta 2

More
3 years 7 months ago #5607 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

Please Log in to join the conversation.

More
3 years 7 months ago #5614 by lew229
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

Please Log in to join the conversation.

More
3 years 7 months ago #5615 by Dirk
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');

Please Log in to join the conversation.

More
3 years 7 months ago - 3 years 5 months ago #5634 by lew229
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
Last edit: 3 years 5 months ago by lew229.

Please Log in to join the conversation.

Moderators: Dirkjoest