Jump to content
thirty bees forum

RaptorX

Members
  • Posts

    77
  • Joined

  • Last visited

RaptorX's Achievements

Newbie

Newbie (1/14)

30

Reputation

  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.
×
×
  • Create New...