Welcome to Geeklog, Anonymous Wednesday, July 09 2025 @ 03:17 pm EDT
Geeklog Forums
upload file mp3 in filemgmt
Status: offline
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Hi ... I have problem..
I can not upload file *.mp3 in my filemgmt ... I dont understand for whay.
I send message "this file not contend data" in spanish "El archivo no contiene datos"
and not upload .. not add the file MP3 in database filemgmt.
Sorry for my bad english ...
I can not upload file *.mp3 in my filemgmt ... I dont understand for whay.
I send message "this file not contend data" in spanish "El archivo no contiene datos"
and not upload .. not add the file MP3 in database filemgmt.
Sorry for my bad english ...
10
11
Quote
Status: offline
Forum User
Full Member
Registered: 06/29/04
Posts: 122
I'm not entirely sure about this but don't you have to set up which types of files it's allowed to present.... for instance if you haven't set it up to accept mp3 files then it won't...
You might try uploading an html file with a redirect on it to the loaction of the mp3 file... Do a search of my recent posts... I think I talked about this recently.
You might try uploading an html file with a redirect on it to the loaction of the mp3 file... Do a search of my recent posts... I think I talked about this recently.
12
9
Quote
Status: offline
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Thanks jetshack..
I saw an example in the pagina Web of Blair, that with plugin of Filemgmt can be unloaded archives MP3, when trying keep it to Base from data plugin, sends a message to me that says. "the file does not contain data" and it is not possible to be kept. Plugin that download was in this site geeklog.
Some idea of like doing this?
I saw an example in the pagina Web of Blair, that with plugin of Filemgmt can be unloaded archives MP3, when trying keep it to Base from data plugin, sends a message to me that says. "the file does not contain data" and it is not possible to be kept. Plugin that download was in this site geeklog.
Some idea of like doing this?
9
10
Quote
Status: offline
Forum User
Full Member
Registered: 11/06/02
Posts: 523
Now I am not sure but I think you need to go into the config.php file in the /home/username/plugins/filemgmt folder.
In that folder you will find an array of approved variables.
$_FMDOWNLOAD = array(
'php' => 'phps',
'pl' => 'txt',
'cgi' => 'txt',
'py' => 'txt',
'sh' => 'txt',
'doc' => 'doc',
'pdf' => 'pdf',
'exe' => 'reject',
'xls' => 'xls',
);
add your required filetype in the same format and go, or so it seems to me. Isn't this correct?
In that folder you will find an array of approved variables.
Text Formatted Code
$_FMDOWNLOAD = array(
'php' => 'phps',
'pl' => 'txt',
'cgi' => 'txt',
'py' => 'txt',
'sh' => 'txt',
'doc' => 'doc',
'pdf' => 'pdf',
'exe' => 'reject',
'xls' => 'xls',
);
add your required filetype in the same format and go, or so it seems to me. Isn't this correct?

13
11
Quote
Status: offline
Forum User
Full Member
Registered: 06/29/04
Posts: 122
that's what I was thinking about scurvy...
wouldn't a redirect work also though?
wouldn't a redirect work also though?
10
10
Quote
Status: offline
Forum User
Full Member
Registered: 03/09/05
Posts: 242
I have looked for the file config.php within the folder plugin/filemgmt and it encounter the option that indicates to me in companion, and not to put the variables. They help to look for it me. My folder geeklog this in /usr/local/geeklog
Greetings!!!
Greetings!!!

11
10
Quote
Status: offline
Forum User
Full Member
Registered: 11/06/02
Posts: 523
Quote by koalasoft: I have looked for the file config.php within the folder plugin/filemgmt and it encounter the option that indicates to me in companion, and not to put the variables. They help to look for it me. My folder geeklog this in /usr/local/geeklog
Greetings!!!
Greetings!!!

HUH??

13
12
Quote
Status: offline
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Sorry .. is I don't locate the file config.php in my path geeklog to modify it.
11
11
Quote
Status: offline
Forum User
Full Member
Registered: 03/09/05
Posts: 242
When I want to keep enla data base of filemgmt a file MP3, it gives an error message me.
Error Code: 1017
ERROR: The file was not uploaded. Check permissions or duplicate file.
So that?
Error Code: 1017
ERROR: The file was not uploaded. Check permissions or duplicate file.
So that?

9
12
Quote
Hello everyone;
I've edited my ../plugins/filemgmt/config.php file as ScurvyDawq said, but i can't see anything like that.
There's no lines defining any array. Is it corrupt? or do i have to add those lines into my file?
thanks
I've edited my ../plugins/filemgmt/config.php file as ScurvyDawq said, but i can't see anything like that.
There's no lines defining any array. Is it corrupt? or do i have to add those lines into my file?
thanks
10
8
Quote
Status: offline
Forum User
Newbie
Registered: 12/17/04
Posts: 1
Quote by ScurvyDawg: Now I am not sure but I think you need to go into the config.php file in the /home/username/plugins/filemgmt folder.
In that folder you will find an array of approved variables.
$_FMDOWNLOAD = array(
'php' => 'phps',
'pl' => 'txt',
'cgi' => 'txt',
'py' => 'txt',
'sh' => 'txt',
'doc' => 'doc',
'pdf' => 'pdf',
'exe' => 'reject',
'xls' => 'xls',
);
add your required filetype in the same format and go, or so it seems to me. Isn't this correct?
In that folder you will find an array of approved variables.
Text Formatted Code
$_FMDOWNLOAD = array(
'php' => 'phps',
'pl' => 'txt',
'cgi' => 'txt',
'py' => 'txt',
'sh' => 'txt',
'doc' => 'doc',
'pdf' => 'pdf',
'exe' => 'reject',
'xls' => 'xls',
);
add your required filetype in the same format and go, or so it seems to me. Isn't this correct?

Hello everyone;
I've edited my ../plugins/filemgmt/config.php file as ScurvyDawq said, but i can't see anything like that.
There's no lines defining any array. Is it corrupt? or do i have to add those lines into my file?
thanks
8
12
Quote
Status: offline
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
I suspect you are using an older version of the plugin. Upgrade to version 1.3. It's the downloads section here and on my site portalparts.com
9
15
Quote
Status: offline
Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
I installed filemgmgt rc3 but i too take this error!
and replaced my config.php
and replaced my config.php

8
10
Quote
All times are EDT. The time is now 03:17 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content