By Marcus Roskill on Thursday, 08 November 2018
Posted in General
Replies 3
Likes 0
Views 486
Votes 0
Hi guys

We have just had an error appear when we use the "Send this message to everyone on the site" button on the messages section.

Why is this??

Please see attached error! We really cannot be having these errors it doesn't look great for our client.

Thanks
Katie
I believe your site user will not see this error is because only site admin can able to send message to everyone on the site.

Based on what i checked, it seems like your site total of user is around 1.7k, it might need more PHP memory_limit to handle this.

Perhaps you can try increase your PHP memory_limit to 512M and see if you still hitting this error.
·
Thursday, 08 November 2018 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

yes admin, she is our client but admin user.

How do I increase this to stop any errors like this happening again? We are expecting to eventually have 12k members, what are your suggestions?

Thanks
Katie
·
Thursday, 08 November 2018 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You can request with your webhosting provider to assist you increase this PHP memory_limit from your PHP server, because different server php.ini file is located at different location.

We are expecting to eventually have 12k members, what are your suggestions?

Currently I haven't try to send 1 message to 12k member yet, but i believe as long as your PHP memory_limit and max_execution_time set to higher, then it should be fine.

memory_limit = 1064M
max_execution_time = 1000
·
Thursday, 08 November 2018 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post