• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Laravel GitHub file_exists problem

raakkan

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.57
i deployed laravel script with github but this error returned how to fix

[HEADING=2]file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/helpforum.in/httpdocs/resources/views/<div> <!-- STANDARD LABEL --> @if($label && !$inline) <label class="pt-0 label label-text font-semibold">{{ $label }}</label> @endif[/HEADING]
 
It seems that instead of a filename you have linked a variable that contains code into the filename string.
 
Back
Top