Notifications
Clear all

PHP Warning "Undefined property: stdClass::$ID" with wpforo/includes/hooks.php

1 Posts
1 Users
0 Reactions
129 Views
Posts: 75
Topic starter
(@hbk747)
Estimable Member
Joined: 2 years ago

Hello,

I am writing to report a recurring issue with the wpForo plugin that is causing my website to intermittently display a blank page.

I have performed a thorough server-side analysis, and the PHP logs show a specific warning that correlates with the moments the blank page appears.

 

Website Information

 

  • Website URL: ParadigmShift.com.pk

  • Hosting Provider: Cloudways

  • Active Plugin: wpForo

  • Theme: Astra

 

My website intermittently shows a blank page to visitors. During these times, the server logs record a PHP warning related to your plugin. This is a very serious issue, as it is a strong indicator of a fatal error that is halting script execution.

 

The server logs on my Cloudways dashboard show the following error at the time of the blank page events:

PHP Warning: Undefined property: stdClass::$ID in /home/601622.cloudwaysapps.com/pcupncbqaz/public_html/wp-content/plugins/wpforo/includes/hooks.php on line 2078

This warning indicates that the plugin is attempting to access a variable ($ID) that is not defined, which can lead to a fatal error.