简体   繁体   English

joomla 2.5 Media Manager无法上传图像,但没有错误

[英]joomla 2.5 media manager cannot upload image but no error

i want to ask, that when i click start upload button in media manager, i got return a blank page, nothing error.... but when set debugging to development mode, i got some notice 我想问的是,当我在媒体管理器中单击“开始上传”按钮时,我得到了一个空白页,没有任何错误....但是当将调试设置为开发模式时,我得到了一些提示

Notice: Undefined index: CONTENT_LENGTH in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 54

Notice: Undefined index: CONTENT_LENGTH in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 55

Notice: Undefined index: CONTENT_LENGTH in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 56

Notice: Undefined index: CONTENT_LENGTH in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 57

Notice: Undefined index: name in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 67

Notice: Undefined index: type in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 67

Notice: Undefined index: tmp_name in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 67

Notice: Undefined index: error in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 67

Notice: Undefined index: size in /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php on line 67

Please tell me what is wrong with media manager, its working fine till Friday, but from yesterday i am experiencing this problem... I am using Joomla 2.5 请告诉我媒体管理器有什么问题,它可以正常工作到星期五,但是从昨天开始我就遇到了这个问题...我正在使用Joomla 2.5

Please help. 请帮忙。

Is the form name is same as name at /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php? 表单名称是否与/home/content/13/11749313/html/administrator/components/com_media/controllers/file.php中的名称相同?

I mean 我的意思是

<input type="file" name="file_abc" />

And same name param at file PHP. 并且在文件PHP中具有相同的名称param。

$_FILES['file_abc'];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM