
del
User
Oct 26, 2006, 4:59 PM
Post #1 of 5
(955 views)
Shortcut
|
|
AM2 Errors after upgrade
|
Can't Post
|
|
I have upgraded AM 1.41 successfully to AM2 however I am getting errors displayed on my Front Page. Warning: main (/home/au12345/www/artman2/publish//include_categoryBreadcrumb.php) [function.main]: failed to open stream: No such file or directory in /home/au12345/public_html/artman2/publish/index.php on line 43 This error appears 3 times where the text "Front Page" should appear to the left of the last updated date. Checking the template the code in question is: <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr> <td><span class="header_breadcrumb"><?php include('$published.categoryBreadcrumb.filepath$'); ?></span></td> <td align="right"><span class="general_text">Last Updated: </span><span class="global_updated">$_lastUpdated$</span></td> </tr> </table> The published code is: <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr> <td><span class="header_breadcrumb"><?php include('/home/au12345/www/artman2/publish//include_categoryBreadcrumb.php'); ?></span></td> <td align="right"><span class="general_text">Last Updated: </span><span class="global_updated">Oct 26, 2006 - 3:05:06 AM</span></td> </tr> </table> The problem appears to be that the file "include_categoryBreadcrumb.php" does not exist under the publish directory. Any ideas what is going on and what, if anything, I should do. Could you also tell me how to only display 1 level of categories in the left hand menu with AM2. With version 1.41 this was straight forward. I have tried change the publishing rules for category menus but that did not seem to do anything. Thanks.
|