It's like weeding a garden.
Some time ago I asked that the breadcrumb and
navigation information be rendered consistently for all
applications (Hansel and Gretel would be screwed). And
PeterC went through and fixed links.php, events.php etc
so that they all prodoced breadcrumb information.
Then, to give the navbar menu context, I had asked that
the BE_SECTION placeholder consistently render the
URLname of both content sections and applications. And
Mike G took care of that. And it worked, for a time.
Now it's broken again. More specifically, here's a
rundown of the pages that get rendered in the Navbar:
* login.php renders "login" - works
* index.php renders "home" - works
* search.php renders "Home" - BE_SECTION broken -
should render "search", but breadcrumb okay
* links.php renders "home" - BE_SECTION broken - should
render "links" also getting this notice: Notice:
Undefined offset: 0 in
/home/clawson/back-end0.7.x/class/BE_Link.class on line 705
* events.php renders "Home" - BE_SECTION broken -
should render "events"
* poll.php renders "Home" - BE_SECTION broken - should
render "polls"
* action.php - cannot verify - getting only this error:
Warning: initializedbdataobjects(DB/DataObject.php):
failed to open stream: No such file or directory in
/home/clawson/back-end0.7.x/class/BE_functions.inc on
line 1961
* BE_petition.php - cannot verify - Warning:
initializedbdataobjects(DB/DataObject.php): failed to
open stream: No such file or directory in
/home/clawson/back-end0.7.x/class/BE_functions.inc on
line 1961
* BE_feedback.php - renders "Feedback" - BE_SECTION
broken - should render "feedback"
* sitemap.php - renders "Sitemap" - BE_SECTION broken -
should render "sitemap"
* about.php - renders "About" - BE_SECTION broken -
should render "about" how does one edit this page?
A related issue: the section list block ( * Admin
* Site Map * Developers * Clients) should appear
on all the navbar's application pages. it fails to
appear on:
* poll.php
* BE_feedback.php
* about.php
* cannot verify BE_petition.php and action.php