Registered User Review image have wrong path.
should beCode:http://www.example.com/detail/11/themes/WGD/images/review/5.gif
somehow its trowing /detail and the id of the listing.Code:http://www.example.com/themes/WGD/images/review/5.gif
Registered User Review image have wrong path.
should beCode:http://www.example.com/detail/11/themes/WGD/images/review/5.gif
somehow its trowing /detail and the id of the listing.Code:http://www.example.com/themes/WGD/images/review/5.gif
Use base href in the header to fix the issue.
Thanks bruceper that did the job.
Can u explain to me what just happen, an why it did that?
And why does <base href=/> fixes this issue. I just like understanding these things.
If you want pm me and close this threadUnless its a bug.
I forget where, but IndexU uses some function to get the base URL. On some servers it doesn't work and you need to use base href to resolve the issue.
It's not a bug, but I'm not exactly sure why the fetching of the URL fails.