Quote:
Originally Posted by PhilJ
sabinudash, in skin/smart_template/custom/common.tpl
Replace...
Code:
{include_php file='skin/smart_template/custom/js/switchers/init.php'}
With...
Code:
{include_php file='./skin/smart_template/custom/js/switchers/init.php'}
|
Thanks Phil. I applied the change. It fixed the error. However I'm getting following php error now. This wasn't there before. Are these related? Any suggestion to fix it?
[21-Feb-2011 21:08:52] Warning: preg_match() [function.preg-match]: Unknown modifier 'M' in ../include/adaptives.php on line 98
Many thanks.