Vladimir1247

Results 5 comments of Vladimir1247

Hi! I have a similar problem on server: "Allowed memory size of 134217728 bytes exhausted (tried to allocate 67510970 bytes) at vendor/shuchkin/simplexlsx/src/SimpleXLSX.php: 608". Locally everything is fine, but local memory...

VDS/VPS. 128 Mbyte - is the entire memory. [upd] I was able to get an additional 128 MB of memory, as a result, another problem with insufficient memory came out:...

Of course, I already use readRows(), because the files can be very large (up to ~40 MB) - all the results are with it :/ [upd] Is it possible to...

Hi! Check the 'disable' key in config\captcha.php and CAPTCHA_DISABLE in .env. Especially the first one - instead of the normal 'disable' => env('CAPTCHA_DISABLE', false), the default is 'disable' => env('CAPTCHA_DISABLE',...

And for me. And it's very mysterious: everything is fine locally, but not on the remote server. There's nothing even in the page code. APP_DEBUG=true, laravel log and browser console...