|
pici-info Background and Art project |
pici-network Discussion and community forum |
pici-development Programming and debugging the pici-server Open source software |
python picidae.py -F -o test http://www.picidae.netYou should now find a Screenshot of the picidae website called test.png in your ADMIN folder. * Set the debugging variable in ADMIN/config.php to true
// -------------------------------------------------------------------------- // show debugging messages // -------------------------------------------------------------------------- $debug = true;The debugging messages will be directly written into the browser window, mostly they won't be visibible, because they are hidden behind the image, to see the debugging messages check the source code of the web page. The debugging messages are written at the beginning of the page.
If you are using an other Apache than the Mac OSX default one, you need to give the visudo rights to create the picture to the user under which PHP runs.
Find out which user runs your PHP >>