Title: mohammad's Replies | WordPress.org

---

# mohammad

  [  ](https://wordpress.org/support/users/duablellc/)

 *   [Profile](https://wordpress.org/support/users/duablellc/)
 *   [Topics Started](https://wordpress.org/support/users/duablellc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/duablellc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/duablellc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/duablellc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/duablellc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/duablellc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontend Admin by DynamiApps] All fields = post title](https://wordpress.org/support/topic/all-fields-post-title/)
 *  Thread Starter [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/all-fields-post-title/#post-12660352)
 * [@teamexio](https://wordpress.org/support/users/teamexio/) [@vincentdelano](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Home page title changing to random post title on update](https://wordpress.org/support/topic/home-page-title-changing-to-random-post-title-on-update/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/home-page-title-changing-to-random-post-title-on-update/#post-10240785)
 * **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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 4.4 update – Fatal error: Class 'WP_Widget' not found](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/#post-6830437)
 * Giacomo + ssvandin –
 * You should first try manually reinstalling the updated version of WordPress:
   
   [https://codex.wordpress.org/Updating_WordPress](https://codex.wordpress.org/Updating_WordPress)
 * Secondly, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 4.4 update – Fatal error: Class 'WP_Widget' not found](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/#post-6830363)
 * Giancomo –
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 4.4 update – Fatal error: Class 'WP_Widget' not found](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/#post-6830296)
 * SOLVED
 * I was using WP Cli and it needed to be upgraded. Check out this handy post for
   solutions to common 4.4 issues:
 * [https://wordpress.org/support/topic/read-this-first-wordpress-44-master-list?replies=5](https://wordpress.org/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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 4.4 update – Fatal error: Class 'WP_Widget' not found](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found/#post-6830294)
 * I’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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sync posts](https://wordpress.org/support/topic/sync-posts/)
 *  [mohammad](https://wordpress.org/support/users/duablellc/)
 * (@duablellc)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sync-posts/#post-3146178)
 * Hassing,
 * 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.

Viewing 7 replies - 1 through 7 (of 7 total)