Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot see control panel after admin login


rootnl2k

Recommended Posts

Posted

I set up OsCommerce 2.3 accordingly but now I am not able to see the admin control panel.

 

This browser either did not exit properly or trying to add easy populate did not work correctly.

 

What do I need to restore the admin panel?

Posted

Dave,

 

You will need to complete the installation of EP to correct the issue. Post any error messages you have received so we can assist you.

 

 

 

 

Chris

Posted

Dave,

 

 

You should read the Documentation & Installation.html that is supplied with the Easy Populate download. Also, ensure you have the proper version for your osCommerce installation.

 

 

 

Chris

Posted

Dave,

 

 

You should read the Documentation & Installation.html that is supplied with the Easy Populate download.

 

Me: Yes did that.

 

 

Also, ensure you have the proper version for your osCommerce installation.

 

 

Me: All right Latest versions of OsC 2.3.1 and Ep 2.77 installed

 

Chris

Posted

Chris , here is something in the EP documentation that does not make sense.

 

from http://www.nk.ca/~ab...stallation.html

STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php" �

 

 

Find this code (Around Line 25):

 

'' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '' .

Directly AFTER add this:

 

'Easy Populate' .

 

The catalog.php file contents are

<?php

 

$cl_box_groups[] = array(

'heading' => BOX_HEADING_CATALOG,

'apps' => array(

array(

'code' => FILENAME_CATEGORIES,

'title' => BOX_CATALOG_CATEGORIES_PRODUCTS,

'link' => tep_href_link(FILENAME_CATEGORIES)

),

array(

'code' => FILENAME_PRODUCTS_ATTRIBUTES,

'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,

'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES)

),

array(

'code' => FILENAME_MANUFACTURERS,

'title' => BOX_CATALOG_MANUFACTURERS,

'link' => tep_href_link(FILENAME_MANUFACTURERS)

),

array(

'code' => FILENAME_REVIEWS,

'title' => BOX_CATALOG_REVIEWS,

'link' => tep_href_link(FILENAME_REVIEWS)

array(

'code' => FILENAME_MANUFACTURERS,

'title' => BOX_CATALOG_MANUFACTURERS,

'link' => tep_href_link(FILENAME_MANUFACTURERS)

),

array(

'code' => FILENAME_REVIEWS,

'title' => BOX_CATALOG_REVIEWS,

'link' => tep_href_link(FILENAME_REVIEWS)

),

array(

'code' => FILENAME_SPECIALS,

'title' => BOX_CATALOG_SPECIALS,

'link' => tep_href_link(FILENAME_SPECIALS)

),

array(

'code' => FILENAME_PRODUCTS_EXPECTED,

'title' => BOX_CATALOG_PRODUCTS_EXPECTED,

'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED)

)

)

);

?>

 

So where do I put easy populate?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...