Title: WPGIVE &#8211; PHP Errors &#8211; PHP 8.3
Last modified: September 5, 2024

---

# WPGIVE – PHP Errors – PHP 8.3

 *  Resolved [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/)
 * Hi.
   I have some big problems with WPGive. – I get spammed with errors in my PHP
   log..
 *     ```wp-block-code
       2024/09/05 11:02:08 [error] 110405#110405: *25385 FastCGI sent in stderr: "PHP message: PHP Warning: Attempt to read property "post_type" on null in /www/futurenodedk_103/public/wp-content/plugins/give/src/DonationForms/Actions/PrintFormMetaTags.php on line 18" while reading response header from upstream, client: 40.77.*.*, server: www.futurenode.dk, request: "GET /bloggen-foralle-alle/ HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.3-fpm-futurenodedk.sock:", host: "www.futurenode.dk:40352"
       ```
   
 *     ```wp-block-code
       2024/09/05 09:33:02 [error] 110405#110405: *25203 FastCGI sent in stderr: "PHP message: PHP Warning: Attempt to read property "post_type" on null in /www/futurenodedk_103/public/wp-content/plugins/give/src/DonationForms/Actions/PrintFormMetaTags.php on line 18" while reading response header from upstream, client: 66.249.*.*, server: www.futurenode.dk, request: "GET /.well-known/traffic-advice HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.3-fpm-futurenodedk.sock:", host: "www.futurenode.dk:40352"
       ```
   
 *     ```wp-block-code
       2024/09/05 07:58:03 [error] 110405#110405: *24968 FastCGI sent in stderr: "PHP message: PHP Warning: Attempt to read property "post_type" on null in /www/futurenodedk_103/public/wp-content/plugins/give/src/DonationForms/Actions/PrintFormMetaTags.php on line 18" while reading response header from upstream, client: 40.77.*.*, server: www.futurenode.dk, request: "GET /ghost HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.3-fpm-futurenodedk.sock:", host: "www.futurenode.dk:40352"
       ```
   
 * And many more like this!
 * I hope you can help me fix this
 * Regards
 * Thomas – [http://www.futurenode.dk](http://www.futurenode.dk)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwpgive-php-errors-php-8-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18003381)
 * **Any support???**
 *  [mashipae](https://wordpress.org/support/users/mashipae/)
 * (@mashipae)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18006835)
 * I’m facing the same issue on my website. I’ve noticed a problem with reading 
   the post type, although the post type appears correct in the database. Additionally,
   the donation form pages are either showing as 404 errors or redirecting to the
   blog site, and I’m unsure why.
    -  This reply was modified 1 year, 9 months ago by [mashipae](https://wordpress.org/support/users/mashipae/).
 *  Thread Starter [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18020461)
 * **Any Help?????**
 *  [Emmanuel Kuebutornye](https://wordpress.org/support/users/emmanuelkuebu/)
 * (@emmanuelkuebu)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18021155)
 * Having same issue now. Any solution?
 *  [Emmanuel Kuebutornye](https://wordpress.org/support/users/emmanuelkuebu/)
 * (@emmanuelkuebu)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18022037)
 * Fact that when you google this keyword `wp-content/plugins/give/src/DonationForms/
   Actions/PrintFormMetaTags` aside the first two SERP results, the remaining sites
   are sites using givewp with this error types indexed by google is alarming
 *  Thread Starter [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18024429)
 * Wow.. I can see this.. Its sad there is no fix for this bug!
    -  This reply was modified 1 year, 8 months ago by [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/).
 *  [mattf10](https://wordpress.org/support/users/mattf10/)
 * (@mattf10)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18028232)
 * This also occurs in PHP 8.2. My logs are filled with the same error:
 * `Attempt to read property "post_type" on null in /wp-content/plugins/give/src/
   DonationForms/Actions/PrintFormMetaTags.php on line 18`
 * The warning is caused by this code:
 * `$post->post_type === 'give_forms'`
 * Please add some error handling to ensure that $post->post_type is set before 
   accessing it.
 * Thanks
 *  Thread Starter [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18033604)
 * Anyone that have found a solution to this problem?
 *  [Emmanuel Kuebutornye](https://wordpress.org/support/users/emmanuelkuebu/)
 * (@emmanuelkuebu)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18033927)
 * [@taxick](https://wordpress.org/support/users/taxick/) Only solution is to downgrade
   to PHP 7.x
 *  Thread Starter [Thomas Due Halfdaner](https://wordpress.org/support/users/taxick/)
 * (@taxick)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18034165)
 * Hmmm sucks.
 * I will wait for an update. I hope it will be fixed soon
 *  [mattf10](https://wordpress.org/support/users/mattf10/)
 * (@mattf10)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18079055)
 * This was fixed in the latest release (3.17.0).
 *  Plugin Support [Robin Joshua Del Mundo](https://wordpress.org/support/users/robindelmundo/)
 * (@robindelmundo)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18118241)
 * Hi folks,
 * Please excuse the slow turnaround here.
 * Echoing what [@mattf10](https://wordpress.org/support/users/mattf10/) has already
   mentioned, this has been resolved as of Give 3.17.0. Make sure to update to the
   latest version so that you won’t miss any important security releases and new
   features!
 * With that said, I’m marking this one as resolved. If you still need assistance
   with this specific issue, please reply in here and I’ll pop back in to assist.
 * Thank you for using GiveWP!
 * Have a wonderful day.

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

The topic ‘WPGIVE – PHP Errors – PHP 8.3’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

 * 12 replies
 * 5 participants
 * Last reply from: [Robin Joshua Del Mundo](https://wordpress.org/support/users/robindelmundo/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/wpgive-php-errors-php-8-3/#post-18118241)
 * Status: resolved