Tag: unknown
-
Post Views: 15 1. Error report in PHP environment: Notice: unknown: file created in the systems Temporary directory in unknown on line 0. as shown in Figure 1 2. Check the php.ini file, because the temporary directory used to store the file when the file is uploaded does not exist. After creating the corresponding directory, no more errors will be…
-
Post Views: 49 1. Build an image in Jenkins and report an error: Error Processing tar file(exit status 1): unexpected EOF. as shown in Figure 1 2. Check the Dockerfile, it should be that the number of the add command is too many, which leads to insufficient space. Reference URL: https://stackoverflow.com/questions/42784396/docker-e rror-error-processing-tar-fileexit-status-1-unexpected-eof . as shown in Figure 2 3. Cut…