Comments Nataly started the conversationJanuary 15, 2016 at 1:32amI am trying to add an image gallery to my site, and everythime I click "save", it crashes and lands on 404 error. Please assist. 8,992Tahir repliedJanuary 16, 2016 at 1:02amHey ,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\', \'128M\' );define( \'WP_MAX_MEMORY_LIMIT\', \'128M\' );Bes.t ThemeNectar Support Team Sign in to reply ...
I am trying to add an image gallery to my site, and everythime I click "save", it crashes and lands on 404 error. Please assist.
ThemeNectar Support Team