<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>I have the following code in modules/annio2/controllers/IndexController.php (note, annio2 is not a typo, I had to make this change due to a URL clash):</div><div><br></div><div><?php</div><div>class Annio2_IndexController extends Annio2_AppController</div><div>{</div><div> public $_models = array ( "Item", "Folder" );</div><div><br></div><div> /**</div><div> * @method initAction()</div><div> * Index Action (first action when we access the application)</div><div> */</div><div> function init()</div><div> {</div><div><br></div><div> } // end method indexAction</div><div><br></div><div><br></div><div> function getAction()</div><div> {</div><div> $this->disableLayout();</div><div> $this->disableView();</div><div> echo "annio2 getAction!";</div><div> }</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>and I browsed to the URL: https://<midas_server_root>/annio2/get but got:</div><div><br></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; ">The system has encountered the following error:<br/><h3><br/>In , line: <br/>At 17:34:39 2012-07-08</h3><br/>Please notify your administrator with this information.<br/></span></div><div><div><br></div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>What am I doing wrong?</div><div><br></div><div>thanks,</div><div>Mona</div><div><br></div><div><br></div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">*********************************************<br> Mona Wong<br> Web & iPad Application Developer</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "> San Diego Supercomputer Center<br><br> You are the light you wish to see.<br>*********************************************<br><br><br></div>
</div>
<br></body></html>