Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter evan1966

    (@evan1966)

    I am still using them.

    Do I need to remove them when testing which one causes problems.

    Or can I just deactivate them.

    If I just deactivate, then easier to remember which ones were instaled.

    But only if a deactivated plugin will not cause any problems.

    So, will deactivated not interfere with anything else, the same os un-install ?

    Thread Starter evan1966

    (@evan1966)

    Increased memory limit from 256M to 512M,
    then increased to 1024 Maximum

    Still same problem

    20 Images of approx 30KB all upload with no problem

    2 Images of approx 0.9MB (900KB) fail to upload

    Twice I have got this error: Invalid JSON response from server

    Additional Info from php.ini below:

    ; Maximum amount of memory a script may consume (128MB)
    ; http://php.net/memory-limit
    memory_limit = 1024M

    Path to your Web document root: /home/users/web/b2/ipg.3streamscouk
    This is important, as most of your scripts will need to specify this location. For example, this is required if you’d like your PHP script to upload files.

    Current Default version of PHP: 7.0

    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ; http://php.net/upload-tmp-dir
    ;upload_tmp_dir =

    ; Maximum size of POST data that PHP will accept.
    ; http://php.net/post-max-size
    post_max_size = 20M

    ; File Uploads ;
    ;;;;;;;;;;;;;;;;

    ; Whether to allow HTTP file uploads.
    ; http://php.net/file-uploads
    file_uploads = On

    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ; http://php.net/upload-tmp-dir
    ;upload_tmp_dir =

    ; Maximum allowed size for uploaded files.
    ; http://php.net/upload-max-filesize
    upload_max_filesize = 20M

    ; Maximum number of files that can be uploaded via a single request
    max_file_uploads = 20

Viewing 2 replies - 1 through 2 (of 2 total)