Jump to content
thirty bees forum

musicmaster

Members
  • Posts

    675
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by musicmaster

  1. Did you press the "Generate" button? Just pressing OK won't work.
  2. 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
  3. 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.
  4. 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
  5. 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.
  6. 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.
  7. 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.
  8. You should have one /img/p tree. To which shops images are assigned should be determined in the tb_image_shop database table.
  9. @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.
  10. 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
  11. 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.
  12. 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?
  13. Deleting .htaccess has the same effect as disabling pretty urls. Don't forget to clean the cache after you change this setting.
  14. SEO & URLs The second section contains "Friendly urls"
  15. That sounds like the id field in the database table doesn't have the auto-increase property that it should have. Thirty Bees and Prestashop have more export option than import options. But you cannot just import them as database tables as the exports are almost always composed from several different tables. If you want to copy data from one shop to another I recommend my free tool Copy Shopdata.
  16. There is another point. It is one of the core principles of Prestashop that everything still works when you delete .htaccess. And that helps greatly when solving problems. That principle is left here. For that reason I consider it dirty programming.
  17. Which error message? If you used backticks, did you do it correctly: osl.`name`?
  18. Your query will probably work when you change the last sentence into "order by osl.name". But I would anyway check out what that name field is doing in the tb_order_state table.
  19. No. When a customer address doesn't save my suspicion would be that you get some php error - probably not visible because it is in an ajax call. When a cart has no carrier it could be something "logical" like that no carrier has been assigned to his country. The script checks for that kind of logical problems.
  20. Did you try Prestools? Under Tools&Stats it has an option Shop Rescue where you can enter a shop cart number and see which carriers are enabled for it: The script checks for the most common problems (not AIM) and could help narrowing the number of options down.
  21. That makes it a bit more difficult. You can look in the log directory of your webshop. If that doesn't work you can look in the javascript console. To do that you should enable debug mode, open the javascript console and follow what I have described here to see what the error is about.
  22. I am not sure what you mean with "the modules list at the bottom of this page are all highlighted in red? " The javascript error is in Jquery and I can't find what the real origin is. My prime suspect - for lack of better - is your highdpi/highres code. Could you try what happens when you switch that off (don't forget to clean the cache after you do that)?
  23. Can you look in the error log of your server to see what this 500 error was about?
×
×
  • Create New...