I'm having trouble integrating v3.7 news into a test site. I'm doing essentially the same thing as I did with v3.6. I did not upgrade v3.6; I put v3.7 in a different folder, created a new SQL database, and ultimately created a separate test site.
In the news page, I'm getting a bunch of code displayed after the article. I'm also getting an error log with the following error:
Code:
href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/blah/public_html/soundsinsync.ca/n13test/index.php:12) in /home/blah/public_html/soundsinsync.ca/n13/index.php on line 23
I've stripped it down to the bare minimum as far as any options. I've used the 3.7 Ajax Template that was installed with the script, the default template that is generated when you click "new template", and a duplicate of the default template from v3.6.
I've stripped down my 'include' to the following:
Code:
<?php include '../../n13/index.php'; ?>
The raw news seems to work fine (link below), but something in the integration has changed that is messing things up for me.
I will PM you a login to the admin, in case that helps.
Notice that <!--, that hasn't came from the script, this is either in your template or index page, try find where this is coming from and remove it, the code appearing should then disappear.
I'm not sure where that errant comment tag came from, as there is not much else on the page except the 'include'. I just created a new page, and started over, and all is good.