MyBB Community Forums

Full Version: Mass Mail 'Fatal Error'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So here's the issue i'm having;

I go to do a mass mail

fill in the message in step 1

click next step, brings me with this error;

Quote:Fatal error: Cannot use string offset as an array in /var/sites/u/WEBSITE/public_html/admin/modules/user/mass_mail.php on line 939

Running 1.6.13, haven't ever changed the mass_mail.php file myself

I've used the mass mailer before, but not since early 2013 (so obviously a few mybb updates since then) and it ran perfectly.
Either your admin/modules/user/mass_mail.php is outdated or you've modified it. Line 939 is just a bracket in 1.6.13 which can't produce that error.
That's strange.
Copied over the file from the 1.6.13 update and it works fine now, for some reason the file i was using was older (i might've forgotten to rename /admin/ (as i use a different admin directory) in one update)