Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201807/thum-ca7c1530860742.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
报错如图:
经查,是因为项目人员在部署时,直接修改setclasspath.bat文件,
改了其中的%JAVA_HOME%,直接写死JDK路径
解决方案如下:把写死的JDK路径重新改为%JAVA_HOME%
然后使用SET JAVA_HOME的方式,来指定JDK路径