Page 1 of 1

Embedding Serendipity into a php file causing collision

Posted: Wed Aug 01, 2007 2:09 pm
by Ayham
Hi all,

i tried to embed the blog into my site and i got this error message


http://85.214.102.51/articles/test


Some attributes have the same name. Is there a possibilty to change the code to avoid this collision? Especially the clone() function.

i use this wrapper.

<?
ob_start();
require("index.php");

$cont=ob_getcontents();
ob_end_clean();
?>

Thank you for your help.

Re: Embedding Serendipity into a php file causing collision

Posted: Sat Aug 04, 2007 12:48 pm
by garvinhicking
Hi!

I can't see an error message at this URL?

Regards,
Garvin