Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

altoid

♥Ambassador
  • Posts

    1,571
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by altoid

  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.
  14. @raiwa I came up with plan B, a work around that takes care of what I want to do. In the attribute manager I enter the attributes in reverse order from what I want the drop down to show. It works and the table remains as I want it to as well.
  15. that's yielding this error: [12-Oct-2018 14:53:25 America/New_York] PHP Parse error: syntax error, unexpected '$attributes_price' (T_VARIABLE) in /home/Username/public_html/includes/modules/content/product_info/cm_pi_qtpro_table.php on line 80 but I want to note, the my table looks fine to me, the products are showing ascending properly from smallest to largest. it's the drop down that reverses the order (from largest to smallest) that I want to change to match the table. Thx
  16. Hello...I changed to /** * Options Sort Order */ $this->add('AM_USE_SORT_ORDER' , true); and I see in admin how I can move the values up and down. What I can't figure out is to get the attributes drop down to sort like the table as follows: For reference, here is a product I did with just QT Pro before I added AJAX AM: Is there something I have to change in the pad_base class file? Thx
  17. I have QT Pro installed with the Ajax Attribute Manager. As far as adding attributes, all's good. But in the product info page the option drop down is in reverse order of what I'd like it to be. The QT Pro Currently On Stock table is ordered as I want it. So looking at the sort order add on, it is so far out of date I am hesitant to mix that in with my CE shop running a PHP 7.1* version.. I was thinking about modifying a SQL statement in the padbase file with an order by to perhaps achieve to sorting I want. Thoughts?
  18. @Jack_mcs I rolled back to a 7.1 php version in that my 7.2 version may be causing some of these notices in the php error log. I'll advise later what I observe. Thx
  19. Hi Jack, for clarification, I am not having problems with SEO URLs working shopside. The URLs are generating as they should. I am only letting you know what showed up in the error log as an FYI. I use php.ini for my settings rather than change application_top.php. I've been considering disabling notices and may eventually do so as they are not critical at this point. But if I understand how this works, eventually a notice could turn into a warning with a future php release. Then an even later release the warning could lead to a fatal error. So just long term thinking here is all. Thanks SK
  20. And installed and set up the appropriate product info modules in admin?
  21. Hello...I am using the 2.3.4.1 CE version about 4 commits behind what is in the repo that this time. For QT Pro..from the most recent update I am using the 2.3.4.1. CE Frozen file package. By and large I am a paint by numbers coder so the inner secrets of coding lore are beyond my calling. However, for the product_info issue since this is a modular thing, if it was was me I'd start looking for something in this area ... \includes\modules\content\product_info and the associate language files. and how/where they are loaded and activated. That's just a guess though.
  22. Jack, according to the error log so far so good for the undefined constant fix. Here are the other php notices I see now in the log. PHP Notice: Undefined index: path in /home/barkav5/public_html/includes/classes/seo.class.php on line 2605 if (strpos($this->attributes['SEO_REDIRECT']['URI_PARSED']['path'], '.html') !== FALSE) { $u1 = $this->attributes['SEO_REDIRECT']['URI_PARSED']['path']; PHP Notice: Undefined index: path in /home/barkav5/public_html/includes/classes/seo.class.php on line 2642 if (strpos($this->attributes['SEO_REDIRECT']['URI_PARSED']['path'], '.html') !== FALSE) { $u1 = $this->attributes['SEO_REDIRECT']['URI_PARSED']['path']; PHP Notice: Undefined index: path in /home/barkav5/public_html/includes/classes/seo.class.php on line 2713 if (strpos($this->attributes['SEO_REDIRECT']['URI_PARSED']['path'], '.html') !== FALSE) { $u1 = $this->attributes['SEO_REDIRECT']['URI_PARSED']['path']; PHP Notice: Undefined index: path in /home/barkav5/public_html/includes/classes/seo.class.php on line 2743 else if (($pStart = strpos($this->uri_parsed['path'], "-c-")) !== FALSE) {
  23. The very lastest...QTpro BS 5.6.3. https://apps.oscommerce.com/e317m&qtpro-bs
×
×
  • Create New...