Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

timmay

Archived
  • Posts

    26
  • Joined

  • Last visited

Everything posted by timmay

  1. Hey here is your fix. http://www.oscommerce.com/forums/viewtopic.php...urchase+account
  2. Here is the fix for password error. Now if someone can help me with my problem i would appreciate it. http://www.oscommerce.com/forums/viewtopic.php...urchase+account
  3. I guys i cant even get the think to work at all, so please tell me what you did to get the think to work period. I get and error that says Fatal error: Cannot redeclare tep_session_start() (previously declared in /home/tnovakow/public_html/cart/includes/functions/sessions.php:67) in /home/tnovakow/public_html/cart/includes/functions/sessions.php on line 66 I did have the problem that the files to replace did not exist in the path so i just put them in the correct path to where they were. but had to add the two files in languages/english maybe thats where i messed up i had to put them in there not replace becuase they didnt exist. also, I see that it says if you have to rename then change in every file. maybe this has something to do with the errors. There is three post going around about this problem maybe someone will look into the con and fix.
  4. I did see that myself but figured since it said that is working with new version that it was an wording error. But any help would be greatly appreciated on this.Somebody has to know how to fix this error. thanks
  5. Here is lines 50 through 130 i pasted these becuase 60 -70 did not have any thing about tep_session_start(). expiry = '" . $expiry . "', value = '" . $value . "' where sesskey = '" . $key . "'"); } else { return tep_db_query("insert into " . TABLE_SESSIONS . " values ('" . $key . "', '" . $expiry . "', '" . $value . "')"); } } function _sess_destroy($key) { return tep_db_query("delete from " . TABLE_SESSIONS . " where sesskey = '" . $key . "'"); } function _sess_gc($maxlifetime) { tep_db_query("delete from " . TABLE_SESSIONS . " where expiry < '" . time() . "'"); return true; } session_set_save_handler('_sess_open', '_sess_close', '_sess_read', '_sess_write', '_sess_destroy', '_sess_gc'); } function tep_session_start() { return session_start(); } function tep_session_register($variable) { return session_register($variable); } function tep_session_is_registered($variable) { return session_is_registered($variable); } function tep_session_unregister($variable) { return session_unregister($variable); } function tep_session_id($sessid = '') { if ($sessid != '') { return session_id($sessid); } else { return session_id(); } } function tep_session_name($name = '') { if ($name != '') { return session_name($name); } else { return session_name(); } } function tep_session_close() { if (function_exists('session_close')) { return session_close(); } } function tep_session_destroy() { return session_destroy(); } function tep_session_save_path($path = '') { if ($path != '') { return session_save_path($path); } else { return session_save_path(); } } ?>
  6. Hi , i installed purchase without account con, and i now get this error. Fatal error: Cannot redeclare tep_session_start() (previously declared in /home/tnovakow/public_html/cart/includes/functions/sessions.php:67) in /home/tnovakow/public_html/cart/includes/functions/sessions.php on line 66 please help if possible. i would really like this option thanks
  7. This is the error i get at the bottom of every page. 1146 - Table 'tnovakow_osc2.TABLE_USER_TRACKING' doesn't exist insert into TABLE_USER_TRACKING (customer_id, full_name, session_id, ip_address, time_entry, time_last_click, last_page_url, page_desc) values ('', 'Guest', 'b9513c9d7bd50bb0fba6721e47db5a01', '66.73.229.10', '1048218019', '1048218019', '/cart/privacy.php', 'Privacy Notice') [TEP STOP] please help
×
×
  • Create New...