Error #2032 on Everyfile uploaded

brandon
brandon
Offline
0
I get this error on all my songs i upload.....my songs directory is set up and everything and no files appear in their after the upload....please help
Responses (9)
  • Accepted Answer

    Sunday, March 07 2010, 11:34 AM - #Permalink
    0
    does the songs folder has wirting permissions?

    ALSO, check your php variables max_upload_filesize and max_post_size

    mabe the problem is that your files are bigger than what your server allows. then you should increase these variables.
    The reply is currently minimized Show
  • Accepted Answer

    brandon
    brandon
    Offline
    Sunday, March 07 2010, 08:30 PM - #Permalink
    0
    Can tell me what you mean by writing permissions? I created a new directory under my ftp client and named the folder songs.....as far as the my php file...it goes as follows

    register_globals=Off
    safe_mode=Off
    allow_url_fopen=Off
    allow_url_include=Off
    disable_functions=show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
    open_basedir=/home/content/b/r/o/broc21/html:/tmp:/var/logs
    memory_limit = 50M
    post_max_size = 8M
    file_uploads = On
    upload_max_filesize = 15M


    Is their something wrong that i did or that yo see that is causing the error?
    The reply is currently minimized Show
  • Accepted Answer

    P
    P
    Offline
    Sunday, March 07 2010, 09:03 PM - #Permalink
    0
    1 - make sure folder name is the same as the name in the parameters in muscol
    2 - check your configuration php file and make sure the live site section has the correct domain name without the trailing / example http://www.yourdomain.com
    The reply is currently minimized Show
  • Accepted Answer

    brandon
    brandon
    Offline
    Sunday, March 07 2010, 10:30 PM - #Permalink
    0
    Still no luck.......i keep getting the same error....Can you tell me what you mean by writing permissions? I created a new directory under my ftp client and named the folder songs
    The reply is currently minimized Show
  • Accepted Answer

    P
    P
    Offline
    Monday, March 08 2010, 12:21 AM - #Permalink
    0
    in oyur Joomla root you have a file call configuration.php
    Open it and should look like this

    class JConfig {
    var $offline = '0';
    var $editor = 'tinymce';
    var $list_limit = '10';
    var $helpurl = 'http://help.joomla.org';
    var $debug = '0';
    var $debug_lang = '0';
    var $sef = '1';
    var $sef_rewrite = '1';
    var $sef_suffix = '1';
    var $feed_limit = '10';
    var $feed_email = 'site';
    var $secret = '';
    var $gzip = '0';
    var $error_reporting = '-1';
    var $xmlrpc_server = '0';
    var $log_path = '/Applications/MAMP/yourdomain.com/logs';
    var $tmp_path = '/Applications/MAMP/yourdomain.com/tmp';
    Here--> var $live_site = 'http://192.168.168.2';
    The reply is currently minimized Show
  • Accepted Answer

    brandon
    brandon
    Offline
    Monday, March 08 2010, 12:36 AM - #Permalink
    0
    i found this file and put in my site name and the backend of my joomla started develop issues...any other solutions you can think of.....i really need this to work
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 08 2010, 03:38 PM - #Permalink
    0
    @broc22
    permissions means that files can be saved on that folder.

    are your files big? try to upload a small file (
    The reply is currently minimized Show
  • Accepted Answer

    brandon
    brandon
    Offline
    Monday, March 08 2010, 04:44 PM - #Permalink
    0
    My files are of the small variety.....nothing bigger than 5 mb
    The reply is currently minimized Show
  • Accepted Answer

    brandon
    brandon
    Offline
    Monday, March 08 2010, 05:42 PM - #Permalink
    0
    Germi can you take a look one last time with super admin. access to my site and see if you see a problem....please bro....this error has got me confused...can you upload a sample song to see if you get the same error
    The reply is currently minimized Show
Your Reply