[Pmwiki-users] Problems with calendar

Hochstrasser Benedikt bhoc
Mon Sep 6 08:50:48 CDT 2004


Franco Stellin wrote:

>>>
When I include the: include_once("local/wikilog/wikilog-config.php");
line in the "local/config.php" file what I get when I access my wiki
pages is just an *empty* page ?). any ideas of what I may have done
wrong? TIA. --Franco
<<<

Put the following two lines at the beginning of your local/config.php
file:

ini_set("display_errors", "1");
error_reporting(E_ALL);

They should tell you when and where something went wrong. (It might be a
good idea to have them in the config-sample.php, maybe commented out)

-- 
Ben



More information about the pmwiki-users mailing list