Your directory must be writable
sudo chmod 777 {$dir}"; } return $str.$alert; } public function getName() { return "Articles"; } public function getUUID() { return "articles-91db-4357-bb10-ee08b0913778"; } public function getEmptyDataObject() { global $global; $obj = new stdClass(); $obj->allowAttributes = false; $obj->allowCSS = false; $obj->allowAllTags = false; return $obj; } public function getPluginMenu() { global $global; $btn = ''.__('Update Old Descriptions').''; $btn .= ''.__('Revert Descriptions to NON-HTML').''; return $btn; } }