Link Search Menu Expand Document

Fatal error Uncaught ValueError Path cannot be empty

When you get the error message Fatal error: Uncaught ValueError: Path cannot be empty, please apply the following changes to the php.ini file and the html file.

Modified the php.ini file with the following.

max_execution_time=300
memory_limit=1024M
post_max_size=4000M
upload_max_filesize=4000M

And in the HTML file modified this "MAX_FILE_SIZE" to following.

<input type="hidden" name="MAX_FILE_SIZE" value="8000000000"/>