raheel3031
raheel3031
FFilament
Created by raheel3031 on 1/12/2025 in #❓┊help
stripe integration on checkoutpage
I am using the customer model
6 replies
FFilament
Created by raheel3031 on 1/12/2025 in #❓┊help
stripe integration on checkoutpage
I have tried that it is not working either
6 replies
FFilament
Created by raheel3031 on 1/8/2025 in #❓┊help
tiptapeditor
I will share the code
6 replies
FFilament
Created by raheel3031 on 1/8/2025 in #❓┊help
tiptapeditor
Yes I am
6 replies
FFilament
Created by raheel3031 on 1/8/2025 in #❓┊help
tiptapeditor
Array to string conversion (Connection: mysql, SQL: insert into `collections` (`name`, `slug`, `description`, `is_visible`, `parent_id`, `tags`, `images`, `media_id`, `updated_at`, `created_at`) values (SmartPhones, smartphones, ?, 1, ?, [], [], ?, 2025-01-08 21:03:32, 2025-01-08 21:03:32))
Array to string conversion (Connection: mysql, SQL: insert into `collections` (`name`, `slug`, `description`, `is_visible`, `parent_id`, `tags`, `images`, `media_id`, `updated_at`, `created_at`) values (SmartPhones, smartphones, ?, 1, ?, [], [], ?, 2025-01-08 21:03:32, 2025-01-08 21:03:32))
6 replies
FFilament
Created by raheel3031 on 1/2/2025 in #❓┊help
Filament stripe
Anyone?
4 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
Thanks for your help. I placed the issue two days ago on the forum as well.
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
Running optimize clear and optimize? This would fix it temporarily. There is a problem in the package.
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
am i having only this problem? no one else that is having this problem all of a sudden?
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
again this error
Undefined array key 1

at vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
83▕ public function removeUrlsOf(Page $page): void
84▕ {
85▕ // First remove the entries from the (ID -> URI) mapping
86▕ $idToUrlsMapping = $this->getIdToUrisMapping();
➜ 87▕ $urls = $idToUrlsMapping[$page->id];
88▕ $idToUrlsMapping[$page->id] = null;
89▕ unset($idToUrlsMapping[$page->id]);
90▕ $this->replaceIdToUriMapping($idToUrlsMapping);
91▕

1 vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}("Undefined array key 1", "C:\xampp\htdocs\InventoryManagement\vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php")

2 vendor\z3d0x\filament-fabricator\src\Commands\ClearRoutesCacheCommand.php:47
Z3d0X\FilamentFabricator\Services\PageRoutesService::removeUrlsOf(Object(Z3d0X\FilamentFabricator\Models\Page))
Undefined array key 1

at vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
83▕ public function removeUrlsOf(Page $page): void
84▕ {
85▕ // First remove the entries from the (ID -> URI) mapping
86▕ $idToUrlsMapping = $this->getIdToUrisMapping();
➜ 87▕ $urls = $idToUrlsMapping[$page->id];
88▕ $idToUrlsMapping[$page->id] = null;
89▕ unset($idToUrlsMapping[$page->id]);
90▕ $this->replaceIdToUriMapping($idToUrlsMapping);
91▕

1 vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}("Undefined array key 1", "C:\xampp\htdocs\InventoryManagement\vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php")

2 vendor\z3d0x\filament-fabricator\src\Commands\ClearRoutesCacheCommand.php:47
Z3d0X\FilamentFabricator\Services\PageRoutesService::removeUrlsOf(Object(Z3d0X\FilamentFabricator\Models\Page))
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
anyone knows what is going on?
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
Undefined array key 6

at vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
83▕ public function removeUrlsOf(Page $page): void
84▕ {
85▕ // First remove the entries from the (ID -> URI) mapping
86▕ $idToUrlsMapping = $this->getIdToUrisMapping();
➜ 87▕ $urls = $idToUrlsMapping[$page->id];
88▕ $idToUrlsMapping[$page->id] = null;
89▕ unset($idToUrlsMapping[$page->id]);
90▕ $this->replaceIdToUriMapping($idToUrlsMapping);
91▕

1 vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}("Undefined array key 6", "C:\xampp\htdocs\nextxlfabricator\vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php")

2 vendor\z3d0x\filament-fabricator\src\Commands\ClearRoutesCacheCommand.php:47
Z3d0X\FilamentFabricator\Services\PageRoutesService::removeUrlsOf(Object(Z3d0X\FilamentFabricator\Models\Page))
Undefined array key 6

at vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
83▕ public function removeUrlsOf(Page $page): void
84▕ {
85▕ // First remove the entries from the (ID -> URI) mapping
86▕ $idToUrlsMapping = $this->getIdToUrisMapping();
➜ 87▕ $urls = $idToUrlsMapping[$page->id];
88▕ $idToUrlsMapping[$page->id] = null;
89▕ unset($idToUrlsMapping[$page->id]);
90▕ $this->replaceIdToUriMapping($idToUrlsMapping);
91▕

1 vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php:87
Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}("Undefined array key 6", "C:\xampp\htdocs\nextxlfabricator\vendor\z3d0x\filament-fabricator\src\Services\PageRoutesService.php")

2 vendor\z3d0x\filament-fabricator\src\Commands\ClearRoutesCacheCommand.php:47
Z3d0X\FilamentFabricator\Services\PageRoutesService::removeUrlsOf(Object(Z3d0X\FilamentFabricator\Models\Page))
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
i am also getting this error
Z3d0X\FilamentFabricator\PageBlocks\PageBlock::preloadRelatedData(): Argument #1 ($page) must be of type Z3d0X\FilamentFabricator\Models\Contracts\Page, null given, called in C:\xampp\htdocs\nextxlfabricator\storage\framework\views\7bc23af4b28fbaa47e8a0267dacb0daa.php on line 45
Z3d0X\FilamentFabricator\PageBlocks\PageBlock::preloadRelatedData(): Argument #1 ($page) must be of type Z3d0X\FilamentFabricator\Models\Contracts\Page, null given, called in C:\xampp\htdocs\nextxlfabricator\storage\framework\views\7bc23af4b28fbaa47e8a0267dacb0daa.php on line 45
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
yes thanks.
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
I have asked the question there
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
Noone answers there
22 replies
FFilament
Created by raheel3031 on 12/28/2024 in #❓┊help
Undefined array key 1
anyone?
22 replies
FFilament
Created by btx on 11/19/2024 in #❓┊help
getStateUsing() called 3 times on first load
Yes. Ah OK. I am looking to build sales channels. So basically use the same filament admin panel for multiple sales channels
15 replies
FFilament
Created by btx on 11/19/2024 in #❓┊help
getStateUsing() called 3 times on first load
Yeah but are those sales channels??
15 replies
FFilament
Created by btx on 11/19/2024 in #❓┊help
getStateUsing() called 3 times on first load
What does this domain resource do?
15 replies