Jump to content
thirty bees forum

RaptorX

Members
  • Posts

    77
  • Joined

  • Last visited

Posts posted by RaptorX

  1. 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.

  2. @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.

  3. Seems like system is not sending emails anymore.

    0_1539970981073_4aaa29a1-34ab-4867-9842-2122fa8a0fd4-image.png

    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.

  4. @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

  5. 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

  6. 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.

  7. 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!

  8. 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

×
×
  • Create New...