mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #1215] Can't rename a file #774
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#774
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Owned67 on GitHub (Aug 5, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1215
hello, i can create, delete everything but cannot rename a file...
error:
Error while renaming from myfile.json to Testmyfile.json
edit, add other try:
Error while renaming from myfile.json to Test.json
on config.php, ive added (ive try with .json but its same):
`// Allowed file extensions for create and rename files
// e.g. 'txt,html,css,js'
$allowed_file_extensions = 'json';
// Allowed file extensions for upload files
// e.g. 'gif,png,jpg,html,txt'
$allowed_upload_extensions = 'json';`
Ive looked on developper console but no error...
using php 7.4
if someone have a suggestion...
thanks
@Owned67 commented on GitHub (Aug 5, 2024):
Solved... need to set on tinyfilemanager.php and config.php, idk why using a config.php so? maybe im not update? ^^
@zorrobiwan commented on GitHub (Aug 5, 2024):
Leave main file so you can update it with new releases. Use config.php to overwrite config from main file.