7 May
2012
7 May
'12
2:20 p.m.
1. 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.
2. 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'; } :(