• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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