cindyp
Forum Replies Created
-
thank you, supawiz for trying to help!
Yes, that is what my cPanel looks like. And no, there are no errors when I click on the Error Log on that screen. I also searched the files for “error log” and found the one in wp-admin.
I had thought fixing my .htaccess (because it still contained everything from WPBS)would do the trick and I had already changed it, but it still does not work.
I can ACCESS the log in, but it won’t let me log in. I get a white browser screen like this http://i.imgur.com/cbpUeQ7l.png
I tried registering a new user and got the same screen.
I just tried logging in as someone who doesn’t exist and was given a lockout message from Wordfence, which is supposed to happen. I’m getting my emails from Wordfence saying the administrator logged in, but I can’t access anything.
I tried deactivating all plugins through phpMyAdmin and then tried accessing wp-admin. Warning: Cannot modify header information – headers already sent by (output started at public_html/wp-config.php:94) in /public_html/wp-includes/pluggable.php on line 875 which is header(“Location: $location”, true, $status);
Frustrated, but willing to try anything!
* which is WHEN I had the problems of everything throwing a 404 error beyond my home page.
I use cPanel and can access it. There aren’t any error logs there under the public html file, only the one in the folder wp-admin. There isn’t any error logs giving me any errors since 9/15…which is before I had the problems of everything throwing a 404 error beyond my home page.
There isn’t an error log on my public html file. There is one in my wp-admin file, but the last error was before I uninstalled and deleted BWPS.
Here is my site http://ourlifesimplified.com/
Forum: Plugins
In reply to: [Plugin: Simple:Press ver 5.1.2 and 5.2.2] No text editorIt is part of the TinyMCE plugin.
Forum: Plugins
In reply to: Editor Tool Bar missing from Simple:Press ForumIt’s part of the TinyMCE plugin.
Forum: Plugins
In reply to: Custom Category Templates Goes to White ScreenOk, never mind. I deleted and reinstalled. It seems to be working right now.
Forum: Themes and Templates
In reply to: Twenty Twelve Adding Post Formats not workingAhhhh. I have read that pages many times. But this sentence jumped right out at me this time “New formats cannot be introduced by themes or even plugins.”
Ok, I will have a different thought on this. Thanks for your help, paulwpxp 🙂
Whether banned from the frontend or with GM plugin. Removing the GM plugin had no affect on the email notification when a person left on their own free will or were banned.
Hope this helps!
If you leave or are banned from a group, you still receive emails if Main Notifications (Settings>Notifications) are set to “Yes”. Admins of the group or the site have no way of changing these per member.
If the Main Notifications are off and rely on the Email Notification plugin settings, everything works.
The only way I’ve gotten this to work is to install the Buddypress Notifications Manager – BpNM, set all the default in Group Forum to “No”, then remove the function that adds Group Forum and options from the plugin.
It would be great if the plugin was written NOT giving the options and using the Email Notifier on each group. Any hope?
Forum: Fixing WordPress
In reply to: Author List by a certain category and date rangeOk…..we’ve determined we don’t want this in the function php and instead in the sidebar — don’t want something to happen when we’re changing the query date that will shut the site down. Happened yesterday! LOL!
I’ve tried making this into a php code so it can run right in the sidebar (based on another code in the site), but I’m not really to that stage of php yet. I’m assuming I need $contributors somewhere in there and leaving off the first line and beginning with <?php, but that’s as much as I know. I’m learning as I go 🙂
Can anyone help???
Forum: Fixing WordPress
In reply to: Author List by a certain category and date rangeOh, duh, thank you!!!! This works perfect!!!!
Forum: Fixing WordPress
In reply to: Author List by a certain category and date rangeWhere would I add that?
Forum: Fixing WordPress
In reply to: No paragraph breaks….please helpI changed the CSS
p { padding: 7px; }Works perfect and all my older posts have the line break where they need it!