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

Illuminate\Database\QueryException #1

Open
eyedroot opened this issue Aug 22, 2023 · 0 comments
Open

Illuminate\Database\QueryException #1

eyedroot opened this issue Aug 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eyedroot
Copy link
Owner

Describe the bug

Illuminate\Database\QueryException {#1693 // app/Services/Valorant/GuideService.php:93
  #message: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'channels.id' in 'field list' (Connection: mysql, SQL: select `valorant_movies`.*, `channels`.`id` as `channel_pid`, `channels`.`channel_id`, `channels`.`channel_title`, `channels`.`channel_thumbnail` from `valorant_movies` where `state` = 1 and `category` = GUIDE order by `valorant_movies`.`id` desc limit 20 offset 0)"
  #code: "42S22"
  #file: "/var/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
  #line: 795
  -previous: PDOException {#1287
    #message: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'channels.id' in 'field list'"
    #code: "42S22"
    #file: "/var/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
    #line: 416
    +errorInfo: array:3 [

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
If applicable, add screenshots to help explain your problem.

Environment:

  • PHP Version: [e.g. 7.4, 8.0]
  • Framework: [e.g. Laravel, Symfony, etc.]
  • OS: [e.g. iOS, Windows, Linux]

Additional context
Add any other context about the problem here.

@eyedroot eyedroot self-assigned this Aug 22, 2023
@eyedroot eyedroot added the bug Something isn't working label Aug 22, 2023
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