JEM won't accept the license key. The field just keeps coming back blank
this is usually an issue with your web host having "suhosin" enabled.
If your web host has suhosin enabled, you will need to have the following setting set to at least "500":
suhosin.post.max_vars = 500
you can also try adding this via .htaccess or through a custom PHP.ini file.
Please ask your webhost for more assistance on getting this done as this is different for each host.
If your web host has suhosin enabled, you will need to have the following setting set to at least "500":
suhosin.post.max_vars = 500
you can also try adding this via .htaccess or through a custom PHP.ini file.
Please ask your webhost for more assistance on getting this done as this is different for each host.
