Search results

  1. rritz

    Unable to find the socket transport "starttls"

    I get these errors too when default system mailer is set to swiftmailer in backend -> settings -> common When set to php mailer everything works fine, so this may be a solution
  2. rritz

    How set Power MTA for bounce process?

    Oh customer .. I was looking in backend, thxs @twisted1919 !! :-) stupid If I have several remote smtp servers, will I have to generate a seperate key for each one? I assume so.
  3. rritz

    How set Power MTA for bounce process?

    Sorry stupid question @twisted1919 but where do I find / generate the api keys for pmta bounce handling?
  4. rritz

    Can Form Submission Date be stored in Custom Field?

    @twisted1919 and @frm.mwz -- Thank you for your help. It works now, thanks to clean reinstall :) Sorry for bothering you
  5. rritz

    Can Form Submission Date be stored in Custom Field?

    Thxs @frm.mwz ! But I believe I have a serious bug in my database. I'll start over from a clean install I think
  6. rritz

    Can Form Submission Date be stored in Custom Field?

    Anyone can help me with this? I am stuck. I can't believe no one is doing what I am trying to do ... Furthermore when I do this: not only is the URL not written into the custom field, but also the email is not written in!
  7. rritz

    Mysql crash on 1.5.0: (core dumped) /usr/bin/php -q

    yes I will do so when I can log in again
  8. rritz

    Mysql crash on 1.5.0: (core dumped) /usr/bin/php -q

    yes I understand, but with one licence I can only test new version on the same server. But I had also two instances running on a small 4GB RAM server, I had to take one of them offline that's true, but no crashes like this one here What is it that is using the resources? I have no campaigns...
  9. rritz

    Mysql crash on 1.5.0: (core dumped) /usr/bin/php -q

    I can't because I get the same errors ok, I'll have to remove one instance again why would two instances of 1.4.3 work fine and 1.4.3 and 1.5.0 crash? Is 1.5.0 using that much more resources?
  10. rritz

    Mysql crash on 1.5.0: (core dumped) /usr/bin/php -q

    debug shows: Fatal error: Out of memory (allocated 1835008) (tried to allocate 72 bytes) in /var/www/html/apps/common/framework/YiiBase.php on line 475 after reload: Fatal error: Out of memory (allocated 8388608) (tried to allocate 32 bytes) in...
  11. rritz

    Mysql crash on 1.5.0: (core dumped) /usr/bin/php -q

    I installed mw 1.5.0 on my server: 24 GB RAM, 6 cores CPU, 600GB SSD storage, CentOS 6.9 I had two instances of mw 1.4.3 running fine on the server. I tried to update one of them, but failed. So I completely removed the one instance of mw plus database and installed 1.5.0 I was just adding the...
  12. rritz

    Can Form Submission Date be stored in Custom Field?

    that's not working in 1.4.3 or not working for me. I did that already as first idea but it did not work, no value was inserted into the custom field I have bigger problem now, as installing 1.5.0 crashed my mysql. I will open new thread
  13. rritz

    Can Form Submission Date be stored in Custom Field?

    I have it but it does not accept Tags I installed 1.5.0 now, but I am weary of the newest releases going into production. I have 1.4.3 on my production server, it works well, I don't want to crash everything by trying to update. I keep an eye on bug reports for the newest releases and I decided...
  14. rritz

    Can Form Submission Date be stored in Custom Field?

    The datetime field doesn't work for me. It also looks different in my installation. was this introduced recently? https://www.your-domain.com/index.php/lists/LIST_UNIQUE_ID does what? It returns a 404 error. Or how am I supposed to use it? And even if this would return an url, I still don't...
  15. rritz

    Can Form Submission Date be stored in Custom Field?

    I am wondering how to get the optin time and date recorded for each optin and be stored in a custom field in the list? Also, can I capture the optin page URL somehow? Say someone opts in on Dec 27 3:31pm -- can I have this recorded in a REGDATE (Dec 27) custom field and REGTIME (3:31 pm)...
  16. rritz

    Mail stuck processing

    What does your cron job history say? (Backend -> Miscellaneous -> Cron Job History) Is the send campaign command running? You can also try to use the verbose send campaign from CLI to figure out why campaigns are not sending
  17. rritz

    CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 106

    II think I got it running now. Most of the tables had autoincrement, only a few missing. I added them manually, except two, where i got error when trying to do so. I think it could be something with foreign key. I remember last time I had to do a database import I hat to disable foreign key...
  18. rritz

    CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 106

    Ok cool, so I can set all the primary keys to extra = auto increment and then it should work? None of the tables have the auto increment set on my import I got an import error too, so I increased the buffer pool size as per mysql documentation Trying to import again now and then I'll set...
  19. rritz

    CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 106

    I imported the database from commandline, as it's pretty big. I'll try again ... exporting it from commandline fails now as mysql will not start up on the old server Thank you
Back
Top