spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
555 stars 101 forks source link

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

Closed keizah7 closed 1 year ago

keizah7 commented 1 year ago

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:

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

Desktop (please complete the following information):

spatie-bot commented 1 year ago

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.