Tagged: x
-
AuthorPosts
-
May 25, 2016 at 8:09 am #1009002
systhemesParticipantI have tried many different names, names I have not used ever and I still keep getting the error “The grid name field is empty!”, when I try to save a new grid.
I do not have any grids created and this would be my first grid. Not sure what I am missing here.
I will post site details and credentials in a private post so you can try.
May 25, 2016 at 8:10 am #1009005
systhemesParticipantThis reply has been marked as private.May 25, 2016 at 10:27 am #1009230
RupokMemberHi there,
Thanks for writing in! I can see the issue on your site but can’t replicate this on my setup. Although the import was working fine but I think there is two issue that might cause the issue. You need to increase your Max Post size – http://prntscr.com/b8azia-
You can edit the post_max_size = 8M from your php.ini to post_max_size = 128M.
Additionally, you can try connecting to your root WordPress directory via FTP and open the file wp-config.php and add following at the bottom:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );Note that if your host limit the memory on server then it might not work. In that case ask your hosting provider to increase PHP memory limit.
You can find more information on http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Also you should use PHP 5.6 or higher to avoid any issue with modern plugins.
Hope this helps.
Cheers!
June 27, 2016 at 8:25 pm #1062507
lausleyParticipantThis reply has been marked as private.June 28, 2016 at 1:12 am #1062757
ChristopherModeratorHi there,
To find which plugin is causing issue you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1009002 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
