Search results

  1. corey34

    I'm getting a big server load with requests to Mailwizz's /dswh/{id}

    I looked back at my old conversations and here is what I did, below. This may not be helpful for your given situation, but this is what helped me. 1. Increase the max connections allowed by mysqlL max_connections = 2000 in /etc/my.cnf Article...
  2. corey34

    DB Connection Fail

    OK, I did that but what should I be looking for? I am not seeing any errors in the debug.
  3. corey34

    DB Connection Fail

    I'm trying to use the DB connection for live import and I keep getting an error (message below). I know all the login information is correct because I am using the exact information that I have in my websites config file that makes the connection. The only thing that I am a little unsure about...
  4. corey34

    Zapier to mailwizz best method

    Great. Glad to help
  5. corey34

    Zapier to mailwizz best method

    OK, here are the issues. In https://postimg.org/image/v2dttdc8j/: Change "email" to "EMAIL" In the input to the right of "EMAIL" you only want to add the data for email address (test@domain.dev). If you want that other data, you will need to click the "+" button but make sure that is an input...
  6. corey34

    Zapier to mailwizz best method

    Are there any errors in your zap? When you say "I see data inside Zapier", what do you mean? Are you saying that the subscriber is getting added in that step but then never gets added to your MW list? Can you send a screenshot of your POST action in Zapier (the "edit template" step)?
  7. corey34

    Internal Bounces that I think should be Hard (or Soft)

    OK, no problem. I think I am just trying to understand what I could do to look into it more. It's not a big deal if a few of these internal bounces happen but it seems that they are starting to show up more and more. Below is a list of the unique internal bounces one of my customers received...
  8. corey34

    Internal Bounces that I think should be Hard (or Soft)

    Cool, thanks. For those that are real internal bounces, how do try to understand what happened? For example, what would I do to investigate this: "550 table.social blacklisted in {base64}"
  9. corey34

    Internal Bounces that I think should be Hard (or Soft)

    Is there something I need to do to recategorize them? Or is this something you just add in, in future updates? Thanks
  10. corey34

    Internal Bounces that I think should be Hard (or Soft)

    I have seen some bounces that have descriptions that appear should be categorized as hard (or maybe soft) but are internal. For example: 552-5.2.2 The email account that you tried to reach is over quota. Please direct 550 Rejected 550 table.social blacklisted in {base64} Or am I maybe...
  11. corey34

    Cache taking up a lot of space

    We have this set up and running but we have come accross a few issues. About 3 times since getting this set up (about 10 days ago) the website gives an error and nothing works. Here are the different errors we have gotten: Predis\Connection\ConnectionException Connection refused [tcp://***]...
  12. corey34

    Do you know what this error means?

    Ya, I think that's what my developer ended up doing. Thanks.
  13. corey34

    Do you know what this error means?

    Update: It looks like the update ignored most of the SQL updates so we are doing all those manually and then cleared the cache folders and it started to work.
  14. corey34

    Do you know what this error means?

    It's been a long process but I am so close to finally getting MW updated to the lastest version. I am getting this error when trying to go to the list of campaigns: Property "CampaignOption.processed_count" is not defined. And this error when trying to get to the list of templates: Property...
  15. corey34

    Getting 500 error after update

    OK, I will try that. Thanks
  16. corey34

    Getting 500 error after update

    @EVA & @twisted1919 I know this is old but do you remeber what the fix was? I have lots of errors with Call to a member function *********** on null. It's for just one specific customer and the different functions that have errors are: findSubscribers() countSubscriber() isAttributeRequired()...
  17. corey34

    Zapier to mailwizz best method

    Awesome, glad you got it working. Do you still have to have the import setting turned to "yes"? I'm still on an old version of MW and it requires that to be turned on in order for auotresponders to work.
  18. corey34

    A little help finding something

    I finally figured this out. I was reluctant to ask for help on the forum for something like this and of course, as soon as I ask for help, I figure it out. We were struggling with this for so long. It ended up being a small line of code that we missed in the extension file.
  19. corey34

    A little help finding something

    I have been in the process of upgrading to the current version and have just been stuck for weeks on something I cannot seem to figure out and hoping someone might be able to point me in the right direction. I have an extension that edits the \apps\customer\controllers\campaignsConroller.php...
  20. corey34

    Strange display happening

    Something just came to me to try. I narrowed it down to that specific campaign. As you can see in that screenshot, nothing was showing up in the "status" column so I checked the database to see what was in that field. It was "processing." I changed it to "draft" and then everything worked. I...
Back
Top