umefarooq's avatar

filamentphp Maximum execution time and Allowed memory size issue.

I recently installed FilamentPHP and created just three resources for the admin panel. After that, I added the Filament Spatie Media Library plugin.

Once I uploaded a file using the media library, I started getting errors related to maximum execution time and allowed memory size. Now the admin panel shows a 500 Internal Server Error and doesn’t load at all.

I’ve already increased both the memory limit and execution time in PHP settings, but the admin panel still isn’t working.

I have tested this in my 2 different development mac.

project without /admin working fine.

1 like
2 replies
umefarooq's avatar
umefarooq
OP
Best Answer
Level 5

Solution is first check your filamentphp version with command php artisan filament:about it will show you filament version installed.

Simply upgrade filamentphp version will solve it issue. composer update

yongdev's avatar

Thank you so much. I've been on this issue all week

Please or to participate in this conversation.