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

Something went wrong here. Reload Ray to try again. #767

Closed
keizah7 opened this issue Jan 20, 2023 · 1 comment
Closed

Something went wrong here. Reload Ray to try again. #767

keizah7 opened this issue Jan 20, 2023 · 1 comment
Assignees

Comments

@keizah7
Copy link

keizah7 commented Jan 20, 2023

Describe the bug
image

ray()->showQueries();

$oldPaymentPaidCount = DB::select(DB::raw("SELECT
        count(*) AS old_payment_value_count
    FROM (
        SELECT
            *
        FROM
            payment_debt_reports
        WHERE
            period_date != '2022-09-01'
            AND period_date > (
                SELECT
                    period_date
                FROM
                    payment_debt_reports
                WHERE
                    period_date != '2022-09-01'
                    AND payment_value != 7500
                ORDER BY
                    period_date DESC
                LIMIT 1)) AS dates"));

Versions
2.2.2

You can use composer show to get the version numbers of:

  • spatie/ray package version: 1.36.0
  • spatie/laravel-ray package version (if applicable): 1.32.0

PHP version: 8.1.14
Laravel version (if applicable): 9.47

Desktop (please complete the following information):

  • OS: [e.g. macOS] Ventura
  • Version [e.g. 22] 13.1
@Sam-Apostel Sam-Apostel self-assigned this Jan 24, 2023
@spatie-bot
Copy link

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.

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

3 participants