I am using the Custom Links module to pass arguments through the URL. Custom Links passes arguments within brackets. My URL follows the pattern:
http://localhost/employment-opportunities/application?edit[submitted][po...
The brackets in the URL are causing the following error when the URL is visited:
warning: urlencode() expects parameter 1 to be string, array given in /var/www/html/sites/default/modules/securepages/securepages.module on line 504.
Is there a way to work around this encoding problem?
Comments
Comment #1
gordon commentedThis has been fixed.