problems with $params
Posted: Wed Dec 27, 2006 2:19 pm
strange thing:
I wrote module. On my windows localhost everything worked perfect. Then I move site to Linux server and problems started. When You create link with
$link1 = $this->CreateLink($id, 'default', $returnid, $row['raide'], array('raide'=>$row['raide'], 'pass'=>$pass));
you get something like
http://.../index.php?mact=Zodynas,cntnt01,default,0&cntnt01raide=E&cntnt01pass=&cntnt01returnid=15
But on Linux, $print_r($params) in begining of action.default.php returns:
Array ( [module] => Zodynas [action] => default )
and nothing more. Where all other params gone? Other modules or admin panel for this module works fine, only this one. Please, Can someone give any ideas?
I wrote module. On my windows localhost everything worked perfect. Then I move site to Linux server and problems started. When You create link with
$link1 = $this->CreateLink($id, 'default', $returnid, $row['raide'], array('raide'=>$row['raide'], 'pass'=>$pass));
you get something like
http://.../index.php?mact=Zodynas,cntnt01,default,0&cntnt01raide=E&cntnt01pass=&cntnt01returnid=15
But on Linux, $print_r($params) in begining of action.default.php returns:
Array ( [module] => Zodynas [action] => default )
and nothing more. Where all other params gone? Other modules or admin panel for this module works fine, only this one. Please, Can someone give any ideas?