NAEBAdmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes and browser issueThanks 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.
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not displayingI’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
In reply to: Log-in but get FATAL ERRORthe folder renaming and then updating Toppa worked beautifully! Thanks!! I’ll make note to update Toppa first from here on out…
Forum: Fixing WordPress
In reply to: Log-in but get FATAL ERRORis 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
In reply to: Emergency, Website DownThank 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
In reply to: Post via-Email Issuesanybody? help?
Forum: Fixing WordPress
In reply to: Post via-Email IssuesI should also add that it ended with:
POP3 quit: connection does not exist
Forum: Fixing WordPress
In reply to: Post via-Email Issuesgreat. 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 464Warning: 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;