issue trying to install Component Builder v5.0.3 for Joomla 5 #1186

Open
opened 2024-11-01 17:12:48 +00:00 by sergec68 · 1 comment

I am trying to install Component Builder v5.0.3 for Joomla 5 on my local website (Mamp 7.1.2) but i get this error screen :
Warning: max_input_vars configuration should be at least 7000 but is currently 1000. Too few max_input_vars may result in lost data during processing complex forms, which can lead to incomplete configurations and operational issues.
JInstaller: :Install: Error SQL Duplicate entry '25' for key 'joomla_componentbuilder_joomla_component.PRIMARY'
Extension installation stopped.
Package Install: There was an error installing an extension: joomla__Component-Builder__5.x.zip
The max_input_vars in my php.ini is set to 7000

System information (as much as possible)

  • OS Name & Version: MAC OS Ventura 13.7 (22H123)
  • MySql Version: 8.0
  • Apache Version: 2.4.58
  • PHP Version: 8.3.9
  • Joomla Version: 5.2
  • JCB Version: 5.0.3
  • Browser: Safari 18.0.1

Additional comments

I am trying to install Component Builder v5.0.3 for Joomla 5 on my local website (Mamp 7.1.2) but i get this error screen : Warning: max_input_vars configuration should be at least 7000 but is currently 1000. Too few max_input_vars may result in lost data during processing complex forms, which can lead to incomplete configurations and operational issues. JInstaller: :Install: Error SQL Duplicate entry '25' for key 'joomla_componentbuilder_joomla_component.PRIMARY' Extension installation stopped. Package Install: There was an error installing an extension: joomla__Component-Builder__5.x.zip The max_input_vars in my php.ini is set to 7000 ### System information (as much as possible) - OS Name & Version: MAC OS Ventura 13.7 (22H123) - MySql Version: 8.0 - Apache Version: 2.4.58 - PHP Version: 8.3.9 - Joomla Version: 5.2 - JCB Version: 5.0.3 - Browser: Safari 18.0.1 ### Additional comments

Hi @sergec68,
Looking at your screenshot, you may have forgotten to remove the ";" to enable this PHP property within your php.ini file?
It must be:
max_input_vars = 7000
and not
;max_input_vars = 7000

As a reminder: https://git.vdm.dev/joomla/Component-Builder/wiki/PHP-Settings
as well as https://git.vdm.dev/octoleo/octojoom

Hope it helps.

Hi @sergec68, Looking at your screenshot, you may have forgotten to remove the ";" to enable this PHP property within your php.ini file? It must be: `max_input_vars = 7000` and not `;max_input_vars = 7000` As a reminder: https://git.vdm.dev/joomla/Component-Builder/wiki/PHP-Settings as well as https://git.vdm.dev/octoleo/octojoom Hope it helps.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1186
No description provided.