[Pmwiki-users] Fatal error in stdlayout.php with beta1, beta2, and beta3 installs

John Feezell JohnFeezell
Sat Jan 31 11:19:41 CST 2004


Pm,

I've encounter the following fatal error with each installation of the 
betas.

Fatal error: [] operator not supported for strings in 
/home/wplace/public_html/PmWiki-MS/new-pmwiki/pmwiki-0.6.beta3/scripts/stdlayout.php 
on line 48

My fix has been to simply insert the following line
$HTMLHeaderFmt=array();

just before
foreach($PageCSS as $k) {

in scripts/stdlayout.php.

Where should $HTMLHeaderFmt be defined? in local.php?  somewhere else?

Thanks.

/JF



More information about the pmwiki-users mailing list