Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TIREDofBS4

Archived
  • Posts

    57
  • Joined

  • Last visited

Profile Information

  • Real Name
    Robert

TIREDofBS4's Achievements

  1. IS this thred open anymore? I just now noticed not many responses and none from the developer
  2. Ok Igot through the instructions. to the click install ot discoupon module in you admin tool.. when i click isntall i get this error message Fatal error: Cannot instantiate non-existent class: ot_discount_coupon in /home/danicasb/public_html/admin/modules.php on line 95
  3. ty for pointing out the clean copy access thath elped too
  4. THANK YOU!! THAT Explainedi n terms I could use..much appreciated
  5. how can i restore it if that part of admin tool is inaccessible?
  6. Well since my backup folder in admin isunavailable because of therror I cant see clean copy of catalog php... I admit im a codign idiot that why i spent 2 days trying to get help. but it either went ignored or smart aleck remarks. there fore when i kept redoing things I must have messed it up. But All im asking now is to get my admin back obviously none of the discount addons work properly unless you are a prgoramming whicz and they dont wanna help which is fine. but can soemone help me retrieve my admin area...If i could tell by looking I would have not bothered you folks...trust me I dont like being a bother,
  7. no chris this is different thato ne was the reports.php this is the catalog.php
  8. thanks for the help..if you cant help butt outI need help not someone to tell me what to feel... help is appreciated soemone who doesnt care or realize howmuch effort i put into this to screw it all up isnt needed
  9. now error reads Parse error: syntax error, unexpected ')' in /home/danicasb/public_html/admin/includes/boxes/catalog.php on line 34 here is the code for the php now <?php /* $Id: catalog.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ ?> <!-- catalog //--> <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') { $contents[] = array('text' => '<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_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . //kgt - discount coupons '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' . '<a href="' . tep_href_link(FILENAME_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DISCOUNT_COUPONS . '</a>' ); '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); ***************/ //end kgt - discount coupons $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- catalog_eof //-->
  10. but since the fdeveloper isnt answering in my wefforts to go back and doublecheck I have messed it all up and om so disgusted that osc cant offer some better customer support...I did a backup today beforei started..would be good news if coould access it but now my admin tool is amiss with the following error Parse error: syntax error, unexpected $end in /home/danicasb/public_html/admin/includes/boxes/catalog.php on line 44
  11. ihabve had it posted on that thred for over 34 answers with no replies whatsoever
  12. I waso n last instruction where you to go admin and modules..order total...click install..and that when the error message came up
  13. got to the instruction to click install in the modules. and ot this error: Fatal error: Cannot instantiate non-existent class: ot_discount_coupon in /home/danicasb/public_html/admin/modules.php on line 95 me so code stupid not sure what to do any help appreciated
  14. Error SQL query: define( 'TABLE_COUPONS', 'coupons' ) MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'define('TABLE_COUPONS', 'coupons')' at line 1 and this above when i try ti import first txt
×
×
  • Create New...