Hi and thanks for this great contribution. But like others who have reported errors I too am facing the same problem. Here is what the errors say.
[04-Apr-2012 01:55:15] PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/mysite/public_html/zc_test/includes/templates/mytemplate/common/html_header.php on line 49
[04-Apr-2012 01:55:15] PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array in /home/mysite/public_html/zc_test/includes/templates/mytemplate/common/html_header.php on line 50
On lines 49 and 50 I have the following.
//no need to edit below this line:
extract($product_info_metatags->fields);
Has anyone manage to resolve these erros yet? As it's not feasible for me to log into all the sites I manage and delete these error files all the time.
I also noticed an issue with using the addthis.php sidebox module. The issue I am facing is that it places itself at the very top of my side boxes regardless of the sort order number being placed on it. Is there a way to fix this as well?
Thanks.