WPIntell

Source evidence

PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup()

WPBruiser {no- Captcha anti-Spam} · support · 2024-02-24T21:52:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 32 rows with source links

15.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
trishahdee unresolved
I am getting the following message in my error log: [24-Feb-2024 21:42:00 UTC] PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup() must have public visibility in /home2/webdetj8/public_html/clone/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php on line 44 I read in another plugin’s support threads that the fix is to change the “private” to “public” in the plugin code (see below). Is this something you will be fixing? private function __wakeup() { } public function __wakeup() { } Having the same issue, any response from the developer of the plugin? my error log is getting bloated and got to 300MB with only this PHP warning. I’m getting the same error. Using PHP 8.3 (ea-php83). [08-May-2024 11:50:10 UTC] PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup() must have public visibility in /home/website/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php on line 44 I’m noticing the same error.

Comments

3 shown
roeeyossef 2024-05-04T13:15:00+00:00

Having the same issue, any response from the developer of the plugin? my error log is getting bloated and got to 300MB with only this PHP warning.

Linmp 2024-05-08T13:10:00+00:00

I’m getting the same error. Using PHP 8.3 (ea-php83). [08-May-2024 11:50:10 UTC] PHP Warning: The magic method MchGdbcBasePublicPlugin::__wakeup() must have public visibility in /home/website/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php on line 44

hedgehog90 2024-09-18T14:17:00+00:00

I’m noticing the same error.