-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels