Title: wassem mansour's Replies | WordPress.org

---

# wassem mansour

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RTMKit] Fatal error](https://wordpress.org/support/topic/fatal-error-4907/)
 *  [wassem mansour](https://wordpress.org/support/users/razztech/)
 * (@razztech)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-4907/#post-18592272)
 * please go to file
 * /public_html/wp-content/plugins/rometheme-for-elementor/modules/updates/updates.
   php
 * **Current (PHP 8+ only)**
 * static function update_is_available(self $self = new self()): bool
   {
 * **Fixed (PHP 7.4-compatible)**
 * static function update_is_available(self $self = null): bool
   {if ($self === null){
   $self = new self();}
 * 
   and change line 198 to
 * static function update_is_available(self $self = null): bool
   {if ($self === null){
   $self = new self();}
 *     ```wp-block-code
       foreach ($self->plugins as $plugin => $data) {
           if (file_exists(WP_PLUGIN_DIR . '/' . $data['file'])) {
               $pluginInfo = $self->get_plugin_info($plugin);
               $pluginData = get_plugin_data(WP_PLUGIN_DIR . '/' . $data['file']);
               $installedVersion = $pluginData['Version'];
               $remoteVersion = $pluginInfo->version ?? null;
               if (!empty($installedVersion)) {
                   $compare = version_compare($installedVersion, $remoteVersion, '<');
   
                   if ($compare) {
                       return true;
                   }
   
                   return '';
               }
           }
       }
   
       return false;
       ```
   
 * }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Email verification after woo order from guest ?](https://wordpress.org/support/topic/email-verification-after-woo-order-from-guest/)
 *  [wassem mansour](https://wordpress.org/support/users/razztech/)
 * (@razztech)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/email-verification-after-woo-order-from-guest/page/3/#post-17008960)
 * i have same problem with all users not only guests [@automattic](https://wordpress.org/support/users/automattic/)
   [@konamiman](https://wordpress.org/support/users/konamiman/) please help us solve
   this major problem
    -  This reply was modified 2 years, 9 months ago by [wassem mansour](https://wordpress.org/support/users/razztech/).
    -  This reply was modified 2 years, 9 months ago by [wassem mansour](https://wordpress.org/support/users/razztech/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn)] fata error when log with google](https://wordpress.org/support/topic/fata-error-when-log-with-google/)
 *  Thread Starter [wassem mansour](https://wordpress.org/support/users/razztech/)
 * (@razztech)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/fata-error-when-log-with-google/#post-15490416)
 * the problem still exist sorry

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