Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:36 pm EST
Geeklog Forums
upload file mp3 in filemgmt
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
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 ...
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
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 ...
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
8
Quote
Status: offline
jetshack
Forum User
Full Member
Registered: 06/29/04
Posts: 122
Location:Texas
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.
10
8
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
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?
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
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?
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
7
Quote
Status: offline
ScurvyDawg
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?
9
8
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
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!!!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
Greetings!!!
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
7
7
Quote
Status: offline
ScurvyDawg
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??
8
9
Quote
Status: offline
koalasoft
Forum User
Full Member
Registered: 03/09/05
Posts: 242
Location:Mexico
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?
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
Error Code: 1017
ERROR: The file was not uploaded. Check permissions or duplicate file.
So that?
**Cuando el Alumno esta listo, el Maestro Aparece **
::Geeklog support in Spanish::
8
8
Quote
ju@nf
Anonymous
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
8
7
Quote
Status: offline
juanfvr
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
6
9
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
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
Geeklog components by PortalParts -- www.portalparts.com
Geeklog components by PortalParts -- www.portalparts.com
8
13
Quote
All times are EST. The time is now 08:36 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