Wordpress Doesn't Play Nice When Not FIlling in All Fields When Commenting - wordpress

When someone tries to make a comment on a Wordpress site I have, and they don't fill in all required fields, I get this weird array output which opens in new page:
http://www.screencast.com/users/iamwill/folders/Jing/media/121b2789-b212-4eb3-a4b1-61eed9fb6f52
This is happening on WP 3.0.3, and WPMU 2.9. Any help would be greatly appreciated in finding out the cause of this issue.

From the looks of it, someone forgot a print_r inside the error handling method... you could try finding it and patching it by hand, until an official fix comes around.

Related

Edit with Wpbakery not working after Wordpress update

I am in big trouble and I am losing my mind. I had to update wordpress, because woocommerce said I can't create variable products anymore. I did and then I noticed that Wp bakery is not working. It loads forever.
I read some topics and tried disabling guttenberg and installing classic editor. It didn't help..
Now the crazy part is that I exported project with all in one migration plugin to other server and it works... It takes a while but it works. How the hell it's possible ?
I still need to fix it and I am getting console error
Uncaught TypeError: window.vc.frame_window.jQuery is not a function
buildFromContent https://shop.marmoarc.com/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js?ver=6.2.0:10
build https://shop.marmoarc.com/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js?ver=6.2.0:10
https://shop.marmoarc.com/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js?ver=6.2.0:10
I really don't understand this stuff and already losing hair(okay I was losing regardless). Please help. :(
Here's what I did, it fixes the issue but can cause certain other issues. For example my page banner doesnt load the first time a user visits the site, but will load every other time.
Get a plugin called Enable jQuery Migrate Helper. It seems to be the only thing that fixes the issue above that you've mentioned.
It will allow you to edit WPbakery elements, but like I said, it may cause other little issues like the aforementioned one above. Of course, if you're not using custom code, this could be the fix you're looking for. Cheers, and good luck.

WordPress Custom Post Type Functions Effecting Pages

ive got a problem which i cant seem to resole I know something in my function.php is causing my pages to cause 404 and cant find the custom template which is required.. Ive tried and searched High and low and still cant find the answer.. if any one can point me in the right direction that would be amazing. Heres my function.php http://pastebin.com/HFjP9cLh
I think its my custom post type which is causing the problem..
Thanks
(Back up your file first)
When all else fails... remove all the functions you recently added. You want to get the site back to when it used to work.
Then slowly add in the missing functions one by one. Slowly you will isolate the issue to just one function.
Then do the same thing within the function. Remove all the lines of code and slowly add in the code until you get the part that is causing the issue. Once you know more of the specifics of what is happening you should have more luck.
I didn't look through all of the code but the first thing you need to do is remove flush_rewrite_rules();. That function should be called once and not every time the page is loaded.
Take it out entirely and then flush your permalinks by going to Settings -> Permalinks in the admin and hitting save.

Buddypress - Adding friends breaks layout

I am pretty new to Buddypress (this is my first install) and not so new to WP. I have a custom theme with Buddypress installed and all works great with the exception of adding/canceling friend requests. Whenever someone hits Add/Cancel Friend then for some reason it breaks the layout of the page by displaying what looks like a iframe of our site.
I have looked around the forums and google to see if I maybe forgot to add something in my theme but cant get it right.
The only way I have been able to (temporarily) fix this is by display:none on the .pending_friend selector but I know it will still display in the markup and is not the best solution.
Has anyone encountered this yet, or can suggest a fix? I feel like it is probably something really simple and my over complicated thought process just isnt seeing it.
Attached is a screen shot of what happens when you add/cancel friends??
Help
Found out the starter theme I was using had deregistered the default version of JQuery to load its own, so after troubleshooting I just removed their call to deregister and enqueue scripts and just let Wordpress do its thing, all is working perfectly now.

Woocommerce wishlist plugin breaking cookies/cache?

I am working on a woocommerce site right now. I have a plugin for the wishlist that I purchased from Code Canyone here - http://codecanyon.net/item/dvin-woocommerce-wishlist-wp-plugin/1995206
The issue is that when I activate the wishlist plugin I'm no longer able to add multiple items to the cart. It feels like the plugin is breaking the cachce or cookies in some way, and causing it to reset every time you click "add to cart"
I have found that even upon uploading and running without a modified theme or modified plugin in any way that it still doesn't work. I have looked online, but no one else is seeming to have this problem. So it must be me?
I don't get any errors regarding the cache or plugin with debug mode on. (I do get tons of errors for cForms, though. not sure why, but that's another post).
Take a look - http://www.shultzilla.com/admin/shop/sample-product/
Has anyone run into this issue before? Is this a symptom of a specific issue? I have no idea why this would only be happening to me and no one else.
If I deactivate the plugin it works fine, so I'm pretty sure it's something up with this plugin. I've tried to reach out to the developer, but I haven't heard back from him, and Code Canyon says they're not responsible.
Thanks in advance for your help, y'all!
I managed to get ahold of the developer.
Turns out there was a session_start() function that was being called in two files.
He's fixed the issue and it now works.

Strange text under my WordPress Blog

I have been trying to get rid of some strange text appearing under my WordPress blog, I have check Wordpress support and googled about it but nothing. I tried changing the Theme of the blog too, but to no avail. The Address to my blog is abuango.net. I will be glad if you can guide me to solving this issue...
I am using the Foghorn Theme, below is a preview of the strange text:
You have been hacked. Read Verifying that I have fully removed a WordPress hack? for advice.
The most important part is: You have to find the infection point. If you don't know this … it will happen again and again.
I seem to have fixed it using WordDefence (http://www.wordfence.com), my General Template was modified, the plugin showed a side by side comparison of the original and the modified file and gave an option to restore original. i will now proceed to changing all my passwords. Thanks all

Resources