Search results

  1. L

    How to stop campaign stats from refreshing automatically?

    What if you added a feature where automatic loading of the stats is disabled and a user can click on a campaign to load its stats, if they want to? Making this an option would allow people to get best of both worlds.
  2. L

    How to stop campaign stats from refreshing automatically?

    I like the intention behind this, but for some reason the loading of the stats blocks other actions, like copying a campaign. Hiding the column is not a viable solution, because I do want the stats... but I do not necessarily want the stats every time I open the campaigns page.
  3. L

    How to stop campaign stats from refreshing automatically?

    Anyway to stop campaign stats from automatically refreshing when the campaigns page loads?
  4. L

    Massive size of cache folder

    I just setup a cron to clear cache every hour. I am all for performance, but the cache MailWizz uses seems excessive.
  5. L

    Massive size of cache folder

    So in the hour that I ran the clear cache command, ~2GB of cache came back after clearing. We don't even have any active campaigns running right now. Only webhooks from our email service provider. Surely this cannot be expected behavior?
  6. L

    Massive size of cache folder

    That's quite excessive. I don't think my system is that busy. Less than 1m emails a day. I will try clearing the cache, but if this continues, is there any way to disable the cache?
  7. L

    Massive size of cache folder

    Is it normal for `apps/common/runtime/cache` to be 50GB+? How do I stop it from being this large?
  8. L

    PHP API (v2) Deprecated Functions for PHP8

    I am using the latest PHP API on PHP8. It keeps throwing this error: [19-Feb-2023 05:55:01 UTC] PHP Deprecated: Return type of EmsApi\Params::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used...
  9. L

    Cannot activate extension

    Did that. Copy + pasted the prior extension files, renamed everything, reuploaded. It is kind of weird why the extension is not showing up. I am also happy to test uploading an extension someone else made, if that helps. Is there anything in the v1 to v2 upgrade that could have caused this?
  10. L

    Is MailWizz PHP client v1 compatible with PHP8?

    This is a moot issue for me. I just upgraded to v2 API. The upgrade was quite seemless. All the functions I used were the same, just had to update the objects.
  11. L

    Cannot activate extension

    I also tried uploading it via the backend. Same issue. It uploads to the correct folder, but it does not show in the backend. I have another extension (which I uploaded when I was in v1 of MailWizz) that shows up just fine.
  12. L

    Cannot activate extension

    I uploaded an extension to `/apps/extension`. But the extension does not show in Backend -> Extend -> Extensions. Any idea what is up? I have other custom extensions that show up just fine. Here is the extension code: <?php defined('MW_PATH') || exit('No direct script access allowed'); class...
  13. L

    Error when using MailWizz PHP API (v2)

    Okay, I think leaving the length unchanged at 11 is the thing to do. I also changed value_id to BIGINT and the API works successfully now. Thanks! But, I still would like to know if there are other sql changes we should make if we upgraded from v1 to v2. Thanks!
  14. L

    Error when using MailWizz PHP API (v2)

    Should the length of the column be left at 11 after changing it to bigint?
  15. L

    Error when using MailWizz PHP API (v2)

    Thank you. Are there any other SQL modifications like these that should be made for people upgrading from v1 to v2?
  16. L

    Error when using MailWizz PHP API (v2)

    I am using the PHP client at https://github.com/ems-api/php-client. I am using MailWizz v2.2.7. The following code... $endpoint = new EmsApi\Endpoint\ListSubscribers(); $response = $endpoint->createUpdate('LIST-UNIQUE-ID', array( 'EMAIL' => $email, )); ...throws...
  17. L

    Is MailWizz PHP client v1 compatible with PHP8?

    Anyone know? I am talking about the one at https://github.com/twisted1919/mailwizz-php-sdk I know there is a v2 of the client at https://github.com/ems-api/php-client, but upgrading the client right now is not feasible.
  18. L

    Rotating IPs and web hook security

    I'm getting ready to update to v2 of MailWizz and thought I should provide a suggestion for two features which I think MailWizz needs. I've been manually adding this to MailWizz myself every time I upgrade, but having the features natively into MailWizz would be awesome. 1. The ability to...
  19. L

    Limit send rate per IP address?

    Could you help a noob out with what code I would need and where?
  20. L

    Limit send rate per IP address?

    Been a long time MailWizz user. Just saw it got updated to v2 (yes, I am late to the party). I have a question. Was the feature to limit send rate per IP address added, or maybe the ability to send outgoing emails using different IP addresses? Some service providers limit the number of...
Back
Top