Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cheepnis

Pioneers
  • Posts

    98
  • Joined

  • Last visited

Profile Information

Cheepnis's Achievements

  1. Is there any reason why my problem is being ignored?
  2. Solved it and added it as an optional addition to the mod in the contributions database. Works great!
  3. You need a carriage return in this line: source = tep_db_fetch_array($source_query);$entry_referral = tep_get_sources_name($source['customers_info_source_id'], $cust_result['customers_id']); Between query); and $entry
  4. Similar request as vixen800: I would like this to show up on the orders list and was able to insert all the fields properly in orders.php by inserting the appropriate lines from customers.php. It shows up just fine in the admin orders listing. However, none of the data is reported, that is to say, all the results show " --none-- " in the "Referred By" column. I'm sure it has to do with the search string variables $customers['customers_id'] that are requested here not being created as they are in customers.php, but I don't know how to modify this to collect the data: //rmh referral start $source_query = tep_db_query("select customers_info_source_id from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customers['customers_id'] . "'"); $source = tep_db_fetch_array($source_query); $entry_referral = tep_get_sources_name($source['customers_info_source_id'], $customers['customers_id']); //rmh referral end
  5. What is the file usu_cache.db-journal and why does it show up in my \cache_system\sqlite folder? It has zero-length and zero permissions(!) but when it shows up, my store breaks with this error: Fatal error: Call to a member function fetch() on a non-object in /users/MYDOMAIN.com/htdocs/store/catalog/includes/modules/ultimate_seo_urls5/main/usu5.php on line 308 I wrote about this problem before and in the meantime discovered that this file is what breaks the store (I delete it and everything works again) but I still haven't heard from anybody here about what is the source of this problem. I really cannot allow it to keep happening as it breaks my store. Any help?
  6. What is the file usu_cache.db-journal and why does it show up in my \cache_system\sqlite folder? It has zero-length and zero permissions(!) but when it shows up, my store breaks with this error: Fatal error: Call to a member function fetch() on a non-object in /users/MYDOMAIN.com/htdocs/store/catalog/includes/modules/ultimate_seo_urls5/main/usu5.php on line 308 I wrote about this problem before and in the meantime discovered that this file is what breaks the store (I delete it and everything works again) but I still haven't heard from anybody here about what is the source of this problem. I really cannot allow it to keep happening as it breaks my store. Any help?
  7. There was a zero-length file in the sqlite directory with 000 permissions and "JOURNAL" in the name. When I deleted it, everything began working correctly! What is this file, how did it get there, and how can I prevent it from showing up again? VERY strange! Hoping it doesn't show up again....
  8. I just received this error. I cannot access the USU5 Pro configuration page within admin (500 sever error), but I can access all other admin pages without a problem. The store side is broken and generates the error: Fatal error: Call to a member function fetch() on a non-object in /users/MYDOMAIN.com/htdocs/store/catalog/includes/modules/ultimate_seo_urls5/main/usu5.php on line 308 UPDATE: After doing a complete restore of the store and the database, I was able to access the USU5 Pro configuration screen again. I turned off the caching, then disabled USU5 Pro. The store worked again! I then enabled USU5 (leaving cache off) and the store worked - FOR A FEW MINUTES and then went back to the error I posted above. I went back to configuration and disabled USU5 and the store came back, but now the USU5 configuration page is not operable again. I just uploaded the USU5 distribution files again, in case one of them was corrupted, but that hasn't made a difference. I'm really at a quandary because this is a great mod and had been working flawlessly for several months (and was heavily indexed by Google, BTW) and now I have a LOT of external and internal links that are currently dead without the mod being active. It seems to have gone belly-up and I don't know how to fix it at this point. Please help! :o
  9. After doing a complete restore of the store and the database (and waiting until the max connected users cleared, I was able to access the USU5 configuration screen again. I turned off the caching, then disabled USU5. The store worked again! I then enabled USU5 (leaving cache off) and the store worked - FOR A FEW MINUTES and then went back to the error I posted previously. I went back to configuration and disabled USU5 and the store came back, but now the USU5 configuration page is not operable again. I just uploaded the USU5 distribution files again, in case one of them was corrupted, but that hasn't made a difference. I'm really at a quandary because this is a great mod and had been working flawlessly for several months (and was heavily indexed by Google, BTW), but it seems to have gone belly-up and I don't know how to fix it at this point. Please help!
  10. I just received this error. I cannot access the USU5 configuration page within admin (500 sever error), but I can access all other admin pages without a problem. The store side is broken and generates the error: Fatal error: Call to a member function fetch() on a non-object in /users/MYDOMAIN.com/htdocs/store/catalog/includes/modules/ultimate_seo_urls5/main/usu5.php on line 308 How do I get my store working again? If I have a "too many user connections error" with the database, would this create the error? My store is currently dead. Help!
  11. Robert, any chance you would port this over to ZenCart? Somebody already ported Chemo's Ultimate SEO URLs, but I cannot bring myself to go near that beast. I really like your mods - they are all simple installs and bullet-proof. I manage another store in ZenCart but don't know how well this would work with it. It seems like it would be pretty straight forward - they have a page of port notes here: http://www.zen-cart.com/wiki/index.php/Developers_-_Porting_modules_from_osC Thanks for all your great work!
  12. Should a completely ancillary function from a third-party website really be allowed to break the entire application when their server has a hiccup, however rare? The next version of this really should have a test for the presence of a working lookup site and should also allow the user to disable that function as part of it's settings (especially considering the speed improvements). I'm not a good enough programmer to make those changes, but I think it would be a welcome addition if anybody wants to do it.
  13. BTW, not having the IP Lookup enabled REALLY speeds up Who's Online - a lot! I may never put it back (especially since the links should still work once the database is running again).
  14. Make sure you add another end tag: } to the section, just before: //Add IP address geolocation to whos_online table
×
×
  • Create New...