There is a notice/warning when I click on a blog post's date (e.g. http://demo.megadrupal.com/d7/md-cleanse/archive/201406)
Notice: Undefined index: field_portfolio_category in md_cleanse_preprocess_node() (line 670 of /home/www/demo.megadrupal.com/public_html/d7/md-cleanse/sites/all/themes/md_cleanse/template.php).
Warning: Invalid argument supplied for foreach() in md_cleanse_preprocess_node() (line 670 of /home/www/demo.megadrupal.com/public_html/d7/md-cleanse/sites/all/themes/md_cleanse/template.php).
How can I fix this?
Hi. Please send us your site's url and admin account as well as FTP account to [email protected] (also this forum link) We will check and fix this issue
Hi Cindy, I cannot send you my account information, could you just tell me how to fix this?
Please open file template.php (md_cleanse/template.php) > find and remove the function named md_cleanse_preprocess_node(&$variables) and replace with:
Thank you, that helped