[dokuwiki] Re: memory exhausted by renderer.php

  • From: freggeln <freggeln@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 16 Jul 2010 21:48:28 +0200

Hi

I suggest reusing DokuWiki's methods from inc/parserutils.php:

$info = array();
$inst = p_get_instructions($your_entry_from_db);
$xhtml = p_render('xhtml',$inst,$info)


Unfortunately this leads to the same error as before. Maybe it is useful to provide you with an example 'document' to check this. I have uploaded
the document to: http://www.freggeln.com/dokuproblem.txt

Same document inside my dokuwiki installation works fine. Is it maybe related to an issue with the collation?

Any further advice would be appreciated.

Regards

--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: