Title: NAEBAdmin's Replies | WordPress.org

---

# NAEBAdmin

  [  ](https://wordpress.org/support/users/naebadmin/)

 *   [Profile](https://wordpress.org/support/users/naebadmin/)
 *   [Topics Started](https://wordpress.org/support/users/naebadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/naebadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/naebadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/naebadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/naebadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/naebadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checkboxes and browser issue](https://wordpress.org/support/topic/checkboxes-and-browser-issue/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/checkboxes-and-browser-issue/#post-5045783)
 * Thanks for the suggestion.
 * The form is located at: [http://naebnewengland.org/membership/scholarships/application/](http://naebnewengland.org/membership/scholarships/application/)
 * There are checkboxes on this form that are not visible on Chrome, nor on Safari.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checkboxes not displaying](https://wordpress.org/support/topic/checkboxes-not-displaying/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/checkboxes-not-displaying/#post-4213568)
 * I’ve been viewing the site in Chrome and Safari. The checkboxes and the radio
   are still not appearing.
 * I just opened the site in Firefox. I can see them there.
 * Looks like the Plug-in is having issues with Chrome and Safari. Is it an html5
   issue?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Log-in but get FATAL ERROR](https://wordpress.org/support/topic/log-in-but-get-fatal-error/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [14 years ago](https://wordpress.org/support/topic/log-in-but-get-fatal-error/#post-2641969)
 * the folder renaming and then updating Toppa worked beautifully! Thanks!! I’ll
   make note to update Toppa first from here on out…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Log-in but get FATAL ERROR](https://wordpress.org/support/topic/log-in-but-get-fatal-error/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [14 years ago](https://wordpress.org/support/topic/log-in-but-get-fatal-error/#post-2641960)
 * is there a way to do that without loggin in? The issue is that when I log-in,
   the only page that comes up is the error above.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Emergency, Website Down](https://wordpress.org/support/topic/emergency-website-down/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/emergency-website-down/#post-2184717)
 * Thank you!! This worked!!
 * Since I couldn’t find the php.ini file, I did the following per one of the recommendations
   in the link and it’s fine now:
 * Added this line to my wp-config.php file to increase allocated memory to PHP:
 * define(’WP_MEMORY_LIMIT’, ‘128M’);
 * What I will do as well is go through my plugins and disable those I don’t use.
 * Also, is anyone else getting a flooding of spam comments? I think this may have
   triggered it as well. Logged into find 93 spam comments!
 * Anyone have recommendations for a good spam plugin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post via-Email Issues](https://wordpress.org/support/topic/post-via-email-issues/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/post-via-email-issues/#post-1592029)
 * anybody? help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post via-Email Issues](https://wordpress.org/support/topic/post-via-email-issues/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/post-via-email-issues/#post-1591711)
 * I should also add that it ended with:
 * _POP3 quit: connection does not exist_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post via-Email Issues](https://wordpress.org/support/topic/post-via-email-issues/)
 *  Thread Starter [NAEBAdmin](https://wordpress.org/support/users/naebadmin/)
 * (@naebadmin)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/post-via-email-issues/#post-1591704)
 * great. now i get the following when i try to access the wp-mail.php:
    _ Warning:
   fwrite(): supplied argument is not a valid stream resource in /home/content/m/
   o/r/morse1921/html/wp-includes/class-pop3.php on line 464
 * Warning: fgets(): supplied argument is not a valid stream resource in /home/content/
   m/o/r/morse1921/html/wp-includes/class-pop3.php on line 465
    There does not seem
   to be any new mail. count = POP3 user: Error []
 * i had done the following, per the troubleshooting page, to see if i could get
   a better response than either a blank screen or “no mail”:
    _ and search for:
 * $count = $pop3->login(get_settings(‘mailserver_login’), get_settings(‘mailserver_pass’));
 * Change the lines following it to something like:
 *  if (0 == $count) :
    echo “There does not seem to be any new mail. \n”; echo “
   count = $count \n”; echo “$pop3->ERROR \n”; exit; endif;

Viewing 8 replies - 1 through 8 (of 8 total)