Search found 3 matches

by dbu
Fri May 05, 2006 10:31 am
Forum: Development
Topic: Embedding Problem
Replies: 10
Views: 11365

I test it on my local machine, so i can not give you ftp access. I will upload the page and see whether i have the problem on the server too. I tried to create a minimal example of the bug, but it did not work. I embed serendipity into phpcms, which makes the whole thing rather complicated. I found ...
by dbu
Thu Apr 27, 2006 6:59 pm
Forum: Development
Topic: Embedding Problem
Replies: 10
Views: 11365

output

well, i tried to debug, and when setting $serendipity['production'] = 'debug', i see a lot of Notice: error messages. however, usually, they are supressed and thus i think should not occur. (correct me if i am wrong) Notice: Use of undefined constant CHARSET_NATIVE - assumed 'CHARSET_NATIVE' in /hom...
by dbu
Fri Apr 21, 2006 12:26 pm
Forum: Development
Topic: Embedding Problem
Replies: 10
Views: 11365

Embedding Problem

Hello and thanks, s9y is a great tool! I try to embed it into my web pages, where i use the phpcms system. However, i use the ob_start() methods, but it does not work. I brought it down to a minimal code showing the problem: ob_start(); chdir(dirname(__FILE__)); require('index.php'); //s9y $x = ob_g...