Continuing the thread from Technical Support topic http://ellislab.com/forums/viewthread/88048/
doing two changes you suggested made it work. The ‘?’ after index.php was also necessary.
Now, I am at next issue,
The URL following a custom form submit is: http://www.example_site.com/mytemplategroup/myfunction?e=expression&f=0
In a template, I call {exp:mymodule:myfunction}
In the constructor of ‘mymodule’, I try to access the parameter ‘e’ passed on the URL (a form submit through GET method)
$this->e = $IN->clean_input_data($IN->GBL(’e’, ‘GET’));
I get nothing assigned to $this->e.
This was also working before switching to PHP5.
Thanks for your help!
Regards, Maneesh
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.