Embedding Serendipity into a php file causing collision

Having trouble installing serendipity?
Post Reply
Ayham
Posts: 1
Joined: Wed Aug 01, 2007 1:38 pm
Contact:

Embedding Serendipity into a php file causing collision

Post 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.
www.widgetlabs.de
widget consulting and development
API/Widgets Directory
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Embedding Serendipity into a php file causing collision

Post by garvinhicking »

Hi!

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

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply