dfwiki problems

dfwiki problems

by Hugh Morrow -
Number of replies: 2
Ludo & team,

First, your link to the installation instructions for DFwiki is broken .. "Course module is incorrect"

Second, I'm trying to move my dfwiki to a new server and keep getting an error:

Warning: preg_replace_callback() [function.preg-replace-callback]: Unknown modifier '|' in /home/iconic/public_html/ed/lib/markdown.php on line 845

I've tried moving my original version (2006052502) and the latest version (2006061400 which is listed as 2006052502 in the modules list).

Any tips?

Third, and final, when will DF wiki be included in the standard moodle package?

Regards,

Hugh
Average of ratings: -
In reply to Hugh Morrow

Re: dfwiki problems

by Nicky Net -

I hope the following discussion helps with the Second problem:

http://moodle.org/bugs/bug.php?op=show&bugid=5768&pos=3

 

Comments:
Posted By: ******
Date: 10:30 PM On 08-Jun-2006
php reports this warning for cvs://lib/markdown.php
"PHP Warning:  preg_replace_callback() [<a href='function.preg-replace-callback'>function.preg-replace-callback</a>]: Unknown

modifier '|' in C:\moodle\lib\markdown.php on line 845"

suggested new code:
(?:[ ]{$md_tab_width} |
\\t)

Just one backslash gets removed.

-----------------------

happy moodling

Nicky