hi there, after help from the mailing list, i got my wiki to work finally (i used a different web server). the initial install looked good and worked, but then i wanted to make it 'pretty' so i tried adding the beeblebrox skin. here's my wiki: http://sims.berkeley.edu/~andrea/pmwiki-2.0.beta21/pmwiki.php here are the warnings i get: *** Warning: setskin(pub/skins/beeblebrox-gila2/skin.php): failed to open stream: No such file or directory in /home/andrea/public_html/pmwiki-2.0.beta21/scripts/skins.php on line 56 Warning: setskin(): Failed opening 'pub/skins/beeblebrox-gila2/skin.php' for inclusion (include_path='/www/lib_common') in /home/andrea/public_html/pmwiki-2.0.beta21/scripts/skins.php on line 56 Warning: Cannot modify header information - headers already sent by (output started at /home/andrea/public_html/pmwiki-2.0.beta21/scripts/skins.php:56) in /home/andrea/public_html/pmwiki-2.0.beta21/pmwiki.php on line 637 *** these warnings all point to line 56 in the scripts/skins.php file. however, i don't understand the warnings well enough to modify the php. i follow the installed wiki directory structure. then i have the beeblebrox skin in the pub/skins/Lucida Grandebeeblebrox-gila2 directory. the beeblebrox skin.php file looks like this, very simple: *** <Wiki<Title<<<
<Subtitle<"); ?> *** here is line 56 (and surrounding code) of the scripts/skins.php file: *** if (file_exists("$SkinDir/$Skin.php")) include_once("$SkinDir/$Skin.php"); else if (file_exists("$SkinDir/skin.php")) #--->#Line 56 is next include_once("$SkinDir/skin.php"); if ($IsTemplateLoaded) return; *** any ideas as to how to fix this? it looks like it might be easy for those in the know. thanks! andrea