Attachments no longer working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gator Bite
    New Member
    • Nov 2009
    • 22
    • 5.7.0

    Attachments no longer working

    Attachments have worked fine for the last 18 months. Suddenly, every time me or my members attempt to add an attachment to a post we get "Upload of file failed."

    Attachments are stored in the File System. All folders are set for full read/write/execute (777).

    Interestingly, I have been able to get some very small attachements to intermitently upload (<100 KB). All sizes in Usergroup Permissions and Attachment Permissions are set very high. I have moved attachments to the database and back without and change. When I run a diagnostic on uploads I get:

    file_uploads: On
    open_basedir: None
    safe_mode: Off
    upload_tmp_dir: C:\Windows\Temp
    upload_max_filesize: 32.00 MB

    No Errors occurred whle opening the uploaded file for reading.
    My PHP settings are as follows:

    Configuration


    PHP Core


    allow_call_time_pass_reference Off Off
    allow_url_fopen On On
    allow_url_include Off Off
    always_populate_raw_post_data Off Off
    arg_separator.input & &
    arg_separator.output & &
    asp_tags On On
    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 On On
    disable_classes no value no value
    disable_functions no value no value
    display_errors On On
    display_startup_errors On On
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl Off Off
    error_append_string no value no value
    error_log syslog syslog
    error_prepend_string no value no value
    error_reporting 6135 6135
    expose_php On On
    extension_dir C:\Program Files\PHP\ext C:\Program Files\PHP\ext
    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 .;C:\php5\pear .;C:\php5\pear
    log_errors On On
    log_errors_max_len 1024 1024
    magic_quotes_gpc Off Off
    magic_quotes_runtime Off Off
    magic_quotes_sybase Off Off
    mail.force_extra_parameters no value no value
    max_execution_time 300 300
    max_input_nesting_level 64 64
    max_input_time 300 300
    memory_limit 256M 256M
    open_basedir no value no value
    output_buffering 8192 8192
    output_handler no value no value
    post_max_size 64M 64M
    precision 14 14
    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 no value no value
    serialize_precision 100 100
    short_open_tag On On
    SMTP mail.tela.com mail.tela.com
    smtp_port 25 25
    sql.safe_mode Off Off
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 32M 32M
    upload_tmp_dir C:\Windows\Temp C:\Windows\Temp
    user_dir no value no value
    variables_order EGPCS EGPCS
    xmlrpc_error_number
    xmlrpc_errors Off Off
    y2k_compliance On On
    zend.ze1_compatibility_mode Off Off
    Any suggestions on how I can trouble shoot this? Thanks.....
  • Gator Bite
    New Member
    • Nov 2009
    • 22
    • 5.7.0

    #2
    Anyone....?

    Comment

    • Gator Bite
      New Member
      • Nov 2009
      • 22
      • 5.7.0

      #3
      OK, here's some more info.

      I have no problem uploading pictures to albums.

      Pictures uploaded as attachments work intermittently. Not sure why. I've gotten some larger JPGs to work, and some smaller JPGs too, yet 2 out of three times JPGs fail, large or small.

      PDFs fail everytime, big or small. We have a Download section installed, and there is no problem loading larger PDFs there.

      Comment

      • Gator Bite
        New Member
        • Nov 2009
        • 22
        • 5.7.0

        #4
        Also may be relevant:

        I am running vB 3.8.7 patch level 2.

        I am using GD image processing.

        I have tried turning off thumbnails. No improvement.

        I have tried turing off all plugins / hooks. No improvement.

        I have tried optimizing / repairing all tables.

        I have tried rebuilding all attachment thumbnails.

        I have tried deleting my PDF attachment entry and recreating it. No improvement.

        I have spent hours searching here, and reading other threads with no conclusions.

        Comment

        • deluxmall
          Member
          • Jul 2009
          • 82

          #5
          I face the same issue, did you manage to get it solve?

          It only happen to IE browser, all the rest of the browser work fine.

          Sometimes when I try to upload to IE Browser, it gives the following error ..

          "Internet Explorer cannot display the webpage"

          I close the window.

          Open a new attachment window and try again, it works!
          After that it works all the time until i clear my cache and the same problem happen again

          I tried using another PC with Internet explorer 8 and it does not have this problem.

          This problem is getting really irritating
          Last edited by deluxmall; Sat 17 Sep '11, 6:25pm.

          Comment

          Related Topics

          Collapse

          Working...