Skip to content

Rendering issue. #190

@Sepremex

Description

@Sepremex

I'm not sure if this is related to BladeOne or to the PHP.
PHP v 8.3
BladeOne 3.52
I know is an old version, but for what is use it has been working fine up to yesterday.
The problem is here $view = $blade->run('www.index', compact('data'));
Then I do this: echo $view; and exit;
That is ok, but I need to send and email:
$mail->bodyHtml = $blade->run('email.message', compact('data'));
$mail->addAddress( $data->email);

My script doesn't pass from $mail->bodyHtml = $blade->run(); ... it renders the html and doesn't continue,
Like I said, just a few days back it was fine, and yesterday we had a server update, not sure what was updated, but something was, I'm using a share host, so I don't have much information as to what was updated...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions