I should have waited to post my last message..
I just looked at the source for 0.7.2 and its version of SPGetCurrentUser does not support setting webURL as an input param - thus why I was able to successfully pull info. out with an invalid webURL param value. Looks like it always uses "current site" which in your case, is bad (since you don't seem to have a valid userdisp.aspx page)
I think you have two options:
I just looked at the source for 0.7.2 and its version of SPGetCurrentUser does not support setting webURL as an input param - thus why I was able to successfully pull info. out with an invalid webURL param value. Looks like it always uses "current site" which in your case, is bad (since you don't seem to have a valid userdisp.aspx page)
I think you have two options:
- Upgrade to a newer version of SPServices (the 2013.01 seems to support a webURL param)... or
-
Determine why your subsite does not have a valid /_layouts/userdisp.aspx page...