• I encounter below errors and can not send email to users any more. I have no authority to access php.ini. Any solution?

    Warning: The number of users (162) plus overhead exceeds the PHP max_input_vars setting (0). You will not be able to send email to more than -10 users in one batch. This can be changed by increasing the value of max_input_vars setting in the PHP.ini configuration file.

    https://ww.wp.xz.cn/plugins/email-users/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Do you know what version of PHP you are running? If you are running and older version of PHP (prior to 5.3.9), the max_input_vars setting didn’t exist. It was new in 5.3.9. In that case, you will see this warning because in the absence of a setting, the values used is zero which is where the negative number is coming from.

    I have addressed this problem in an upcoming release of Email Users. If you’d like to try it early, you can download Email Users v4.7.1-beta-1 from my web site.

    Thread Starter giantxu

    (@giantxu)

    Thanks for you reply. But 4.7.1 does not help. Can you provide me a download link for the previous version of this plug-in?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Do you still get the same message as before? Do you know what version of PHP you are running?

    You can find older versions of the plugin here however there are other fixes in newer versions so it is possible you’ll run into some issues.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can not send emails.’ is closed to new replies.