Jump to content
thirty bees forum

musicmaster

Trusted Members
  • Posts

    687
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by musicmaster

  1. I explicitly mentioned ps_group_shop. ps_shop_group has nothing to do with groups. It is about bundling shops in multishop for common stock. The one entry I have in ps_group_shop was created by the Prestashop update process. So I wouldn't be surprised when every shop that old had the same.
  2. This shop dates from PS 1.4 and since its transition to 1.5 it has had one entry in the ps_group_shop table. If you have suddenly changed the rules that this becomes a problem than you can expect more people complaining. But thanks for pointing out what is likely the problem.
  3. I am testing the bleeding edge under PHP 7.3. I get some serious issues that happen only under Windows: - I get irregularly the warning Warning on line 66 of /modules/cheque/cheque.php [2] count: Parameter must be an array or an object that implements Countable in many different pages. The module is present but not installed. Line 66 says: if (!count(Currency::checkPaymentCurrencies($this->id))) and I have no idea what could go wrong there. - the second problem is a first class showstopper: I cannot submit an order. I test with bankwire. When I press the final button to confirm the order/payment I get a timeout. The error screen isn't helpful: it only lists the database module.
  4. In the bleeding edge the category form shows only one group. The consequence is that when you save a category it will end up belonging to only one group: 1=default. This applies both to new groups and to groups that used to work but are saved after some change. For registered customers this means that they will see a screen that says that they are not allowed to access this category.
  5. As for php.ini, Prestools has at the bottom of its Server Settings page a line that shows where you can find it in your file tree.
  6. Oops, a typo. I will correct it.
  7. I am puzzled why it should not work with you. If you pm me access I would love to have a look. I like solving mysteries. Anyway, I have uploaded a new version. Maybe that will solve the problem.
  8. I am not sure what you mean. The minimodule is indeed only to create a link in your backoffice. It looks like in your shop images haven't been generated for all the image formats that you defined. I am working at a solution for this.
  9. We don't know what template you are using and so we don't know your category.tpl file so it is impossible to say what goes wrong. You should open those cache files and look at the indicated line what goes wrong. Then you should look in the category.tpl of your template for the same line (this is at a different line number!)
  10. Why would you want to save the zip file?
  11. You have the reference code field for such info.
  12. Just wondering: is it having problems with the dashes in the ids?
  13. Did you press the "Generate" button? Just pressing OK won't work.
  14. Searching on the forum for "myparcel" I followed one of the provided links and I got a "forbidden" page. Is there something wrong with the forum? This is the link I clicked on: And this is how the page looked like
  15. It is easy to see (in modules->positions) what hooks the Paypal module uses. It could also be an override that causes the effects that you see. Prestools offers an easy way to see which overrides are installed.
  16. This might be just some Paypal picture that says that you support it. You can see what it is by either: - look at the source of your page in the browser (right click somewhere on the page and then choose source code) and then search for "Paypal" - Open the "console" of the browser, choose the network tab, refresh the page and look for the line that concerns Paypal
  17. This looks like a place where html should be used. So the question is what causes that the html is not processed by the browser but rendered raw. The best way to find out is to look at the (html) source of the whole page in the browser.
  18. There are many ways. One is to look for products with active==0 You might also consider further finetuning by using the second search option for date_add and putting there the day you imported the csv.
  19. I have to join wakabayashi. The big question is how you got this problem. Obviously you did something wrong during the migration as this is not a common problem. As a result there may be other tables with similar problems.
  20. You should have one /img/p tree. To which shops images are assigned should be determined in the tb_image_shop database table.
  21. @datakick was thinking aloud how this should be solved in the next TB release. That has limited relevance for the average maintainer of a TB shop.
  22. Actually, if you followed the discussion there was a solution. You should replace the line $cm->user_agent = $_SERVER['HTTP_USER_AGENT']; with $cm->user_agent = substr($_SERVER['HTTP_USER_AGENT'],0,128); on line 178 in ContactController.php
  23. What about ports? Is Authorize.net using a specific port that is blocked by Hostwinds? And is there some aggressive anti-malware software active on Hostwinds? And did you check the keys that you must fill in? As a final step you could look in the console of your browser for what is returned by Authorize.net and consult Authorize.net whether there is something wrong with it.
  24. It looks like somehow the callback from Nexi after the payment is completed is not processed correctly. Did you check for php errors in the error log of the server?
  25. Deleting .htaccess has the same effect as disabling pretty urls. Don't forget to clean the cache after you change this setting.
×
×
  • Create New...