Title: Fatal error in sseo-shortcode-generator.php
Last modified: August 22, 2016

---

# Fatal error in sseo-shortcode-generator.php

 *  [gtrout](https://wordpress.org/support/users/gtrout/)
 * (@gtrout)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-in-sseo-shortcode-generatorphp/)
 * On a site with a lot of users (over 10k) the “By Username” multi-select in the
   shortcode generator was throwing a fatal out of memory error and breaking the
   new/edit posts and pages screens.
 * The offending code appears at line 196/197 of sseo-shortcode-generator.php:
 *     ```
       $blogusers = get_users('blog_id='.$blog_id.'&orderby=nicename');
       foreach ($blogusers as $user) {echo '<option value="'.$user->user_login.'">'.$user->user_login.'</option>';}
       ```
   
 * I commented out that section and resolved the problem, but I figured you might
   appreciate a heads up. Thanks for the useful plugin.
 * [https://wordpress.org/plugins/eyes-only-user-access-shortcode/](https://wordpress.org/plugins/eyes-only-user-access-shortcode/)

The topic ‘Fatal error in sseo-shortcode-generator.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eyes-only-user-access-shortcode_f1f0ef.
   svg)
 * [Eyes Only: User Access Shortcode](https://wordpress.org/plugins/eyes-only-user-access-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eyes-only-user-access-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eyes-only-user-access-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/eyes-only-user-access-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eyes-only-user-access-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eyes-only-user-access-shortcode/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [gtrout](https://wordpress.org/support/users/gtrout/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-in-sseo-shortcode-generatorphp/)
 * Status: not resolved