[phpWebLog-devel] Weblog configuration problem
Brought to you by:
openface
|
From: Pierre J. <pw...@al...> - 2004-02-29 23:42:31
|
I am quite new to PHP. However, I succeded installing EasyPHP and starting to configure Weblog on my local computer. But I keep on hammering on an error trying to set it up : While loading the /weblog/setup/index.php page after creating my database and setting up options as described in the INSTALL file, I have the following error : 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 cache_eval_expire(). 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 C:\Documents and Settings\My name\Mes documents\Web\weblog\include\cache.inc.php on line 186 Notice: Use of undefined constant CACHE_ON - assumed 'CACHE_ON' in C:\Documents and Settings\My name\Mes documents\Web\weblog\include\cache.inc.php on line 28 Notice: Use of undefined constant CACHE_DIR - assumed 'CACHE_DIR' in C:\Documents and Settings\My name\Mes documents\Web\weblog\include\cache.inc.php on line 29 ...followed by a long list of lines with similar errors. What should I do ? Pierre Johnson |