Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

benelson

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ben Nelson

benelson's Achievements

  1. I seem to be having the same issue. I installed version 1.4.5 of the google checkout module last week and after messing with it for a few days I got it to work perfectly. I installed a few more contributions to my store (completely unrelated ones in my opinion) and now all of a sudden when I click on the google checkout button on the shopping_cart.php page, it just reloads that page. It used to go to google checkout and process the transaction. I updated the module to the new version 1.5 with no luck. It still does the same thing. Any help would be greatly appreciated.
  2. Hey James we still haven't figured out the answer to this problem. We are still just using the unupdated version.
  3. Hey Jared thanks for the reply! I just went into both files and they were both already updated with the line you said to change. The admin page reads: $offset = ($max_rows_per_page * ($current_page_number - 1)); $sql_query .= " limit " . max($offset, 0) . ", " . $max_rows_per_page; The catalog one reads: $offset = ($this->number_of_rows_per_page * ($this->current_page_number - 1)); $this->sql_query .= " limit " . max($offset, 0) . ", " . $this->number_of_rows_per_page;
  4. Hi all this is my first of many posts here I hope! I just installed the contribution Complete Reviews System, the "Complete Reviews System with Star Rating System" package. It works great. I then attempted to install the extremely simple "Complete Reviews System (Admin) V1.5.txt" package. The contribution can be found at: http://addons.oscommerce.com/info/4397 After installing the new admin addon I get the following error in the "Reviews" page in the admin area: Warning: Division by zero in /home/lightzom/public_html/teststore/admin/includes/classes/split_page_results.php on line 33 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 '-0, MAX_SEARCH_RESULTS_ADMIN' at line 1 select reviews_id, products_id, last_modified, reviews_rating, approved, date_added from reviews order by date_added DESC limit -0, MAX_SEARCH_RESULTS_ADMIN I tried to find what is causing the error in the admin/reviews.php file that is completely replaced and in the modified file admin/includes/functions/html_output.php . Neither of which look like they would produce this error. I'm sorry if this is an overly simple fix but I can't seem to figure it out and didn't see a topic already created for this contribution. Thanks!
×
×
  • Create New...