Jump to content

n_s_simpson

Members
  • Posts

    232
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Stockport
  • Activity
    User/Merchant

Recent Profile Visitors

547 profile views

n_s_simpson's Achievements

Newbie

Newbie (1/14)

11

Reputation

1

Community Answers

  1. When the module is enabled and a search is performed it runs this query over 1900 times: SELECT SQL_NO_CACHE count(*) FROM ps_orders o LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order LEFT JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule WHERE qdro.id_quantity_discount_rule = 12 AND 8 != o.current_state LIMIT 1 Clearly there's a problem with the module somewhere. I'm waiting for the developer to come back to me. Has anyone else seen this problem?
  2. I've found out what the problem is. It's all connected to this module: https://addons.prestashop.com/en/promotions-gifts/9129-promotions-and-discounts-3x2-reductions-offers.html When running this module the search grinds to a halt almost. As soon as it's disabled it works perfectly. I'm running the latest version (2.1.13) so I'll contact the developer and see if this issue can be investigated. Quite a few modules I've bought don't work properly but that's the joy of Prestashop I guess.
  3. Hi All Well we've moved over to PHP 7, we're on 1.6.1.18, we've upgraded the server and now want to make our site more responsive. Pages seem to load okay but when using the search, it takes a crazy amount of time to bring back the results. If you search for something that will return lots of products it takes several minutes but if you search for a specific thing then it still takes many seconds. The statistics mining tables are huge so not sure if that's the problem. I have disabled the module but that hasn't made any difference so do I need to physically go in and clear the tables? I think we've had this issue for a long time but it seems to be worse than ever. I can't figure out what's going on. Help please! Thanks Nick
  4. Hi All I've noticed in our Apache error logs that we get this error: PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/controllers/admin/AdminCartsController.php:481) in /var/www/html/classes/controller/AdminController.php on line 1829 It happens when manually taking orders and adding a product, changing the quantity or adding a voucher (that errors at a different line in the php file). The backend itself works perfectly but I don't like to see warnings. We've upgraded to PHP 7.0 and can't tell you whether these errors occurred on 5.6. I found a thread with this exact error that has been set to SOLVED although the solution offered basically hides the error rather than fixes it. I have tried reactivating that thread but no one is talking. There are lots of threads about this issue but no solution that I've found other than hiding the error. I thought posting in this area instead might be more successful. I just need to know if the error is fixable or just needs ignoring. Thanks Nick
  5. @Enrique Gómez - I have seen your suggestion about replacing echo for die but is that actually a solution or is it hiding the problem?
  6. I am running 1.6.1.17 and PHP 7.0.22.I don't know whether this PHP warning came up on 5.6 or if it's only since upgrading.Everything works but it's a bit annoying having the PHP Warnings. I know how to suppress them but I'd like to know why it's doing it in the first place.
  7. I am running 1.6.1.17 and PHP 7.0.22. I don't know whether this PHP warning came up on 5.6 or if it's only since upgrading. Everything works but it's a bit annoying.
  8. This problem happened on our shop when I installed MailChimp's own module, which is full of bugs and fails to sync properly. Uninstalled and it works again without having to add the cart after a first failed attempt at creating the order. Although everything works when changing quantities or adding a voucher we do get a PHP warning about not being able to modify header info, which I'm looking into. From what I can tell there's a line of code in AdminCartsController.php that tells the admin area not to use cache but when the quantity changes it hates that line being re-run. I think it's some bad programming in one of the php files. I've seen lots of reports about this but none of the threads seem to conclude with an actual fix.
  9. Did anyone figure out what causes this issue and what the proper fix is?
  10. Hi All We're running PS1.6 on a Ubuntu server. We attach lots of images and videos to our products, which is quickly filling up our main HDD. We have mounted a new partition and have copied all the files from the current download folder to a new download folder. Please can you tell me the best way of reconfiguring either PS or the server so that files are uploaded/accessed from the new directory? Thanks Nick
  11. Hi People I've been using the BusinessTech module but can't update to their latest version due to strange issues with it not being able to grab the language, country, etc from PS so the whole thing doesn't work. They are kindly looking into this for me because while their demo works it doesn't seem to be reading the data from PS (en-gb isn't installed on their test site but it shows in their module). I'm also finding that in version 4.5.2 it randomly decides not to enter the GTIN number into the XML for certain products. There's no logic behind the ones that get missed and the ones that get added. Really odd. This is a huge issue for us as we rely on Google Shopping (unfortunately). Has anyone else seen this issue and managed to find a solution? Any other modules I can try while they work on a fix (hopefully)? I thought I read that Google had launched an official shopping module but I can't find it if they have. Any help would be appreciated. Cheers Nick
  12. If you're using the BusinessTech module then please report to them. I am having random issues and they are investigating.
  13. Thanks for the info. I can see expensive search modules available but not sure if they will do exactly what I need.
  14. Hi Everyone We're running PS 1.6. When items are discontinued we change the category to discontinued. We also remove the manufacturer, which stops it appearing in Adwords/Bing. I don't want to hide the product because customers that search for it on our site might want related items. Plus, the product page is updated to show the replacement. However, what I would like if for discontinued items to appear at the bottom of any search results. Is there a way to do this? Cheers Nick
×
×
  • Create New...