From: Reini U. <ru...@x-...> - 2005-01-15 17:14:08
|
wolf schrieb: > I tried installing wiki on a mysql database but this dont work. > So now i try to install it in flatfile mode. > But this dont work too. > > What went wrong. > i dont know why. > > http://www.htwm.de/~vannacke/wiki/index.php But PHP tells you exactly what went wrong. You have to either try a current CVS snapshot, which is call-time pass-by-reference safe, or turn this warning off in your php.ini. As PHP tells you. "Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www38/mx3-8/vannacke/public_html/wiki/lib/CachedMarkup.php on line 466"... -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |