[pmwiki-users] SDVA and $PubDirUrl

V.Krishn vkrishn4 at gmail.com
Thu Mar 13 06:08:16 CDT 2014


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:
....
Request exceeded the limit of 10 internal redirects due to probable 
configuration error. Use 'LimitInternalRecursion' to increase the limit if 
necessary. Use 'LogLevel debug' to get a backtrace., referer: http://localhost 
....

But no error with $FarmPubDirUrl
	SDVA($Test, array(
		'wwwdir' => '$FarmPubDirUrl/test',
		'jquery' => '/pub/jquery.min.js'
	));


Any guide would be helpful.

-- 
Regards.
V.Krishn



More information about the pmwiki-users mailing list