I suspected that this had to do with Total Cache when i installed that but it looks like when i removed that plugin the error remains. Now I can't register and login. Any help would be appreciated.
WishList Member Debug. [This is a notification for developers who are working in WordPress debug mode.]
Run-time warning
Invalid argument supplied for foreach()
Location: /home/collinsit/public_html/wp-content/plugins/wishlist-member/core/PluginMethods.php line number 8719
Related
I get the error "The editor has encountered an unexpected error." in wordpress when going into the editor, it also says "TypeError: Cannot read properties of undefined (reading 'parse')
at Fn (http://connos.info/blog/wp-includes/js/dist/blocks.min.js?ver=69022aed79bfd45b3b1d:10:35948)
at http://connos.info/blog/wp-includes/js/dist/edit-post.min.js?ver=2baffbeec6cbe5171dee:7:40099
at Object.useMemo (http://connos.info/blog/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:105804)
at e.useMemo (http://connos.info/blog/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:10749)
at Xt (http://connos.info/blog/wp-includes/js/dist/edit-post.min.js?ver=2baffbeec6cbe5171dee:7:39936)
at ct
at os
at Ur
at Ir
at Dr
I even tried disabling all plugins then deleting them and it still was broken.
It seems that you are encountering a JavaScript error in WordPress when trying to access the editor. This issue can be caused by a number of factors including conflicts between plugins, issues with your theme, or a corrupted WordPress installation. To resolve this issue, you can try the following steps:
Switch to the default WordPress theme to see if your theme is causing the issue.
Re-upload the core WordPress files to see if any files were corrupted.
If the above steps don't resolve the issue, you may want to contact your web host for further assistance as it could be an issue with the server configuration.
Also recommended to make a backup of your site before attempting any fixes, in case something goes wrong.
I have a WordPress site and now for some reason it no longer allows me to make changes via the admin backend. I just have this blank GUI, none of which make any change if you click on them
I just added a plugin called Monster insights to align the site with google analytics and since then I get this result. I have tried to rename the plugins folder to manually remove them out of the equation and still no luck. I have reviewed the Log file with little luck as well.
[04-Jun-2019 08:57:05 UTC] PHP Fatal error: Call to undefined function wp_is_recovery_mode() in /home/erwinb411/public_html/wp-admin/includes/update.php on line 840
[04-Jun-2019 08:18:10 UTC] PHP Warning: include_once(): Failed opening '/home/erwinb411/public_html/wp-content/themes/theme52521/includes/register-plugins.php' for inclusion (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in
i think is a problem of plugin's compatibility in your site.
Have you try to update wordpress core, plugin and theme?
if after update all you have the same problem is an compatibility issue.
Let me know.
After we upgraded woocommerce to the latest version (3.4.4), the message keeps appearing
“WooCommerce data update – Your database is being updated in the background. Taking a while? Click here to run it now.”
When we clicked on the ‘Click here to run it now’, it shows a HTTP 500 error and when we reload the page, it shows the woocommerce general setting page.
I looked at the debug report and its says:
"
PHP Fatal error: Call to a member function remove_cap() on null in /home/artgrain/public_html/wp-content/plugins/woocommerce/includes/wc-update-functions.php on line 1367
"
Does anyone knows how to fix this issue? I have someone told me it is my theme outdated but when I deactivated all plugins and theme to install twenty-seventeen only, this error still persists.
I appreciate your help, thank you very much!
I am Using MyMail - Email Newsletter Plugin for WordPress
MyMail - Email Newsletter Plugin for WordPress :::: advanced Newsletter Plugin for WordPress. Create, Send and Track your Newsletter Campaigns
Version 1.6.6.1 | By revaxar
When I try to activate this plugin i got an Fatal Error (Plugin could not be activated because it triggered a fatal error.)
as in
............................................................
http://codecanyon.net/item/mymail-email-newsletter-plugin-for-wordpress/3078294/comments?page=24
Discussion on MyMail - Email Newsletter Plugin for WordPress
please open the wp-content/plugins/myMail/classes/templates.class.php
and remove this line around #657:
$this->copy_templates()
and try again
.......................................
i tried a lot like PHP version related issue and all but could't get any proper solution to resolve it
Plugin produces fatal error when attempting to activate .The big question I have now is this: What is the cause of this fatal error and how can I fix it? Can someone help me interpret so I can begin to see how I might overcome these fatal errors?
Please try to update your wordpress version and that plugin version usually this problem occurs when plugin was coded for previously developed wordpress. there may be the compatibility issue in wordpress and plugin.
I'm using wordpress 3.4 and i just register a custom post type and taxonomies for it and its working fine but the problem is sometimes some pages shows blank including front-end and back-end
Blank pages are usually caused by PHP errors. Something makes WordPress to crash, and if error display is disabled on your server, all you get is a blank page.
Check your PHP error log for any recent messages. They should point you to the file that contains the problematic code. Usually it will either be a buggy plugin or theme. Alternatively, the error might be caused by WordPress running out of memory. If it's a plugin or theme, you can fix the problem by deactivating it. If it's an "out of memory" error, increase the PHP memory limit.
See also:
3 Ways to Monitor PHP Errors in WordPress
Error Log Monitor plugin
Increasing memory allocated to PHP