-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Originally posted by @PeterSmith8nss in #2000 (comment)
On my development system, I've deleted the existing plugin (to remove my
temporary patches) and installed from your zip file. All seems to be
working fine from the user point of view, but I'm seeing the following PHP
errors in the log:2024-04-30 14:05:59 [php:error] PHP Fatal error: Allowed memory size of
134217728 bytes exhausted (tried to allocate 98582528 bytes) in
/var/www/html/wp-content/plugins/build-artifact/frontend/class-video-proxy.php
on line 91, referer:
http://localhost:8080/photo-gallery/?sgdg-path-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxOmNot sure whether this is just a problem with the size of my development
environment/the size of my gallery or something else.Thanks for all the work on fixing the plugin. Please let me know what
release these patches are destined for as I'm holding at my patched version
until then.Peter
That is this line:
| fpassthru( $stream ); |
Probably could be fixed like this.