MyBB Community Forums

Full Version: Large backups, greater than PHP memory limit, fail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
as title says...
https://github.com/mybb/mybb/blob/featur...db.php#L75
should change to:
$handle = fopen(MYBB_ADMIN_DIR.'backups/'.$file, 'rb');
while(!feof($handle))
{
	echo fread($handle, 8192);
}
fclose($handle);
Yes, I agree.
I'd guess this still applies? @ATofighi can you push this if it does?
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2089

Thanks for contributing to MyBB!

Regards,
The MyBB Group