Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add_ccgvdc_english.php


tec

Recommended Posts

The contribution you installed is not Options For Images, unless you have also installed another contribution - because that error relates to an incomplete installation of the CCGV Contribution - Credit Class and Gift Voucher.

 

I know that your 'admin' is disabled by this error, but you should never post a link to your 'admin' section.

 

Rename the admin folder to something unique, then edit the two references to /admin/ to /newname/ in admin/includes/configure.php - then go to your web hosting control panel and set up Password Protection for that folder.

 

Vger

Link to comment
Share on other sites

The contribution you installed is not Options For Images, unless you have also installed another contribution - because that error relates to an incomplete installation of the CCGV Contribution - Credit Class and Gift Voucher.

 

I know that your 'admin' is disabled by this error, but you should never post a link to your 'admin' section.

 

Rename the admin folder to something unique, then edit the two references to /admin/ to /newname/ in admin/includes/configure.php - then go to your web hosting control panel and set up Password Protection for that folder.

 

Vger

 

 

thanks you Vger, i know it is not a good idea to post my admin, but i am so frustrated that i cant get anything to work properly, that i gave up on being private, now i am just screaming for help.

 

The install was fresh from a zip file of osc, i did not put in the contribution for the vouchers, it is in the default english.php.

 

I will take your advice and change the directory like you mentioned, thank you very much

Link to comment
Share on other sites

Hiya Vger, i was able to fix the error but now i am getting this

Fatal error: Call to undefined function: tep_admin_files_boxes() in /home/teclive/public_html/roman/admin/includes/boxes/catalog.php on line 37

 

this is the code from the page

<tr>
           <td>
<?php
 $heading = array();
 $contents = array();

 $heading[] = array('text'  => BOX_HEADING_CATALOG,
                    'link'  => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog'));

 if ($selected_box == 'catalog' || $menu_dhtml == true) {
   $contents[] = array('text'  =>
//Admin begin
//                                   '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' .
//                                   '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' .
//                                   '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' .

//'<a href="' . tep_href_link(FILENAME_OPTIONS_IMAGES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_OPTIONS_IMAGES . '</a><br>' .
//                                   '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' .
//                                   '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' .
//                                   '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' .
                                  // MaxiDVD Added Line For WYSIWYG HTML Area: BOF
//                                     '<a href="' . tep_href_link(FILENAME_DEFINE_MAINPAGE, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DEFINE_MAINPAGE . '</a>');
                                  // MaxiDVD Added Line For WYSIWYG HTML Area: EOF
                                  tep_admin_files_boxes(FILENAME_CATEGORIES, BOX_CATALOG_CATEGORIES_PRODUCTS) .
                                  tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES, BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES) .
                                  tep_admin_files_boxes(FILENAME_MANUFACTURERS, BOX_CATALOG_MANUFACTURERS) .
                                  tep_admin_files_boxes(FILENAME_REVIEWS, BOX_CATALOG_REVIEWS) .
                                  tep_admin_files_boxes(FILENAME_SPECIALS, BOX_CATALOG_SPECIALS) .
                                  tep_admin_files_boxes(FILENAME_SHOPBYPRICE, BOX_CATALOG_SHOP_BY_PRICE) .
                              tep_admin_files_boxes(FILENAME_XSELL_PRODUCTS, BOX_CATALOG_XSELL_PRODUCTS) .
                               tep_admin_files_boxes(FILENAME_EASYPOPULATE, BOX_CATALOG_EASYPOPULATE) .
                              tep_admin_files_boxes(FILENAME_DEFINE_MAINPAGE, BOX_CATALOG_DEFINE_MAINPAGE) .
                                  tep_admin_files_boxes(FILENAME_SALEMAKER, BOX_CATALOG_SALEMAKER) .
                                  tep_admin_files_boxes(FILENAME_FEATURED, BOX_CATALOG_FEATURED) .
                                  tep_admin_files_boxes(FILENAME_PRODUCTS_EXPECTED, BOX_CATALOG_PRODUCTS_EXPECTED));
//Admin end
 }

 $box = new box;
 echo $box->menuBox($heading, $contents);
?>
           </td>
         </tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...