1 thescot Mar 15, 2007 17:08
3 thescot Mar 15, 2007 19:57
There is no Preview link. The link in the Submit is:
http://www.covp.org/b2a/htsrv/comment_post.php
The test root of the blog is at http://www.covp.org/b2a/
There are no other problems in posting or editing blogs.
I did install Edit Permissions Control plugin, but the same problem occurs when it is disabled. I have also backed out the other minor modifications I have made, with the same result (my mods are currently installed now).
Thanks for looking.
4 blueyed Mar 15, 2007 20:50
There have been introduces some bugs regarding the redirect_to param in 1.9.3.
Your skin seems to be based on the "basic" one.
So replace line 167 in blogs/skins/basic/_feedback.php.
Find:
<input type="hidden" name="redirect_to" value="<?php echo rawurlencode(url_rel_to_same_host(regenerate_url('','','','&'), $htsrv_url)) ?>" />
Replace with:
<input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars(url_rel_to_same_host(regenerate_url('','','','&'), $htsrv_url)) ?>" />
5 thescot Mar 15, 2007 22:38
Problem Solved!
I am impressed - Thanks for your quick reply. This was the last major issue we have in order to use b2 on our website.
The other major issue was solved by the Edit Permissions Control plugin. Hopefully the features present in this plugin will at some point in time be integrated into b2.
Thanks again
Thescot
Please post a link to your blog or tell us the value of the "redirect_to" param in the comment/feedback form is. That's the form you click "Preview" or "Send" and which posts to /htsrv/comment_post.php. There should be a hidden param redirect_to. What's its value?
Does Preview work?
An URL to the form would help a lot, so I could inspect the headers getting send in the process.