PHP的imagegif()函数问题
在我的电脑上和国内的虚拟主机都能用,刚才换了国外的VPS,结果所有用PHP输出图片的地方,都不行了,提示:
Warning: imagegif() [function.imagegif] Unable to open temporary file in D:\www\544230987\web\logo.php on line 16
而我刚才带了代码,第16行就是:imagegif();函数
在我的电脑上和国内的虚拟主机都能用,刚才换了国外的VPS,结果所有用PHP输出图片的地方,都不行了,提示:
Warning: imagegif() [function.imagegif] Unable to open temporary file in D:\www\544230987\web\logo.php on line 16
而我刚才带了代码,第16行就是:imagegif();函数
答案:路径不对或者权限不够