Nikki2249 0 Posted February 14, 2011 Loaded the contribution which I think looks great, but am having problems with the information.php file Original doc code: <?php /* $Id: information.php,v 1.6 2002/11/22 18:56:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<ul class="information"> <li class="bg_list_un"><a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>' . '<li class="bg_list"><a href="' . tep_href_link(FILENAME_SITEMAP_SEO) . '">' . BOX_INFORMATION_SITEMAP_SEO . '</a></li>' . '</ul>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> I have added the editing for Document Manager - but no matter where I make an adjustment, I continue receiving the following. Fatal error: Call to a member function add_current_page() on a non-object in /hermes/bosweb/web271/b2717/ipg.auniquetouchcom/itsunique2/shop/includes/application_top.php on line 320 Need help regarding setting up the information.php and if there is possibly some other error that I may be making? Share this post Link to post Share on other sites