mohammad
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] All fields = post title@teamexio @vincentdelano If you are experiencing this on a live site, make sure you have access to a backup and you restore to a point before this happened. It is unlikely that an update will get your original data back.
Hopefully we’ll have a fix soon.
SOLVED
Make sure all your widgets/shortcodes that use WP_Query use wp_reset_postdata(); at the end instead of wp_reset_query();
Was pulling my hair out looking for this solution.
Forum: Fixing WordPress
In reply to: Version 4.4 update – Fatal error: Class 'WP_Widget' not foundGiacomo + ssvandin –
You should first try manually reinstalling the updated version of WordPress:
https://codex.www.ads-software.com/Updating_WordPressSecondly, you should try disabling all plugins.
Thirdly, you should try setting your theme to the default theme that came bundled with WordPress (TwentyFifteen or TwentySixteen).
If all the steps above still lead to the same errors then you should contact your host and verify there are no major errors in the log.
Forum: Fixing WordPress
In reply to: Version 4.4 update – Fatal error: Class 'WP_Widget' not foundGiancomo –
WP-CLI is meant for developers who build and run their own web servers – not the typical practice for WordPress website owners. If you are not using SSH (or are not familiar with SSH) then WP-CLI is not the issue for your website.
What host are you using for your WordPress website that is causing issues?
Forum: Fixing WordPress
In reply to: Version 4.4 update – Fatal error: Class 'WP_Widget' not foundSOLVED
I was using WP Cli and it needed to be upgraded. Check out this handy post for solutions to common 4.4 issues:
https://www.ads-software.com/support/topic/read-this-first-wordpress-44-master-list?replies=5
P.S. This post should probably be added to the WP dashboard if wp_debug is turned on – it would have saved me and others time. Just a thought.
Forum: Fixing WordPress
In reply to: Version 4.4 update – Fatal error: Class 'WP_Widget' not foundI’m having the same issue:
PHP Fatal error: Class 'WP_Widget' not found in /var/www/stage/mexico-resort.stage.duable.com/html/wp/wp-includes/widgets/class-wp-widget-pages.php on line 17 Fatal error: Class 'WP_Widget' not found in /var/www/stage/mexico-resort.stage.duable.com/html/wp/wp-includes/widgets/class-wp-widget-pages.php on line 17
This is showing as missing within the WP core so its definitely not a plugin issue. I made sure by deleting all plugins including akismet.
I’m running a LEMP server with PHP 5.5.9-1ubuntu4.14 – any help would be appreciated!
Forum: Fixing WordPress
In reply to: Sync postsHassing,
I would use RSS. Each WP site comes with RSS feeds by default, so its a case of picking your primary site to serve the posts from and installing a feed on the other three sites.
Let me know if you need help with the feed implementation. There are plenty of RSS feed plugins available.