Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. @TraumflugBut isn't the old updater is the only one that support db upgrades? let say you want to upgrade from v1.0.2 to current version, you will need to use the old updater?
  2. Make sure you are updating the module class to support the new name. class BlockBanner extends Module and in the construct. $this->name = 'blockbanner'; and this variables: const IMAGE = 'BLOCKBANNER_IMG'; const LINK = 'BLOCKBANNER_LINK'; const DESCRIPTION = 'BLOCKBANNER_DESC';
  3. Do you use Uppercase letters in your shop folder/url?
  4. @Traumflug I think its the example files that shows comma as a seperator
  5. It looks like your IP has been blocked or marked as spam. Try the recommendation you got about removing your ip from the black list. Also you should setup a reverse dns in digital ocean, so your IP address will have a valid domain. And after that you should setup mx records and spf records that matches your ip/domain.
  6. Are you able to send emails from command line, like: "sendmail youremail@com" -> enter -> "some text" -> ctrl+d?
  7. So from what I understand you are sending mails from your server with phpmail. DO won't block your ports unless you have some spams or something worst coming out from your server, and they will probably inform you about it. MX records should be set from your domain name server (where you point you NS), so setting MX in DO will only work if you have your domain NS pointing to DO. Did you try something simple like restarting postfix or checking that its active? sudo systemctl status postfix, sudo systemctl enable postfix, sudo systemctl restart postfix You can also try to reconfigure postfix: sudo dpkg-reconfigure postfix
  8. If you are using smtp to send mails, you should check that smtp port are not blocked by firewall. If you are using php mail to send mails, you should check postfix configuration. In both cases you check mail.log file /var/log
  9. My guess is that you added left and/or right column to contact us page or it was always there and you recently added modules to those hooks. Go to Preferences -> Themes -> Advanced settings -> Uncheck left and right column on "Contact us"
  10. Hi @lesley and @Traumflug, I can confirm that the same error happens to me. I was trying 2 days ago to upgrade one of my shops from tb 1.0.4 to 1.0.7 and got the same error "unzip". Unfortunately I didn't have time to debug it or find the cause of that. I hope i will have time to get back to it after the weekend. I tried it locally on Ubuntu 18.04 + nginx, tried with php5.6, php7, php7.1. all failed. I dont have any limitation in php.ini and no issue with writing permission either. I will try again as soon as I'll have time and keep you posted in case you couldn't reproduce it.
  11. try enabling the modules that got turned off, one by one and see which module is causing the error. and without providing php error log data it will be very hard to help you.
  12. did you use the same php version on the prestashop site before you migrated? its most likely that some modules will have issues with php 7.2 than with thirty bees
  13. Those errors are not causing the 500 error. Can you try to downgrade your server php version to 7.0 or 7.1 Also can you try to delete cache, disable cache and disable all none thirty bees modules (just to check if its working).
  14. can you turn debug mode on for few minutes, i am getting error 500
  15. its hard to see because your site is on maintenance mode
  16. Possible, Yes..... easy to achieve, No. I don't think the html will give you that much. This theme uses bootstrap 4 while default TB theme uses bootstrap 3. Try asking the seller if he is willing to create a TB version.
  17. If you run it on windows xamp/wamp than try restarting all services (apache, php, mysql)
  18. check for the override file inside: override/classes/module/
  19. try adding try_files $uri $uri/ /index.php?$args; after the last rewrite
  20. Try disabling ad block extensions or adding the site to the whitelist.
  21. Are you getting the page name correctly? You can check in in the body tag id
  22. I am not sure why you need to provide that info just to create a new api app. But you can just link to a cms pages on your website that explains about privacy policy & user agreement
  23. Just put that code in the header.tpl in the section. and when you have curly braces {} in your script you should wrap it inside {literal} tag. ```` ````
×
×
  • Create New...