andre.thomas
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] 500 Error TimeoutThank you!
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:Will do. I appreciate your customer service, prompt replies and willingness to help.
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:I found the answer. I’m sorry for taking up your time. At least you were able to find a bug!
All I had to do was add the following lines to the config file:
define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');Now it works on both browsers. See the link below for more details.
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:The only plugins that are network activated are:
-
Akismet
Multisite Enhancements
WordPress Importer
WpDirAuthThe head website at which everyone should log in has the following activated:
-
ARVE Advanced Responsive Video Embedder
Buttons X – lite
LoginPress – Customizing the WordPress LoginI tried using the admin login (the original login created when you first install WordPress) on Chrome and IE and I’m getting the same error. I guess it doesn’t have anything to do with your plugin. I wonder what’s going on.
- This reply was modified 7 years, 8 months ago by andre.thomas.
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:I’m doing the sub-directories (www.example.com/blogsite01).
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:ERROR: Cookies are being blocked or not supported by your browser. You must enable cookies to use WordPress.But I checked. The cookies are enabled.
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:It’s still not logging me in. However, there aren’t any new errors appearing on the debug.txt file. Should I expect there to be if the same problem persisted?
Forum: Plugins
In reply to: [wpDirAuth] ldap_connect(): Could not create session handle:ed165addc1.fayette.ketsds.net, ed165adgc1.fayette.ketsds.netForum: Plugins
In reply to: [wpDirAuth] Using in multisite environmentIt worked!
Forum: Plugins
In reply to: [wpDirAuth] Using in multisite environmentThe lines in my config file that deal with multisite are:
define ('MULTISITE', '1');anddefine( 'MULTISITE', true );I’ll add what you suggested to see if that works.
Forum: Plugins
In reply to: [wpDirAuth] Using in multisite environmentWordPress 4.9.7
MySQL 5.7
PHP 5.6Forum: Plugins
In reply to: [wpDirAuth] Multi-site questionI network activated this plugin but the settings for it only appear on the individual sites. Shouldn’t I be able to see settings in the admin view?
Forum: Plugins
In reply to: [Next Active Directory Integration] HTTP Error 500 and Slowly SpinningThe first two listed above seems like the plugin is requesting table wp_520_options. I obviously don’t have that table in my database. The table that (I think) should be requested is the wp_options table. How do I make it request that table instead?
Forum: Plugins
In reply to: [Next Active Directory Integration] HTTP Error 500 and Slowly SpinningHere are some php errors that I have on my log file:
[01-Jun-2017 20:42:35 UTC] WordPress database error Table ‘wp.wp_520_options’ doesn’t exist for query SELECT option_value FROM wp_520_options WHERE option_name = ‘next_ad_int_bo_v_sso_password’ LIMIT 1 made by require(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-blog-header.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-load.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-config.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-settings.php’), do_action(‘wp_loaded’), call_user_func_array, NextADInt_Core_Migration_Service->startMigration, NextADInt_Core_Migration_Service->executeMigration, NextADInt_Migration_MigratePasswordEncryption->execute, NextADInt_Core_Migration_Configuration_Abstract->migrateBlogs, NextADInt_Migration_MigratePasswordEncryption->migrateConfig, NextADInt_Migration_MigratePasswordEncryption->convertEncryptedPassword, NextADInt_Multisite_Configuration_Persistence_BlogConfigurationRepository->findRawValue, get_blog_option, get_option
[01-Jun-2017 20:42:35 UTC] WordPress database error Table ‘wp.wp_520_options’ doesn’t exist for query INSERT INTO
wp_520_options(option_name,option_value,autoload) VALUES (‘next_ad_int_bo_v_sso_password’, ‘def50200f32da9f3d12dd2874ad4120bf5936eb3b4ac43358b32f948399a71a31330a38b14e9fabd669b2b15b28fa15eb5f1b0b2d07cd2ca9d0416ddc4b009f9ec4aa774c4b2bf9e15dd8bd4e9f809f9b8341541’, ‘yes’) ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload) made by require(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-blog-header.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-load.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-config.php’), require_once(‘E:\inetpub\fcpsblogs\wp\wordpress\wp-settings.php’), do_action(‘wp_loaded’), call_user_func_array, NextADInt_Core_Migration_Service->startMigration, NextADInt_Core_Migration_Service->executeMigration, NextADInt_Migration_MigratePasswordEncryption->execute, NextADInt_Core_Migration_Configuration_Abstract->migrateBlogs, NextADInt_Migration_MigratePasswordEncryption->migrateConfig, NextADInt_Migration_MigratePasswordEncryption->convertEncryptedPassword, NextADInt_Multisite_Configuration_Persistence_BlogConfigurationRepository->persistSanitizedValue, NextADInt_Multisite_Configuration_Persistence_BlogConfigurationRepository->persist, NextADInt_Multisite_Configuration_Persistence_BlogConfigurationRepository->createOption, add_blog_option, add_option[01-Jun-2017 20:46:02 UTC] PHP Fatal error: Maximum execution time of 300 seconds exceeded in E:\inetpub\fcpsblogs\wp\wordpress\wp-content\plugins\next-active-directory-integration\vendor\defuse\php-encryption\src\Core.php on line 409
Forum: Plugins
In reply to: [Next Active Directory Integration] How to turn it on.Never mind. I figured that part out.