• Hello,

    When I upload images using NextGen I get
    Note : The upload limit on your server is 2MByte

    I’ve found a php.ini file and changed the size to 8 mb – this line
    upload_max_filesize = 8M

    php.ini file is in the root level e.g. ..\public_html\php.ini

    However, when I upload images it still says 2MByte

    Can someone tell me what else I need to do?

    Thanks

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

    (@plork)

    No worries I figured it out

    Create a php.ini file with the following lines, entering your numbers and stick it in wp-admin folder

    post_max_size = ??M
    upload_max_filesize = ??M
    max_execution_time = ???
    memory_limit = ??M

    i tried that too…but still gets; Note : The upload limit on your server is 12MByte

    aaaaaaaaaaaarg..can someone help me?

    Thread Starter plork

    (@plork)

    Well maybe I shou;d have tested it before I poste previously!

    I’ve chaned upload_max_filesize in php.ini in ROOT to 8M

    I’ve created a php.ini and put it in wp-admin with upload_max_filesize of 8M

    When I go to add images Gallery -> Add Gallery / Images -> Upload Images, I click broswe to select the file, select the gallery I want the image in from the drop-down box and click upload image

    The staus bar at the top shows the % of upload complete, when it gets to 100% it says upload successfull, BUT, the image is not in the gallery!!

    It says Directory /home/xxx/xxx/xxx/wordpress/wp-content/gallery/images contains no pictures

    Can anyone shed any light in to what I’m doing wrong / what I need tp do please?

    Thanks

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