• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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