1

我想问一下,当我在媒体管理器中单击开始上传按钮时,我返回一个空白页面,没有任何错误....但是当将调试设置为开发模式时,我得到了一些通知

注意:未定义索引:第 54 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的 CONTENT_LENGTH

注意:未定义索引:第 55 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的 CONTENT_LENGTH

注意:未定义索引:第 56 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的 CONTENT_LENGTH

注意:未定义索引:第 57 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的 CONTENT_LENGTH

注意:未定义索引:第 67 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的名称

注意:未定义索引:在第 67 行输入 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php

注意:未定义索引:第 67 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的 tmp_name

注意:未定义的索引:第 67 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的错误

注意:未定义索引:第 67 行 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的大小

请告诉我媒体管理器出了什么问题,它一直工作到星期五,但从昨天开始我遇到了这个问题......我正在使用 Joomla 2.5

请帮忙。

4

1 回答 1

0

表单名称是否与 /home/content/13/11749313/html/administrator/components/com_media/controllers/file.php 中的名称相同?

我是说

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

和 PHP 文件中的同名参数。

$_FILES['file_abc'];
于 2013-10-08T08:35:45.340 回答