アップロードで「Error, "Failed to upload file, internal error."」


2018年10月29日


Error, "Failed to upload file, internal error."
http://forum.modx.jp/viewtopic.php?t=1822


対象ファイル
/manager/media/browser/mcpuk/connectors/Commands/FileUpload.php

修正箇所
if($modx->modx_move_uploaded_file($tmp_name,$target))
↓ 修正
if($modx->manager->modx_move_uploaded_file($tmp_name,$target))


Archive