Please examine important information regarding our working hours and our support policy at the bottom of this page (under Support Policy Summary). To insert image, please use external image hosting like https://postimages.org/ and just paste image URL to your message above. Thank you!
Hi Since upgrading to Joomla 4 (Norr Competition 2.0.2) we have not been able to save changes to NorrCompetion options. On clicking save in the admin screen the screen returns to the main Joomla options - so it looks as though the save is failing. I have tried editing administrator/components/com_competition/config.xml directly to change the parameter that I want to alter but it appears that this is not being read. For example, if I var_dump($itemParams) in layouts/default/tmpl/participant.php changes that I have made in the main administrator/components/com_competition/config.xml file don't appear in $itemParams. Switching on debug and changing error reporting to maximimum doesn't produce anything helpful as far as I can tell What am I missing here? It feels like something obvious but I can't see it. Thanks, Zoë#56 Problem saving NorrCompetion options - Joomla 4
This is a public ticket
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Environment Information (available for public)
Latest post by b2z on Thursday, 01 June 2023 23:11 EEST
Thursday, 01 June 2023 11:05 EEST
Thursday, 01 June 2023 12:13 EEST
Thursday, 01 June 2023 20:41 EEST
Try to increase PHP setting max_input_vars as the config has many input fields.
Kind regards
Dmitrijs
Thursday, 01 June 2023 22:04 EEST
Thank you! I tested that on a local copy on my laptop and it fixes it. I don't have any control over the php.ini file on the server but will submit a request to ask them if we can have max_input_vars increased. The default seems to be 1000 - I set it to 2000 which seems to work fine.
Zoë
Thursday, 01 June 2023 22:34 EEST
Zoë