maximum file upload size problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • artpapa
    Member
    • Dec 2004
    • 92

    [Forum] maximum file upload size problem

    Hi,
    I can upload to the albums just fine that could be any file dimension allowd by attachment permissions.

    But I can not make it work on the forum posts... Is there any easy solution?
    Please look attachments, And Copy of my php configuration.

    Configuration


    PHP Core

    allow_call_time_pass_reference On On
    allow_url_fopen On On
    allow_url_include On On
    always_populate_raw_post_data Off Off
    arg_separator.input & &
    arg_separator.output & &
    asp_tags Off Off
    auto_append_file no value no value
    auto_globals_jit On On
    auto_prepend_file no value no value
    browscap no value no value
    default_charset no value no value
    default_mimetype text/html text/html
    define_syslog_variables Off Off
    disable_classes no value no value
    disable_functions no value no value
    display_errors On On
    display_startup_errors Off Off
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl On On
    error_append_string no value no value
    error_log error_log error_log
    error_prepend_string no value no value
    error_reporting 6135 6135
    exec_dir no value no value
    expose_php Off Off
    extension_dir /usr/local/lib/php/extensions/no-debug-non-zts-20060613 /usr/local/lib/php/extensions/no-debug-non-zts-20060613
    file_uploads On On
    highlight.bg #FFFFFF #FFFFFF
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .:/usr/lib/php:/usr/local/lib/php .:/usr/lib/php:/usr/local/lib/php
    log_errors On On
    log_errors_max_len 1024 1024
    magic_quotes_gpc On On
    magic_quotes_runtime Off Off
    magic_quotes_sybase Off Off
    mail.force_extra_parameters no value no value
    max_execution_time 300 300
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time 300 300
    memory_limit 128M 128M
    open_basedir no value no value
    output_buffering no value no value
    output_handler no value no value
    post_max_size 101M 101M
    precision 12 12
    realpath_cache_size 16K 16K
    realpath_cache_ttl 120 120
    register_argc_argv On On
    register_globals Off Off
    register_long_arrays On On
    report_memleaks On On
    report_zend_debug On On
    safe_mode Off Off
    safe_mode_exec_dir no value no value
    safe_mode_gid Off Off
    safe_mode_include_dir no value no value
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 100 100
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    track_errors Off Off
    unserialize_callback_func spl_autoload_call no value
    upload_max_filesize 100M 100M
    upload_tmp_dir no value no value
    user_dir no value no value
    variables_order EGPCS EGPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    y2k_compliance On On
    zend.ze1_compatibility_mode Off Off
    We've won on the newest planning but if homes and if and Version of tone of me and the government and its
    Attached Files
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Check the upload limits for the usergroups via AdminCP > Usergroups > Usergroup Manager
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • Andy
      Senior Member
      • Jan 2002
      • 5886
      • 4.1.x

      #3
      The exceeeded maximum dimension resize error can be adjusted in the config.php file located in the /includes folder. Look at the very end of the config.php file and change the setting to a larger number.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74161

        #4
        Originally posted by Andy
        The exceeeded maximum dimension resize error can be adjusted in the config.php file located in the /includes folder. Look at the very end of the config.php file and change the setting to a larger number.
        Doing so may cause additional errors and you may need to further increase your PHP resources.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • Andy
          Senior Member
          • Jan 2002
          • 5886
          • 4.1.x

          #5
          Originally posted by Wayne Luke
          Doing so may cause additional errors and you may need to further increase your PHP resources.
          Good point Wayne. I have my php.ini setting pretty high so that's not an issue on my dedicated server. For a point of reference, here's the setting I have in my config.php file:

          Code:
          // Image Processing Options
          	// Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
          $config['Misc']['maxwidth'] = 10000;
          $config['Misc']['maxheight'] = 10000;

          Comment

          • artpapa
            Member
            • Dec 2004
            • 92

            #6
            Originally posted by Trevor Hannant
            Check the upload limits for the usergroups via AdminCP > Usergroups > Usergroup Manager
            Thank you very much, I think this was the missing part .
            But , Seriously , I'm Install the best Forum software In the planet, spent three days to figure out why I can not post images on my own forum. Isn't that will be nice from creators to setup the tiny tutorial for such kind of cases, there's so many topics to read, and not of them giving the clear answers.
            Last edited by artpapa; Fri 22 Jun '12, 1:32am.

            Comment

            Related Topics

            Collapse

            Working...