uikit4.zip not PHP 8.2 ready
Only variables should be passed by reference in H:\xampp\htdocs\mysite\plugins\system\uikit4\services\provider.php on line 37
Last Edit:9 months 2 weeks ago
by sanus70
Last edit: 9 months 2 weeks ago by sanus70.
Please Log in or Create an account to join the conversation.
Please change to:
function (Container $container) {
$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new Uikit4($dispatcher,
(array) PluginHelper::getPlugin('system', 'uikit4')
);
$plugin->setApplication(Factory::getApplication());
return $plugin;
}
function (Container $container) {
$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new Uikit4($dispatcher,
(array) PluginHelper::getPlugin('system', 'uikit4')
);
$plugin->setApplication(Factory::getApplication());
return $plugin;
}
by sanus70
Please Log in or Create an account to join the conversation.
- Administrator
- Offline
- Moderator
- Posts: 705
- Thank you received: 115
- joomlaplates
- Offline
- Moderator
- Posts: 8805
- Thank you received: 1732
Hello, thanks for your information! I am running PHP 8.2.15 with J5 and without the
1.) Where you get the error? In PHP Log files or Joomla
2.) Which Joomla youre running?
3.) With Backward Compatibility Plugin enabled
4.) On what Module you get this message?
Plugin without any error.Behaviour - Backward Compatibility
1.) Where you get the error? In PHP Log files or Joomla
2.) Which Joomla youre running?
3.) With Backward Compatibility Plugin enabled
4.) On what Module you get this message?
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Joomla 5
PHP 8.2
Ok, can be a J5 problem....
PHP 8.2
Ok, can be a J5 problem....
by sanus70
Please Log in or Create an account to join the conversation.
- Administrator
- Offline
- Moderator
- Posts: 705
- Thank you received: 115
Which xampp version are you using?
Can you put the site online on a subdomain?
Which version is:
- Template?
- Astroid-Framework?
I do not think, it is a J5-Problem.
I am using J5.0.2 with AF 3.0.9 and Template 1.3.17 with PHP 8.3.
It works online and with Xampp.
Can you put the site online on a subdomain?
Which version is:
- Template?
- Astroid-Framework?
I do not think, it is a J5-Problem.
I am using J5.0.2 with AF 3.0.9 and Template 1.3.17 with PHP 8.3.
It works online and with Xampp.
Please Log in or Create an account to join the conversation.