CodeIgniter Forums
CodeIgniter integration with DokuWiki - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: CodeIgniter integration with DokuWiki (/showthread.php?tid=49391)



CodeIgniter integration with DokuWiki - El Forum - 02-17-2012

[eluser]TuxLyn[/eluser]
Hi I would like to integrate DokuWiki (2012-01-25) "Angua" with CodeIgniter 2.1.0

So far I've tried ci-dokuwiki from http://joshjcarrier.googlecode.com/svn/trunk/misc/ci-dokuwiki.zip
you can find more info here http://javadocs.wordpress.com/2010/06/01/codeigniter-integration-with-dokuwiki/

and even tried this info from http://maestric.com/doc/php/integrate-dokuwiki-to-your-website

No luck so far. Can any one please help me with at least fix ci-dokuwiki error ?

Code:
A PHP Error was encountered

Severity: 8192

Message: Assigning the return value of new by reference is deprecated

Filename: libraries/Dokuwiki.php

Line Number: 54

Line #54 code:
Code:
$renderer = & new Doku_Renderer_xhtml_export();

By simply removing & did not work, no output, page is blank.

Thank you so much.