You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PHP7.x and Joomla3 this does not impact anything, but if the user upgrades to Joomla4 and PHP8 he will get a error message.
Steps to reproduce
setup a server instance with php8.x
setup a new joomla4 instance
install helix 3
set helix3 as default
check the frontpage
Expected behavior
No error exception should be thrown.
Screenshots
Environment
Ubuntu server minimal 20.04 LTS
PHP 8.x
Apache 2.4
Mysql 5.x+
Joomla 4
The text was updated successfully, but these errors were encountered:
Orgoth
changed the title
J4 Helix Ultima Php8 Gives Error: Implode(): Argument #1 ($pieces) Must Be Of Type Array, String Given
J4 Helix Ultima Php8 Gives Error: array_replace(): Argument #2 () Must Be Of Type Array, String Given
Jan 28, 2022
Orgoth
changed the title
J4 Helix Ultima Php8 Gives Error: array_replace(): Argument #2 () Must Be Of Type Array, String Given
J4 Helix 8 Php8 Gives Error: array_replace(): Argument #2 () Must Be Of Type Array, String Given
Jun 14, 2022
Orgoth
changed the title
J4 Helix 8 Php8 Gives Error: array_replace(): Argument #2 () Must Be Of Type Array, String Given
J4 Helix 3 Php8 Gives Error: array_replace(): Argument #2 () Must Be Of Type Array, String Given
Jun 14, 2022
Bug description
helix3.php uses wrong arguments for addStyleSheet() in Line 642 and 648.
Helix3/plugins/system/helix3/core/helix3.php
Line 642 in e4b01f3
Helix3/plugins/system/helix3/core/helix3.php
Line 648 in e4b01f3
With PHP7.x and Joomla3 this does not impact anything, but if the user upgrades to Joomla4 and PHP8 he will get a error message.
Steps to reproduce
Expected behavior
No error exception should be thrown.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: