[pmwiki-users] getting the beeblebrox skin to work with public beta 2.0

andrea nelson andrea at andreanelson.com
Tue Feb 15 13:26:30 CST 2005


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/beeblebrox-gila2 directory.

the beeblebrox skin.php file looks like this, very simple:
***
<?php
   global $PageLogoFmt;

   SDV($PageLogoFmt,"<a href='$ScriptUrl'>Wiki<span>Title</span></a><br 
/>
     <span id='tag'>Subtitle</span>");
?>
***

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



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1918 bytes
Desc: not available
Url : /pipermail/pmwiki-users/attachments/20050215/d4f3f3f6/attachment.bin 


More information about the pmwiki-users mailing list