2 yabba Jun 06, 2007 20:12

I have removed the extra slash...but still doesn't work...Seems something strange because sometimes works but most of the time don't... Can be settings on the server?
This is the info shown in the adress bar of the browser...
I saw the same problem when I visited the link you showed, but when I went to your blog and then clicked on the email icon for your newest post it worked. Let's take a look at the tail end of the URL that worked for me and the one you posted:
&post_id=167&redirect_to=%2Fbologs%2Findex.php%3Fblog%3D2%26page%3D1
Compare this to what you posted above:
&post_id=167&redirect_to=http%3A%2F%2Fwww.punkjazz.tv%2Fbologs%2F%3Fblog%3D2%26page%3D1
Notice how the second one (your link) has some extra stuff in it? If I remove one little bit - "http%3A%2F%2Fwww.punkjazz.tv" - from the URL you posted it seems to work. So I guess the question here is where did you get the URL you posted from? I wonder if it could be a cached copy of a page from before you removed the extra slash?
I tried with empty cache but still doesn't work and appears this URL:
http://punkjazz.tv/bologs/index.php?blog=2&disp=msgform&recipient_id=3&post_id=167&redirect_to=http%3A%2F%2Fwww.punkjazz.tv%2Fbologs%2F%3Fblog%3D2%26page%3D1
If I cut off this part and everything works
redirect_to=http%3A%2F%2Fwww.punkjazz.tv%2Fbologs%2F%3Fblog%3D2%26page%3D1
this "redirect_to" seems to me (pure intuition!) an action related to settings files...But the strange thing is that sometimes (few times) it works perfectly.
WHERE does that URL show up on your blog? Since it has a recipient_id and a post_id it looks like the link to the message form on each post, but when I visited your blog I didn't have any trouble getting the message form from your posts.
Fixed!! I only had to change the link on my Web site...
from:
http://www.punkjazz.tv/bologs/
to:
http://punkjazz.tv/bologs/index.php?blog=2
With this URL on the browser the email link works perfectly
Thank you for help!!:D
m
Crack open conf/_basic_config.php and find a line that starts $baseurl= and remove the extra / from the end of the url ;)
¥