Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

johnniefp

Archived
  • Posts

    19
  • Joined

  • Last visited

Everything posted by johnniefp

  1. This means that you have not defined 'TABLE_ORDERS_MAXMIND' in catalog/admin/includes/database_tables.php and catalog/includes/database_tables.php
  2. In orders.php try moving // Maxmind Mod Noel Latsha if (tep_not_null($order->info['cc_number'])) { require(DIR_WS_MODULES . 'maxmind/maxmind.php'); } // End Maxmind Mod Noel Latsha to the lines just below tep_db_perform(TABLE_ORDERS, $sql_data_array); $insert_id = tep_db_insert_id(); I think $sql_data_array is being clobbered before maxmind.php can pick up and read the array.
  3. Thanks for your input Chemo, increasing the memory alloc in php.ini did indeed help, though as you imply, I think I may need to look a bit deeper at the structure of the store...hmmmm. A most excellent contrib by the way, as for the install scripts & installation procedure/instructions, well.. lets just say "I like your style". I'll be playing with minor hack on this tomorrow to preg_replace <br> to - as my descriptions often have breaks in them, I'll post when done, it may help others. Cheers john
  4. Sorry for the cross post from the SEO v2.0 forum, but I have a feeling that this shouldhav been the place to post....anyway. --------------------------------------------------------- I'm having trouble with this one, I have installed: 7 Feb 2005 - Ultimate SEO URLs v2.0b I'm sure I have followed all steps to the letter but my index page is blank, php_error log says: [17-Feb-2005 15:26:25] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 11796480 bytes) in /usr/local/home/httpd/vhtdocs/domain.com/includes/classes/cache.class.php(157) : eval()'d code on line 21846 My store has approx 11000 items in there so it must be ahaving trouble building the cache of files [assumption] ideas? john
  5. I having trouble with this one, I have installed: 7 Feb 2005 - Ultimate SEO URLs v2.0b I'm sure I have followed all steps to the letter but my index page is blank, php_error log says: [17-Feb-2005 15:26:25] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 11796480 bytes) in /usr/local/home/httpd/vhtdocs/domain.com/includes/classes/cache.class.php(157) : eval()'d code on line 21846 My store has approx 11000 items in there. ideas? Oh, and is this the correct place for support on this, or is the other thread Ultimate SEOstill the active one? john
  6. Has there been any mention of using redirect 301 [moved permanently] with this contribution? Anyone started coding anything I can use/build-on that would save me re-inventing the wheel.
  7. Excellent, thanks Bobby. I'll be installing soon :-)
  8. Can the SEO url be truncated? My store has long very product titles, which would lead to: http://www.mystore.com/this-is-an-extremel...ption-c-25.html Can this become: http://www.mystore.com/this-is-an-extremely-long-c-25.html Where can I use substr() in this contrib? ta john
  9. I have installed the latest available version of newsdesk 1.48.3, but I don't seem to be able to get html_editor to work. I'm assuming its supposed to be mambo like for the textarea. When I highlight some text int the textarea then click on e.g. the "bold" icon it just enters the string <b>text</b> at the bottom of the text area. I Tried in IE6 & Mozilla. Clues anyone?
×
×
  • Create New...