issue trying to install Component Builder v5.0.3 for Joomla 5 #1186
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1186
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
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.