Search found 2 matches

by Ricardo
Mon May 24, 2004 8:21 am
Forum: Installation
Topic: Can't get embedding with subdirectory working.
Replies: 2
Views: 5584

I do it this way around

wrapper.php (in serendipity directory)
<?php
$_REQUEST['page'] = 'blog';
// Let serendipity generate our content:
ob_start();
require 'index.php';
$blog_data = ob_get_contents();
ob_end_clean();

// Now we include our normal content building file.
// This one has to make ...
by Ricardo
Thu Jan 15, 2004 9:23 am
Forum: General discussions
Topic: top referrers don 't show
Replies: 3
Views: 9319

Hmm... I reported this on the mailing list last week but they then appeared. I even checked my mysql db and all data was there.