- Try removing access callback and let the default functionality take over.
Flush caches and then see if this works.
Tried that many times--doesn't help.
- there is less possibility, but have you used drupal_access_denied in your
function, if so, is any condition going wrong ?
Nope, Here is my function:
function mymod_homepage(){ return 'test'; }
:(