Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 14, 20204 yr We have an issue where we get a 500 server error when changing a password for a member since upgrading to 4.5. It happens both from ACP and member account settings page. Does anyone else see this on 4.5? Have a ticket open, but thought I'd quickly gauge if others are seeing it.
September 14, 20204 yr Author If anyone else encounters this, we tracked it down to memory exhaustion in php. Increasing the value of memory_limit resolved the issue. Not sure if the memory requirement for 4.5 changed.
September 14, 20204 yr Management 1 hour ago, Paul E. said: If anyone else encounters this, we tracked it down to memory exhaustion in php. Increasing the value of memory_limit resolved the issue. Not sure if the memory requirement for 4.5 changed. What was your before/after? Thanks for sharing the information.
September 14, 20204 yr Author 7 hours ago, Lindy said: What was your before/after? We were set to 128M. We doubled to 256M.