| Frozen Mind |
| Frozen Mind |
FFilament
Created by | Frozen Mind | on 4/24/2025 in #❓┊help
"Maximum execution time of 30 seconds exceeded" in hasEvenNumberOfParentheses Function (NEW)
Good day everyone! I would like to address this issue in Laravel Filament Project, and I hope someone will fix this issue. It seems like this happens to me when I have a RelationManager in my specific Filament Resource inside whenever I open one item. Can someone help me please?
protected static function hasEvenNumberOfParentheses(string $expression)

{

$tokens = token_get_all('<?php '.$expression);



if (Arr::last($tokens) !== ')') {

return false;

}



$opening = 0;

$closing = 0;



foreach ($tokens as $token) {

if ($token == ')') {

$closing++;

} elseif ($token == '(') {

$opening++;

}

}



return $opening === $closing;

}
protected static function hasEvenNumberOfParentheses(string $expression)

{

$tokens = token_get_all('<?php '.$expression);



if (Arr::last($tokens) !== ')') {

return false;

}



$opening = 0;

$closing = 0;



foreach ($tokens as $token) {

if ($token == ')') {

$closing++;

} elseif ($token == '(') {

$opening++;

}

}



return $opening === $closing;

}
Any suggestion would be appreciated. Thank you!
3 replies
FFilament
Created by | Frozen Mind | on 2/16/2025 in #❓┊help
Is it possible to get all column and rows of the table?
I wanted to pass it to such as controller or other for me to make a PDF
4 replies
FFilament
Created by | Frozen Mind | on 2/10/2025 in #❓┊help
502 Bad Gateway Table polling
No description
5 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
No description
12 replies
FFilament
Created by | Frozen Mind | on 1/14/2025 in #❓┊help
Serialization of 'Livewire\Features\SupportFileUploads\TemporaryUploadedFile' is not allowed
No description
4 replies
FFilament
Created by | Frozen Mind | on 1/13/2025 in #❓┊help
Filtering of relationship in table
No description
2 replies
FFilament
Created by | Frozen Mind | on 1/10/2025 in #❓┊help
Can i save my data in the session using wizard component?
Everytime the user reload the page, their inputs will be saved automatically, but how?
4 replies
FFilament
Created by | Frozen Mind | on 11/14/2024 in #❓┊help
Undefined const "perPage"
No description
3 replies
FFilament
Created by | Frozen Mind | on 11/8/2024 in #❓┊help
Bolt Issues migrating
No description
2 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
No description
11 replies
FFilament
Created by | Frozen Mind | on 4/23/2024 in #❓┊help
I tried download the example .csv file but it shows the error
No description
7 replies
FFilament
Created by | Frozen Mind | on 3/30/2024 in #❓┊help
Must not be accessed before initialization
No description
2 replies
FFilament
Created by | Frozen Mind | on 2/21/2024 in #❓┊help
Problem with installation of filament packages
No description
9 replies
FFilament
Created by | Frozen Mind | on 1/17/2024 in #❓┊help
Livewire v3 not found (livewire.js) (PRODUCTION)
No description
4 replies
FFilament
Created by | Frozen Mind | on 1/2/2024 in #❓┊help
RelationManager Table create modal not working (PRODUCTION)
No description
7 replies