Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No SiteMonitor in Left Column


SonshineTN

Recommended Posts

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!

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...