• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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