jhsdurham
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cookies ARE enabled but it says not and cannot login!The only possible fix was to go through many hoops to get the site an SSL cert.
So contrary to the instructions for install, you cannot use HTTP. You must use https. Apparently web browsers will now not accept http cookies for logins.
Forum: Fixing WordPress
In reply to: Cookies ARE enabled but it says not and cannot login!I have ben using WP on our own server for over a decade as well, and never run in to this before. It is infuriatingly stupid to just keep getting this error when clearly it is wrong – especially from a completely new install.
In our other hosted sites (same server), our login is even connected back to an Active Directory server for authentication, and works beautifully. This isn’t even that. It’s the baseline, default user login created from the install process. It makes no sense.
Forum: Plugins
In reply to: [Newsletter Manager] Only Administrators?Found a way.
We installed User Role Editor plugin
With that, we then edited the Author level, adding “Manage Options” as a checked item. With that, it enabled the Newsletter menu to appear for that level without giving them access to all kinds of other things we didn’t want them to do.Forum: Fixing WordPress
In reply to: Adding Google Analytics without Admin?Hello,
No my friend, I was intending to post it here because it’s not about a plugin, it’s about trying to get our Google Analytics code right into the body of a page (or the header or footer).
Forum: Plugins
In reply to: [User Role Editor] Does not work with Newsletter Manager ??Yes that is the plugin we were trying to make URE work with.
Ok this is more troubling than I thought.
I’ve spent a couple of hours looking over alot of code in this plugin. It seems that the error Got no user and password means the Test form is saying it thinks nothing was entered into the form fields.
Of course I have entered content.. and I tried it in 2 different browsers in case it was something weird with one or the other. I added an Echo to see for myself what the $_POST[‘AD_Integration_test_user’] has for contents, click the Test button, and it shows an error in the window about it being an undefined index.. meaning the test form, or something else in the plugin, is not passing the test data along at all.
I’m at a loss and very frustrated with the amount of time I’ve had to spend on this, and get no where.