jchambo
Forum Replies Created
-
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:
https://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!
Looks like it worked!
Thank you for this plugin and thank you for taking the time to update it. I think you might want to release this as an official update ??
Thank you much!
Forum: Plugins
In reply to: [User Role Editor] Doesn't work with 3.9Looking for same issue.
Forum: Fixing WordPress
In reply to: Blank White Screen after signing into WP-Admin pageAlright i’m not sure what happened but the issue resolved itself. I think it may have been the SQL table the Database is written to. I created a new user in Chrome and it now works fine in IE8 (which is the browser I was having the issue on on multiple devices for multiple users.
So looks like the addition of something new to the table fixed it in SQL.
Cheers!
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [Post Feedback] Alignment is off for ButtonGreetings Arif,
Looks like your plugin update does add an option for button color, however, the alignment is still off for the button. It still shows up underneath the drop down menu options opposed from next to it to the right.
Just wanted to let you know.
Thanks!
Forum: Plugins
In reply to: [Videopack] Video appears Stretched VerticallyUnfortunately I cannot. You may receive other complaints. Not sure if it’s a theme conflict or what, but it did in fact work perfectly fine in 4.2. I have since reverted back to this version for compatibility purposes.
Forum: Fixing WordPress
In reply to: WordPress Default Video does NOT play in IE8Nevermind, this is a Theme issue.
Forum: Fixing WordPress
In reply to: How to Clear or Remove Tag History in WordPressI think I figured it out…
I had to go to: Articles > Tags and change the “slug” on the existing “G:\” tag as it already had “g” as the slug.
Little of a pain since slugs cannot contain “:\” or any other characters like that. Oh well.
Thanks.