• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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