Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter crowdgallery

    (@crowdgallery)

    One step further: it seems to have something to do with a maximum 4MB upload. Anyone any idea on how to stretch that amount?

    Connection or not, you have to ask anyway to your provider to set the Safe mode off, and the max upload limit is imposed by the server configuration, not by WP.
    For the error, it should be useful to know if it’s the same with the WP media library upload.
    If so, isn’t definitely a Nextgen problem.

    Thread Starter crowdgallery

    (@crowdgallery)

    I have managed to solve it by adding an php.ini file to the wp-admin folder.
    (make a new document and save it as php.ini in the wp-admin folder)
    With these lines:

    post_max_size = 50M
    upload_max_filesize = 40M
    max_execution_time = 900
    memory_limit = 30M

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error code 7’ is closed to new replies.