Re: [pmwiki-users] SDVA and $PubDirUrl

2014-03-13 Thread V.Krishn
> V.Krishn writes: > > I use the var $Test['wwdir'] in $HTMLHeaderFmt. > > How exactly $Test['wwdir'] gets into $HTMLHeaderFmt? (What should I do to > test and experience exactly the same problem on my server?) Thanks, solved now. Placed back .htaccess in pub dir. I have some .htaccess that was

Re: [pmwiki-users] SDVA and $PubDirUrl

2014-03-13 Thread Petko Yotov
V.Krishn writes: I use the var $Test['wwdir'] in $HTMLHeaderFmt. How exactly $Test['wwdir'] gets into $HTMLHeaderFmt? (What should I do to test and experience exactly the same problem on my server?) Petko If not preset in config.php, eg $Test['wwwdir'] = '/pub/cookbook/test'; Then,

[pmwiki-users] SDVA and $PubDirUrl

2014-03-13 Thread V.Krishn
I use the var $Test['wwdir'] in $HTMLHeaderFmt. If not preset in config.php, eg $Test['wwwdir'] = '/pub/cookbook/test'; Then, SDVA($Test, array( 'wwwdir' => '$PubDirUrl/test', 'jquery' => '/pub/jquery.min.js' )); gives following error: Reque