Title: 2 Different Error
Last modified: February 26, 2020

---

# 2 Different Error

 *  Resolved [mnbilgi](https://wordpress.org/support/users/mnbilgi/)
 * (@mnbilgi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/)
 * This way I get two different errors:
 * Notice: Trying to get property ‘user_id’ of non-object in /home/u9252356/public_html/
   wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php on line
   2813
 * Notice: Trying to get property ‘user_lastmark’ of non-object in /home/u9252356/
   public_html/wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.
   php on line 2814
 * Can you help me?

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

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12481225)
 * going immediately to check for this, 2.2.4 will be released in few hours and 
   i’ll return back in reply here to report applied fix about this …
    Thank for 
   the report just in time!
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12481799)
 * I have not understand how it could be possible the error come up, may can you
   also report which settings you activated into plugin, if into just released 2.2.4
   it still has not not been fixed.
    The function about this has been (just little)
   re-coded to avoid any possible further execution, when not needed/required. If
   these vars aren’t setup at the point that are executed (and you report) there
   is in fact no reason to follow with code execution.
 * 2.2.4 has been released, so let know if still in trouble
 * if still not fixed, how you experienced:
    integration run as linked users, or
   NOT linked users? which options active into main plugin page?
 * Cheers!
 *     ```
          if(!empty($phpbb_u)){
           $user_id = $phpbb_u->user_id;
           $last_mark = $phpbb_u->user_lastmark; // when/if the user have mark all as read
          } else {
          	return;
          }
       ```
   
 *  Thread Starter [mnbilgi](https://wordpress.org/support/users/mnbilgi/)
 * (@mnbilgi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12486301)
 * I’m trying right away. thank you for your interest.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12486480)
 * 2.2.6 should really fix everything and i assume is eligible to be a marked
    STABLE
 * (… yeah! until next reported bug! (i guess this is the right STABLE time!))
 * Please let know if something still wrong you may note
 *  Thread Starter [mnbilgi](https://wordpress.org/support/users/mnbilgi/)
 * (@mnbilgi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12486851)
 * Hi Awex3,
    The problem has been fixed with the new version.
 * Thanks, Regards :).

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

The topic ‘2 Different Error’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [mnbilgi](https://wordpress.org/support/users/mnbilgi/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/2-different-error/#post-12486851)
 * Status: resolved