Jump to content
thirty bees forum

RaptorX

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by RaptorX

  1. ip block? that would mean 1and1 is blocking their own virtual server ip in this case... I will talk to them and check. Thanks for the pointers!
  2. @lesley said in TB is not sending mails: Its because your server does not have mail records likely. Are you using plesk? No, im not using plesk. I use a virtual private server at 1and1.com
  3. Oct 19 20:04:28 localhost postfix/smtp[15936]: 597F1C21FE: to=servicios@mundo-carteras.com, relay=mx01.1and1.com[74.208.5.21]:25, delay=8821, delays=8821/0.02/0.02/0, dsn=4.0.0, status=deferred (host mx01.1and1.com[74.208.5.21] refused to talk to me: 554-perfora.net (mxeueus003) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record, IP=74.208.86.159) Oct 19 20:14:28 localhost postfix/qmgr[1062]: 2040BC2928: from=servicios@mundo-carteras.com, size=550, nrcpt=1 (queue active) Oct 19 20:14:29 localhost postfix/smtp[15988]: 2040BC2928: host mx00.1and1.com[74.208.5.3] refused to talk to me: 554-perfora.net (mxeueus003) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record, IP=74.208.86.159 Oct 19 20:14:29 localhost postfix/smtp[15988]: 2040BC2928: to=admin@avaliontech.com, relay=mx01.1and1.com[74.208.5.21]:25, delay=4750, delays=4749/0.02/0.82/0, dsn=4.0.0, status=deferred (host mx01.1and1.com[74.208.5.21] refused to talk to me: 554-perfora.net (mxeueus004) Nemesis ESMTP Service not available 554-No SMTP service 554 invalid DNS PTR resource record, IP=74.208.86.159) seems like the function is working fine but the SMTP server is refusing to connect.
  4. @mauroagr I am using PHP´s mail() functionmy test server does not have SSL enabled. It was not a problem before. Check if the TB are in SSL encryptation in Email configuration how can i check?
  5. As expected, I didnt receive any emails... TB says on BO that the email was sent successfully but i dont receive any emails. which logs should i check to verify that at least TB is trying to send the mail?
  6. this is a VPS i will create an email with the same domain as TB instance and try again.
  7. @lesley said in TB is not sending mails: Are you using an email address that is the same as your shops domain address? I tried making an order... didnt receive any of the emails. Went to BO and sent a test email, the domain is not the same because im using a test domain at the moment. Then i changed the test email to my personal one and i dont get the test mail either.
  8. Seems like system is not sending emails anymore. I see in the Email all the emails that are supposed to be sent but i get none of them. When i try sending a test email it doesnt work either. Can you please verify? I am using TB 1.0.6 on a VPS older version was working without issues.
  9. @traumflug said in Does anyone use a local host environment on a Mac? Does your dev site work with friendly URLs ON?: Friendly URLs need Apache module rewrite. One can enable in on Linux like this: sudo a2enmod rewrite sudo service apache2 restart I already tried that. I found the answer to this. You have to configure the VirtualHost file on your apache server located in "/etc/apache2/sites-available" and add this bit: ``` DocumentRoot /var/www/html RewriteEngine on <Directory /var/www/html> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ``` If you have .htaccess files but this is not set on your server the server will simply ignore the .htaccess files completely seems to be. After having this in place friendly URLs started working without issues. So in short your web server must have all this in order to work with friendly urls: install mod_rewrite enable mod_rewrite configure virtualhost file configure .htaccess file If all that is done, friendly urls should work... if ANY of those is missing then you will encounter the problem shown by OP
  10. was there any way to fix this? Im having this same issue on a linux server. Everything is working fine except for friendly urls. I tried setting up the Virtual Host files and htaccess files but nothing seems to work.
  11. The solution is to go to github and redownload the whole module and manually upload it via FTP to the server... This is a workaround and I think an issue should be created. I didnt find a way to select 30knees answer as the correct one, so i changed the title to reflect that it was solved... Edit: Seems like i can only mark my own replies as correct... that shoulndt be like that
  12. @30knees said in Statistics Module v2.0.1 not working: They were missing when I updated Thats exactly the issue... seems like the update deleted the files but kept the require_once() shouldnt that be fixed on the module? if so i will se if I create an issue on github about it then.
  13. Maybe you can try and use the cron task manager on the modules to do that for you.
  14. Hi guys, is there a way that i can change the product image size on PDF invoices to a different size?
  15. Hi, when I install this module and click on the Stats link i get this error: Fatal error: requireonce(): Failed opening required '/var/www/html/modules/statsmodule/stats/statsordersprofit.php' (includepath='/var/www/html/vendor/pear/archivetar:/var/www/html/vendor/pear/consolegetopt:/var/www/html/vendor/pear/pear-core-minimal/src:/var/www/html/vendor/pear/pear_exception:.:/usr/share/php') in /var/www/html/modules/statsmodule/statsmodule.php on line 785 Any help fixing this one would be appreciated.
  16. Actually no need to mod the .tpl files A quick search a few days ago resulted in me finding this: https://forum.thirtybees.com/post/12560 A nice solution to the problem without having to tamper with the TPL files :)
  17. Hi guys. I have an interesting need and I am not sure if there is something out there that might help me so I decided to post here in case any of you have info on this topic-. What i need is to be able to select orders to fulfill and then print a list of the products to be fulfilled grouped by variants. I would like to have a list in the form of: [PRODUCT PHOTO] - [PRODUCT ID] - [QUANTITY] That way i can hand the print to the person who goes to the depot and just looks for all those products. Then they go ahead and fulfill each individual order after they fetched the products to the fulfillment center. Is that something that can be done with vanilla thirty bees? Is there a module that allows me to do it? I have been printing invoices and it proves to be cumbersome because many different orders have the same product... and also thirty bees limits the size of the product photo and sometimes is difficult to just get the item if the id is not on the product itself. So i need a "custom made" solution for this problem or any module that allows me to do this. Any help/pointers would be appreciated!
  18. i am so sorry, I am using warehouse theme... will contact them :))
  19. As of verison 104 custom payment module seems to ignore image width and height settings: This setting was set that low to check if it was being ignored. This is the result: Logos are still original size and i get text overlap which is present in all browsers/sizes seems to be. Any help or workaround would be awesome.
  20. I would personally just count completed orders. In my situation many customers create the online order but don't complete the payment for whatever reason. I wouldn't count those "phantom" orders.
  21. @elpatron my problem is that paypal doenst have support for DOP. So my store would be on DOP but when i will charge the credit card there must be a conversion to a supported currency before the transaction occurs.
  22. @dosbiner that solution is for an older version of the module. I will try it but I hope to see a better work around.
  23. Hi guys I have a curious problem. As I am from Dominican Republic the currency here is DOP. That currency is not supported by Paypal or other payment gateways. So I am wondering if I can set up the store with DOP as the display currency on the Front Office (it will be the only currency displayed) but then when the customer wants to make a purchase with credit cards, the amount is converted to USD and then pass that to the Paypal module. Is that possible or is it even a good idea? Any workarounds for non supported currencies? Thanks in advance
  24. @slick_303 Actually that fixed it. I assumed that it was like on default prestashop that if you leave all blank then it defaults to ALL seems to be it doesnt work like that here. Thanks!
  25. yes, verified that cache is clean. I am forced to use custom payment methods because i live in a country where currency support is extremely limited so most payment modules dont work.
×
×
  • Create New...