Falha no Update 4.50 #2640
Closed
RFS-Solutions
started this conversation in
General
Replies: 1 comment
-
Limpei as pastas anteriores de atualizações no servidor e ele conseguiu realizar a atualização |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ao tentar a atualização, ocorre o seguinte error:
` // If the file isn't in the ignored list then perform the update
if (! $this->_is_ignored($file->filename)) {
// If the status is removed then delete the file
if ($file->status === 'removed') {
if (file_exists($file->filename)) {
unlink($file->filename);
}
}
// Otherwise copy the file from the update.
else {
copy($dir . '/' . $file->filename, $file->filename);
}
}
}
` }
Alguém está tendo o mesmo problema?
Beta Was this translation helpful? Give feedback.
All reactions