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

Steper 2 says Invalid file when is uploaded to heroku #107

Open
rafaelsanchezrd opened this issue Feb 26, 2023 · 0 comments
Open

Steper 2 says Invalid file when is uploaded to heroku #107

rafaelsanchezrd opened this issue Feb 26, 2023 · 0 comments

Comments

@rafaelsanchezrd
Copy link

Describe the bug
In the next screenshoots you could see that loading the stepper is being done in the same way that the select2 is being loaded but I get this error, when I upload the application to heroku.

CodeIgniter\View\Exceptions\ViewException
Invalid file: agungsugiarto\boilerplate\Views\load\steper.php

the view calling this file has this:
<?= $this->include('agungsugiarto\boilerplate\Views\load\steper') ?>

and the content of the file is just this:
<?= $this->section('css');?>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bs-stepper/dist/css/bs-stepper.min.css">
<?= $this->endSection();?>

<?= $this->section('js');?>
<script src="https://cdn.jsdelivr.net/npm/bs-stepper/dist/js/bs-stepper.min.js"></script>
<?= $this->endSection();?>

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

image

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant