Hi, I am getting the following error in my bread crumbs: Warning: Invalid argument supplied for foreach() in /homepages/40/d418666170/htdocs/zp-core/template-functions.php on line 1012.
I am running Zenphoto 1.4.1.6 [8326] (Official Build), and I have the Zenpage plugin (version 1.4.1) activated. The breadcrumbs in my albums are fine, but on both zenpages the above error happens.
You can see the pages here if that helps:
1.
http://s418666187.onlinehome.us/index.php?p=pages&title=repairsand
2.
http://s418666187.onlinehome.us/index.php?p=pages&title=contactIn the pages.php file, the line of code producing the error is on line 44: <?php printParentBreadcrumb("", " > ", " > "); ?> <?php printPageTitle(false);?>
Any thoughts on how I can fix this? My host is 1and1.com, by the way. If I can tell you anything else, please let me know.
Thanks!
Chris
Comments
"printParentBreadcrumb" is a gallery function (noted on the documenation btw) and therefore does not work on Zenpage items. You have to use this:
http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-template-functions.php.html#functionprintZenpageItemsBreadcrumb