You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything was working fine at local, but when I uploaded my code to a server, I've take an error due to @if@include tags which are not processed by the engine. All @include's are seen as plain text.
Steps To Reproduce:
1.) Create a fresh laravel project.
2.) Set the locale at appServiceProvider@boot
public function boot()
{
setlocale(LC_ALL, 'tr_TR');
}
3.) upload project to a server. My server is plesk panel, but I also tried at cpanel and it is still same result.
This discussion was converted from issue #39604 on November 13, 2021 23:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Everything was working fine at local, but when I uploaded my code to a server, I've take an error due to @if @include tags which are not processed by the engine. All @include's are seen as plain text.
Steps To Reproduce:
1.) Create a fresh laravel project.
2.) Set the locale at appServiceProvider@boot
3.) upload project to a server. My server is plesk panel, but I also tried at cpanel and it is still same result.

Beta Was this translation helpful? Give feedback.
All reactions