So, I've installed zen photo and I am trying to plug it into my existing website using this info:
`
<?php
define('ZENFOLDER', 'zp-core');
define('WEBPATH', 'zenphoto');
require_once(WEBPATH . "/" . ZENFOLDER . "/template-functions.php");
?>
`
and now I get this PHP error on the page:
`
Warning: Cannot modify header information - headers already sent by (
output started at /home/content/b/l/a/blacksabbathmc/html/photos.php:12)
in /home/content/b/l/a/blacksabbathmc/html/zenphoto/zp-core/functions.php
on line 1791
`
I know it's got something to do with the sessions in the headers, but I am not sure what I need to do to fix it or where to go to fix it.
Any help would be awesome!
Thanks!