Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter NAEBAdmin

    (@naebadmin)

    Thanks for the suggestion.

    The form is located at: http://naebnewengland.org/membership/scholarships/application/

    There are checkboxes on this form that are not visible on Chrome, nor on Safari.

    Thread Starter NAEBAdmin

    (@naebadmin)

    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?

    Thread Starter NAEBAdmin

    (@naebadmin)

    the folder renaming and then updating Toppa worked beautifully! Thanks!! I’ll make note to update Toppa first from here on out…

    Thread Starter NAEBAdmin

    (@naebadmin)

    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.

    Thread Starter NAEBAdmin

    (@naebadmin)

    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?

    Thread Starter NAEBAdmin

    (@naebadmin)

    anybody? help?

    Thread Starter NAEBAdmin

    (@naebadmin)

    I should also add that it ended with:

    POP3 quit: connection does not exist

    Thread Starter NAEBAdmin

    (@naebadmin)

    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)