Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

altoid

♥Ambassador
  • Posts

    1,571
  • Joined

  • Last visited

  • Days Won

    13

altoid last won the day on August 6 2018

altoid had the most liked content!

3 Followers

About altoid

  • Birthday 09/24/1950

Profile Information

  • Real Name
    Steve
  • Gender
    Male
  • Location
    Hollidaysburg, Pennsylvania
  • Interests
    Depends on what day, or even time it is.

Recent Profile Visitors

73,140 profile views

altoid's Achievements

  1. OK thanks..for application_top.php the change was from if ((!defined(SEO_ENABLED)) || (SEO_ENABLED == 'true')) { include_once('includes/classes/seo.class.php'); if ( ! (isset($seo_urls) && is_object($seo_urls)) ){ $seo_urls = new SEO_URL($languages_id); } } to if ((!defined('SEO_ENABLED')) || (SEO_ENABLED == 'true')) { include_once('includes/classes/seo.class.php'); if ( isset($seo_urls) && !is_object($seo_urls) ){ $seo_urls = new SEO_URL($languages_id); } } if I have that correct. Otherwise with the new seo.class.php uploaded should be up to date then.
  2. Jack, I am two versions back on this. Can I just install the latest or should I install each version incrementally? I am currently at Version 2.2d-16 Thank you
  3. using CE Frozen, running php 7.0.* In the error log I see these notices...not a critical issue at this time but for housekeeping purposes would be nice to fix. Any ideas? [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined index: PriorityMailExpress in /home/UserName/public_html/includes/modules/shipping/usps.php on line 91 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined variable: shipping_method in /home/UserName/public_html/includes/modules/shipping/zones.php on line 161 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined variable: shipping_cost in /home/UserName/public_html/includes/modules/shipping/zones.php on line 162 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 0 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 1 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 2 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 3 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 4 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 5 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 6 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 7 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428 [09-Nov-2018 07:16:47 America/New_York] PHP Notice: Undefined offset: 8 in /home/UserName/public_html/includes/modules/shipping/usps.php on line 428
  4. OK..thanks. I stick with Frozen for a while.
  5. In the update I see two different file paths for Frozen vs Edge Frozen\catalog\includes\hooks\shop\checkout_process EDGE\catalog\includes\hooks\shop\qtpro
  6. @raiwa Just an FYI. This evening using Chrome, when going to a product to edit I was getting "unable to load URL" or something like that pop up window. In the edit product page the attribute manager would not show. Access to stock was OK. I just could not work with attributes on this page. No errors noted in the log. I then uploaded the new update you provided today, and still got the same message and result. I switched to Firefox and everything worked OK. So back in Chrome I cleared the cache in Chrome, and upon restart of that browser and going to edit a product, all worked..meaning attribute manager appeared again. I'm not sure what the cause of that was, the only thing I was working on earlier this afternoon was adding attributes and I saved a new template I created in AM and was loading it onto a couple other products. Which all worked, then I shut down and later upon attempting to pick up where I left off the above happened. So anyway, just an FYI and mentioning for documentation in the event someone else has this happen. Thx..SK
  7. @Jack_mcs the database function for seo.class.php that John supplied several posts back looks to have taken care of the warnings I was seeing in my error log. For you consideration for the next update. Thx..SK
  8. @BrockleyJohn couple of days now and there's not been any max_user_connections warnings after modifying the code you provided. I'm going to watch the error logs further to see what happens.
  9. Thx John. Will work on this upon return to workstation. Question, does this have anything to do with what my host asked of me...which is "does you code close it's database connection when it completes it's action"..or whatever. I am clueless on this topic?
  10. thanks Jack. I did contact my host and they said since I'm on a shared plan they can't do anything on the setting. This AM I manually blocked the IP for a China source. I may try the view counter to help root these out. Is it CE and PHP 7 good to go? Thx
  11. Hi Jack...I am getting this type warning in my error log: [10-Oct-2018 02:37:26 America/New_York] PHP Warning: mysqli_connect(): (HY000/1203): User barkav5_osc1 already has more than 'max_user_connections' active connections in /home/UserName/public_html/includes/classes/seo.class.php on line 86 Here's what I see about in that location: function ConnectDB(){ $this->link_id = mysqli_connect($this->host, $this->user, $this->pass, $this->db); if (!$this->link_id) { die('Connect Error (' . mysqli_connect_errno() . ') ' . mysqli_connect_error()); Any ideas? Thx
  12. @raiwa Thank you for the explanation. I uninstalled and reinstalled..set up some values and they are all in order now. 👍
  13. Hello, I believe I have the latest version of QT Pro.. oscom-qtpro-bs-e317m-0xjSb for product info modules I have cm_pi_qtpro_options cm_pi_qtpro_table My options settings are: I can add the descending parameter and report back.
×
×
  • Create New...