Embedding Serendipity into a php file causing collision
Posted: Wed Aug 01, 2007 2:09 pm
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.
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.