Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ViewException: View [layouts.calendar-wide] not found. #363

Closed
fantasycalendar-sentry-integration bot opened this issue Feb 20, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@fantasycalendar-sentry-integration

Sentry Issue: FANTASY-CALENDAR-BETA-5

InvalidArgumentException: View [layouts.calendar-wide] not found.
  File "/tmp/storage/framework/views/160f16927588aba37f3d8d88350bad32.php", line 300, in require
    <?php echo $__env->make('layouts.calendar-' . (isset($calendar) ? $calendar->setting('layout', 'grid') : 'grid'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
  File "/tmp/storage/framework/views/328ba95389d7fab1dcaa5e649ff6b8d2.php", line 205, in require
    <?php echo $__env->make('inputs.sidebar.view', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
  File "/app/Http/Middleware/BetaCheck.php", line 27, in App\Http\Middleware\BetaCheck::handle
    return $next($request);
  File "/app/Http/Middleware/AgreementCheck.php", line 23, in App\Http\Middleware\AgreementCheck::handle
    return $next($request);
  File "/app/Http/Middleware/CheckAccountDeletionRequested.php", line 23, in App\Http\Middleware\CheckAccountDeletionRequested::handle
    return $next($request);
...
(85 additional frame(s) were not displayed)

Spatie\LaravelIgnition\Exceptions\ViewException: View [layouts.calendar-wide] not found.
  File "/resources/views/inputs/sidebar/view.blade.php", line 300, in require
    @include('layouts.calendar-' . (isset($calendar) ? $calendar->setting('layout', 'grid') : 'grid'))
  File "/resources/views/calendar/view.blade.php", line 207, in require
    @include('inputs.sidebar.view')
  File "/app/Http/Middleware/BetaCheck.php", line 27, in App\Http\Middleware\BetaCheck::handle
    return $next($request);
  File "/app/Http/Middleware/AgreementCheck.php", line 23, in App\Http\Middleware\AgreementCheck::handle
    return $next($request);
  File "/app/Http/Middleware/CheckAccountDeletionRequested.php", line 23, in App\Http\Middleware\CheckAccountDeletionRequested::handle
    return $next($request);
...
(85 additional frame(s) were not displayed)
@V13Axel
Copy link
Collaborator

V13Axel commented Feb 21, 2024

Resolved by just updating the 4 calendars (2 active) that used the old wide layout to use the merged grid instead.

@V13Axel V13Axel closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant