<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>My guess here is that you are operating as
a user other than user 1, but one with full administrative privileges&#8230;. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>In Drupal 6, the appropriate access argument
is &#8216;administer nodes&#8217;, not &#8216;administer content&#8217;.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>As always, clear caches after any change
to the menu hook. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><br>
Dave<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
support-bounces@drupal.org [mailto:support-bounces@drupal.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Mutuku Ndeti<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, September 26,
2012 11:20 PM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">support@drupal.org</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [support] issue with
custom module menu path</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>My code is as before<o:p></o:p></span></font></p>

<div style='word-wrap:break-word'>

<p class=MsoNormal><font size=3 face=Consolas><span style='font-size:12.0pt;
font-family:Consolas'>$items['admin/mycustom_menu'] = array(</span></font><o:p></o:p></p>

</div>

<div style='word-wrap:break-word'>

<p class=MsoNormal><font size=3 face=Consolas><span style='font-size:12.0pt;
font-family:Consolas'>&nbsp; &nbsp; 'title' =&gt; 'mycustom menu Settings',</span></font><o:p></o:p></p>

</div>

<div style='word-wrap:break-word'>

<p class=MsoNormal><font size=3 face=Consolas><span style='font-size:12.0pt;
font-family:Consolas'>&nbsp; &nbsp; 'page callback' =&gt; 'my_custom_page',</span></font><o:p></o:p></p>

</div>

<div style='word-wrap:break-word'>

<p class=MsoNormal><font size=3 face=Consolas><span style='font-size:12.0pt;
font-family:Consolas'>&nbsp; &nbsp; 'access arguments' =&gt; array('administer
content'),</span></font><o:p></o:p></p>

</div>

<div style='word-wrap:break-word'>

<p class=MsoNormal><font size=3 face=Consolas><span style='font-size:12.0pt;
font-family:Consolas'>&nbsp; &nbsp; 'type' =&gt; MENU_NORMAL_ITEM,</span></font><o:p></o:p></p>

</div>

<div style='word-wrap:break-word'>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3 face=Consolas><span
style='font-size:12.0pt;font-family:Consolas'>&nbsp; );<br>
<br>
I have cleared cache and checked again. <br>
<br>
</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>