Dear all,<br>I have this hook_menu in my cronmonitor.module file<br><br>function cronmonitor_menu() {<br>    $items[&#39;<b>admin/config/cronmonitor&#39;]</b> = array(<br>        &#39;title&#39; =&gt; &#39;Cron Monitor Settings&#39;,<br>
        &#39;type&#39; =&gt; &#39;MENU_NORMAL_ITEM&#39;,<br>        &#39;page callback&#39; =&gt; &#39;drupal_get_form&#39;,<br>        &#39;page arguments&#39; =&gt; array(&#39;cronmonitor_admin_form&#39;),<br>        &#39;access arguments&#39; =&gt; array(&#39;administer cronmonitor&#39;),  // in this array is the name of the permission<br>
    );<br>    return $items;<br>  }<br><br>and in the <a href="http://cronmonitor.info">cronmonitor.info</a> file: <br><br>configure = admin/config/cronmonitor<br><br>Yet when I click on configure to the left of the misted module on the modules page and after enabling the module I only get to admin/config page rather than admin/config/crononitor page. <br>
<br>We have tried on 3 different sites. This is from a tutorial on daily dose of drupal. <br><br>Why don&#39;t I get to the cronmonitor page? <br><br><br><br clear="all"><br>-- <br><p><b style="font-family:&#39;Lucida Handwriting&#39;,cursive;font-size:13px;background-color:rgb(255,255,255)"><i>Anthony Stefan Maciejowski</i></b></p>
<p><b style="font-family:&#39;Lucida Handwriting&#39;,cursive;font-size:13px;background-color:rgb(255,255,255)"><i><a href="http://www.Tony-Mac.com" target="_blank">www.Tony-Mac.com</a></i></b></p><p></p><br><p></p>