To enable registration of PHP long arrays:
1. If you have access to php.ini file
Locate the /opt/alt/php53/etc
file, find and edit the following line within the file:
register_long_arrays = Off
change to:
register_long_arrays = On
Save the file, then restart your web server application for the changes to take effect.
2. If you do not have access to php.ini file
Please contact your Hosting Support team to adjust this parameter.