Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I get this error when I'm trying to upload a picture, but the file is only 12.6kB so I guess the file can't really be too big.

    Niamh
  2.  
    Especially as Server info shows- "File Upload Size Limit: 6MB"
    • CommentAuthorchewbears
    • CommentTimeNov 18th 2010 edited
     
    upload_max_filesize =
    post_max_size =
    max_execution_time =
    memory_limit =

    Increase the sizes of these items in your php.
  3.  
    I wonder where Plogger gets these figures from-
    File Upload Size Limit: 6MB
    Temporary Memory Limit: 64M
    Code Run Time Limit: 300s

    given that php.ini says-

    upload_max_filesize = 10
    post_max_size = 8M
    max_execution_time = 30
    memory_limit = 8M

    Niamh