Have you checked that your webserver configuration points to the correct PHP version? If you enable `allow_phpinfo` in the settings.php you can go to http://yoursite/phpinfo, there you can see the path to the PHP executable.
You can also check in the server PATH to which PHP version it points, also on the command line you can type `which php` which will point you to the 'default' PHP version.
If that is not the correct one, make some configuration changes.
And don't forget about php-cli:
update-alternatives --set php /usr/bin/php8.2
where /usr/bin/php8.2 is PATH to your PHP binary as Jerome suggested
Hi!
None of the suggestions worked, may be because I am using an OrangePi as a server.
I removed one and just running 8.2 and working as expected. Might be server related or elgg related (since Laravel and Symfony had no issues)
Thanks! That's what I thought, well changing the entire layout of the summary is kinda complicated. Sure, I can change the summary but it will only change one item. I want to change the design to a three columns grid and use cards (Tailwindcss)
You may create a new component \views\default\page\components\grid.php and call it via elgg_view_entity_list() in your custom layout.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.