I have integrated Plogger into one of my existing pages following the read me guide however whenever I post a comment I get this error;
Warning: Header may not contain more than a single header, new line detected. in D:\vhosts\rapweb.co.uk\httpdocs\arc\gallery\plog-comment.php on line 154
Line 154 handles the page redirect and says;
header('Location: '.$redirect);
Is this a problem with it being integrated? I'm also having issues with the base url too, as I have installed Plogger in a folder called /gallery/ everytime I click on an image/album it is trying to go back to the root of the site and not the folder it is in.