Invalid AJAX data received:
Warning: gzinflate(): data error in /home/studio/public_html/newbuylifestraw/kickstart.php on line 8834
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1311093794 bytes) in /home/studio/public_html/newbuylifestraw/kickstart.php on line 5235
After some testing in my local machine I think this error is due to a couple of big files ( around 100MB) in the backup (videos actually). Maximum allowed memory in PHP configuration is 256MB.
I am able to restore the backup on my localhost but as these are pretty big sites, it's not a good practice to extract the files locally and upload the result as it will take a lot of time of my internet connection.
Is there a way to fix this situation and prevent these restoration errors?
Best!!