gosbdc
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CAPTCHA] php warning unlink but file doesn’t existBUMP. I’m seeing the same thing now, and would love to clear this error from my site.
PHP Warning: unlink(***/wp-content/uploads/gravity_forms/0-dc3dcefec6d447015d68a106a8e7d625/1477931236.txt): No such file or directory in ***/wp-content/plugins/really-simple-captcha/really-simple-captcha.php on line 265
Forum: Fixing WordPress
In reply to: Call to undefined method Custom_Admin_Bar::add_group()Thanks. Your info gave me the hint I needed to fix this issue. My custom theme, in the classes.php file had a version of the Custom_Admin_Bar. I commented it out and removed the comments blocking the add_group in the includes/admin-bar.php file.
Problem solved. Thanks again for the hint! Saved my bacon!
Forum: Installing WordPress
In reply to: No admin toolbar on website page after upgrade to 3.3.Thank you very much. Your comment gave me the hint I needed.
I found the Custom_Admin_Bar class in my theme’s classes.php file and commented it out. Then I removed the comments I had put on the includes/admin-bar.php, returning the add_group function. Works perfectly now.
Thanks for the hint, it gave me just the right information I needed to find the solution!
Forum: Installing WordPress
In reply to: No admin toolbar on website page after upgrade to 3.3.I wouldn’t consider this resolved. Many people seem to be having this issue. I run a dozen wordpress sites and this is happening on nearly all of them.
My temporary fix has been to strike/comment out the lines referring to the add_group() function. While this brings in the bar and stops the error from blocking other functions, the admin bar is now messed up and non-functional.
Help. Please.
Forum: Fixing WordPress
In reply to: Call to undefined method Custom_Admin_Bar::add_group()Add groups is causing a fatal error. Any feedback on this?
My quick fix was to edit admin-bar.php and strike all references to add_group(), but that has significantly broken the admin bar. At least it’s there, and now not blocking other functions.
WP, any feedback on this issue?