Okay
  Public Ticket #873055
Image Gallry
Closed

Comments

  • Westin started the conversation

    Hi,  

    I am working on one of my pages here, and I am running into a problem.  I have 50 or so images to upload to a gallery, and I can't  I was able to upload a good lump sum, but as I try to add even just one more photo to the image gallery, the gallery seems to freeze the upload process and the new image cant be added.  I have tried restarting my computer, refreshing my browser, and using an entirely different browser, but nothin seems to work.  Any chance you might have any idea as to whats up

    Thank you!

  •  8,403
    Tahir replied

    Hey ,

    You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    Bes.t


    ThemeNectar Support Team