<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
&gt;&nbsp;https://mydomain/*cart/refreshcart*<br style="text-indent: 0px !important; "><br style="text-indent: 0px !important; "><div style="text-indent: 0px !important; ">Are the asterisks supposed to be wildcards? That's actually not supported in hook_menu().</div><div style="text-indent: 0px !important; "><br style="text-indent: 0px !important; "></div><div style="text-indent: 0px !important; ">If your goal is to put the asterisks into the URL itself, that's a really bad idea (I don't even think it's a valid URL).</div><div style="text-indent: 0px !important; "><br style="text-indent: 0px !important; "></div><div style="text-indent: 0px !important; ">If they're not actually in the code, and you just put them there to make the paths stand out for us - sorry, just ignore me then.</div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">Besides clearing the cache, you might also make sure that&nbsp;uc_cart_block() is getting the right number of arguments, and that the path to&nbsp;uc_cart.module is correct. (The 'file' path in hook_menu() is relative to your module, not to Drupal's root directory.)</div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">That's all I can think of...</div><div style="text-indent: 0px !important; "><br style="text-indent: 0px !important; ">-Karl.</div>                                               </body>
</html>