SonshineTN 0 Posted January 14, 2011 I upgraded osCommerce and as such, lost my SiteMonitor. I tried adding it back to the left column by adding the code in english.php, filesnames.php, and column_left.php. I am still not seeing the SiteMonitor options in the left menu bar. Any suggestions? Thanks so much! Share this post Link to post Share on other sites
pdcelec 29 Posted January 14, 2011 I upgraded osCommerce and as such, lost my SiteMonitor. I tried adding it back to the left column by adding the code in english.php, filesnames.php, and column_left.php. I am still not seeing the SiteMonitor options in the left menu bar. Any suggestions? Thanks so much! which version of osC? Share this post Link to post Share on other sites
CutieCute2 0 Posted January 28, 2011 which version of osC? I've installed sitemonitor V2.8 for the first time and had the same obstacle. OSC V2.2. Thanks in advance for any advice. Share this post Link to post Share on other sites
Guest Posted January 28, 2011 Without this line added to admin/includes/column_left.php, you won't see Site Monitor on the column. require(DIR_WS_BOXES . 'sitemonitor.php'); Check your installation again . Chris Share this post Link to post Share on other sites
CutieCute2 0 Posted January 28, 2011 Without this line added to admin/includes/column_left.php, you won't see Site Monitor on the column. require(DIR_WS_BOXES . 'sitemonitor.php'); Check your installation again . Chris Hey Chris. Thanks for your fast response. I don't think this is my problem. I have :- require(DIR_WS_BOXES . 'sitemonitor.php'); require(DIR_WS_BOXES . 'configuration.php'); require(DIR_WS_BOXES . 'catalog.php'); require(DIR_WS_BOXES . 'modules.php'); require(DIR_WS_BOXES . 'customers.php'); require(DIR_WS_BOXES . 'taxes.php'); require(DIR_WS_BOXES . 'localization.php'); require(DIR_WS_BOXES . 'reports.php'); require(DIR_WS_BOXES . 'tools.php'); Share this post Link to post Share on other sites
CutieCute2 0 Posted February 2, 2011 See this thread for the solution to my problem and other discussions for this contribution. Site Monitor Thread Share this post Link to post Share on other sites
SonshineTN 0 Posted February 2, 2011 Thanks. I updated from 2.8 to 2.9 and still don't see the Site Monitor in the left column of the Admin area. Share this post Link to post Share on other sites