jchambo
Forum Replies Created
-
SOLUTION:
I resolved the issue. Change the BASE DN to the following:
Let’s say your Domain is: support.google.com, you would use the following:
DC=support,DC=google,DC=com
I didn’t need the OU in front of it at all.
Hope that helps others.
Forum: Plugins
In reply to: [Active Directory Integration] WP 4.0 – ERROR: Please enter your password.SOLUTION:
I resolved the issue. Change the BASE DN to the following:
Let’s say your Domain is: support.google.com, you would use the following:
DC=support,DC=google,DC=com
I didn’t need the OU in front of it at all.
Hope that helps others.
Forum: Plugins
In reply to: [Active Directory Integration] Unable to configure authorization by Group(s)SOLUTION:
I resolved the issue. Change the BASE DN to the following:
Let’s say your Domain is: support.google.com, you would use the following:
DC=support,DC=google,DC=com
I didn’t need the OU in front of it at all.
Hope that helps others.
Forum: Plugins
In reply to: [Active Directory Integration] Unable to configure authorization by Group(s)cwolff,
Thanks for posting, but you’re not being very clear here.
What was the “Base DN” you entered, in full in the box Active Directory integration asked for?
For example, I have the following and it is not permissioning the groups or roles correctly for users.
OU=Groups Unsecured,OU=CORP,OU=AHCFS,DC=ahc-ad,DC=example,DC=com
I have 15 groups under the “Groups Unsecured” directory. Does this look correct?
Forum: Plugins
In reply to: [Active Directory Integration] WP 4.0 – ERROR: Please enter your password.Just to be clear, the error I am receiving once trying to sign in is the following:
You do not have sufficient permissions to access this page.
Forum: Plugins
In reply to: [Active Directory Integration] WP 4.0 – ERROR: Please enter your password.Sorry about that, here is my log:
Forum: Plugins
In reply to: [Active Directory Integration] WP 4.0 – ERROR: Please enter your password.^ Those are my logs you requested. Sorry for the delay. But they didn’t really reveal anything out of the ordinary to me.
Forum: Plugins
In reply to: [Active Directory Integration] User Login Not Working suddenly?I too am having this issue.
The initial first time login fails, but it creates the account on the WordPress backend… but never permissions the groups.
I have to manually go into the account in WordPress, and assign a Role / Groups.
What gives?
Forum: Plugins
In reply to: [Active Directory Integration] WP 4.0 – ERROR: Please enter your password.I too, am having this exact issue. Any idea on solving it? Specs:
Windows Server 2008 R2
WordPress 4.0
PHP 5.4.24
Active Directory Integration 1.1.5Forum: Fixing WordPress
In reply to: Specific Search Term Returns HTTP 500 Error MessageUpdate: It is now happening with the word “WiFi” and a few other words.
Any ideas?
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageI am the admin for the server. There is no server issue at all. I have 2 instances installed on two different servers. A development server and a production server. Both encountered the same issue out of the blue somehow. There were no changes to any WordPress files or Plugin updates.
The only thing I can think of is there was a JAVA update from Java 7 u55 to Java 7 u60… but I’ve tried rolling back to Java7 u55 and I still have the issue.
I don’t know how local JAVA would have anything to do with WordPress at all anyway…unless it wrote something to the MySQL database…. but I haven’t found anything related.
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageEvery wp-admin/ page works perfectly fine. It’s just the wp-admin/index.php file that is drawing a blank white screen. I can’t even right click anywhere on the page space to get my right click menu.
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageThanks for responding, I greatly appreciate it.
However, I’ve already tried all 3 of those suggestions. And to test again, I just tried once more again, and no luck.
This website is not hosted on a public host, I have it hosted on an internal network at work on Windows Server 2008 R2.
Any other suggestions?
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageOK so I was finally able to get the DEBUG (true) (enabled in wp-config.php file) function to display with that added line of code in the above post in my index.php file.
Here is a quick screenshot I could grab before the page went to a blank white page again:
http://jchambo.com/wp-content/uploads/2014/06/debug_error.jpg
debug: in index.php.
<b>Notice</b>: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in C:\inetpub\wwwroot\selfhelpkb\wp-includes\functions.php on line 3245Strict Standards: Redefining already defined constructor for class JCP_UseGoogleLibraries in C:\inetpub\wwwroot\selfhelpkb\wp-content\plugins\use-google-libraries\use-google-libraries.php on line 123
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in C:\inetpub\wwwroot\selfhelpkb\wp-includes\functions.php on line 3193
Notice: add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead. in C:\inetpub\wwwroot\selfhelpkb\wp-includes\functions.php on line 3078
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in C:\inetpub\wwwroot\selfhelpkb\wp-includes\functions.php on line 3193
Notice: Undefined index: page in C:\inetpub\wwwroot\selfhelpkb\wp-content\plugins\order-categories\category-order.php on line 20
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageUPDATE: So I found on a Forum to add the following code into Line #2 in my index.php file under wp-admin folder:
echo '<strong>debug: in index.php.</strong>';The text “debug: in index.php” flashes really quick, but then the white blank page takes over again.
I’ve done the following with no success:
– Looked for spaces in files along with php tags
– Re-installed WordPress core files
– Re-named plugins folder and attempted re-launching
– Tried another Theme with same issue
– Disabled all plugins and re-logged in with no successI’m at a loss at this point as I’ve tried just about everything. The issue appears with WordPress’s wp-admin\index.php file…
Since I can sign in, go back to the front end, and click “Edit Profile” then get to the backend there, and go anywhere I want on the backend minus the Dashboard home page (index.php) it appears an issue with this single file. However, I’ve re-installed it several times.
Could this be a SQL issue? If so, what exactly? I truly appreciate anyone that replies to this post.
Thanks in advance!