Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tsuiphoto

Archived
  • Posts

    16
  • Joined

  • Last visited

Everything posted by tsuiphoto

  1. I installed Country-State Selector v1.5.5 (AJAX) by just copied and pasted the php files to the site. I got an error message as below Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/mysite/html/includes/header.php:162) in /home/mysite/html/includes/boxes/categories.php on line 59 Anyone know how to fix this? Thanks!
  2. The changes on the above example only works at the admin session. You also need to make the same changes at the catalog/includes/functions/sessions.php. This should work. It works on mine. Good luck!
  3. I recently setup SSL for my catalog. Http turns to Https when people process to checkout. However, there is a problem. If the cart is empty, the checkout link is not working and I got the page not found message. If the cart has some items, the link works fine. Does anyone know how to fix this? Thanks!
  4. I forgot where I found this solution, Open admin/includes/functions/sessions.php and find the code: if (STORE_SESSIONS == 'mysql') { if (!$SESS_LIFE = get_cfg_var('session.gc_maxlifetime')) { $SESS_LIFE = 1440; } Change 1440 to bigger number. 3600 is 1 hour.
  5. I search the froum and couldn't find the right answer. How do I secure the admin area with Admin access level 1.2 ? I modified the admin/includes/configure.php as follow: define('HTTPS_CATALOG_SERVER', 'https://secure.server.name/facinie.com/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module When I login, I still sees http instead of https. What did I miss? Please help!
  6. I got the Administration Access Level Accounts 2.0 working in most of the case. However, after I logged in and tried to go to customers->Orders, I got this error message: Fatal error: Call to undefined function: trans_id() in /var/www/html/eshop/admin/orders.php on line 384. Anyone knows how to fix this? Thanks! :(
  7. It works! I modified the admin/filenames.php as the install.txt mentioned. It should be catalog/includes/filenames.php. Thanks!
  8. After Iinstalled the Master Products 1.5.1 and try to preview the slave product via the site.I got these errormessage: Warning: main(includes/modules/FILENAME_SLAVE_LISTING): failed to open stream: No such file or directory in /home/mental/public_html/eshop/product_info.php on line 297 Warning: main(includes/modules/FILENAME_SLAVE_LISTING): failed to open stream: No such file or directory in /home/mental/public_html/eshop/product_info.php on line 297 Warning: main(): Failed opening 'includes/modules/FILENAME_SLAVE_LISTING' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/sqmail') in /home/mental/public_html/eshop/product_info.php on line 297 Anyone knows what happen? Thanks!
  9. Hi, I installed the CSVToDB_V1.0 and tried to upload a CSV file to database via the Admin panel. I got the following exceptions: Warning: copy(uploads/products.csv): failed to open stream: Permission denied in /home/mental/public_html/eshop/admin/CSVToDB.php on line 14 Warning: fopen(uploads/products.csv): failed to open stream: Permission denied in /home/mental/public_html/eshop/admin/CSVToDB.php on line 18 Warning: fgetcsv(): supplied argument is not a valid stream resource in /home/mental/public_html/eshop/admin/CSVToDB.php on line 19 Warning: fgetcsv(): supplied argument is not a valid stream resource in /home/mental/public_html/eshop/admin/CSVToDB.php on line 32 Warning: fclose(): supplied argument is not a valid stream resource in /home/mental/public_html/eshop/admin/CSVToDB.php on line 49 Can anyone tell me how to fix this? Thanks!
×
×
  • Create New...