We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When pasting an image and trying to save the issue, I get an error. This due to the file_add function in the core/file_api.php, in the following line:
if( !move_uploaded_file( $t_tmp_file, $t_disk_file_name) ) {
When I replace the line with a php rename, all goes well, so apparently the system does not see the pasted picture as an upload. Any ideas on this?
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
No branches or pull requests
When pasting an image and trying to save the issue, I get an error. This due to the file_add function in the core/file_api.php, in the following line:
if( !move_uploaded_file( $t_tmp_file, $t_disk_file_name) ) {
When I replace the line with a php rename, all goes well, so apparently the system does not see the pasted picture as an upload. Any ideas on this?
The text was updated successfully, but these errors were encountered: