Warning 15 times: Attempt to read property…
-
Using:
Seriously Simple Podcasting – 3.4.0 – Castos
Seriously Simple Speakers – 1.1.0 – Castos
Seriously Simple Stats – 1.6.0 – CastosThe Plugin “Seriously Simple Speakers” appears to be abandoned (updated 2023-04-27, tested to WP 6.2.6). Is it?
WP Version: 6.8.1
Theme: GT Focus Version: 1.6.2
The page I need help with: [log in to see the link]
-
SORRY! Plugins List displays wrong version number.
I have:
Seriously Simple Podcasting – 3.4.0 – Castos 3.10.1
Seriously Simple Speakers – 1.1.0 – Castos 1.2.0
Seriously Simple Stats – 1.6.0 – Castos 1.7.0Hi @bibeldans,
Yes, we recently updated the Speakers plugin to version 1.2.0. Could you please describe more what warning did you get, and if you still have it with the Speakers plugin version 1.2.0?Yes, I have Version 1.2.0.
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 612
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 626
Warning: Attempt to read property "post_date" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 627
Warning: Attempt to read property "post_title" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 639
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 640
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 612
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 626
Warning: Attempt to read property "post_date" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 627
Warning: Attempt to read property "post_title" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 639
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 640
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 612
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 626
Warning: Attempt to read property "post_date" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 627
Warning: Attempt to read property "post_title" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 639
Warning: Attempt to read property "ID" on null in /home/danskyrk/a.klasen.nu/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php on line 640@bibeldans Could you please provide more details about where you’re seeing these errors? Are they appearing on your site’s pages or in the PHP error logs? If they’re on pages, which ones exactly? Also, do the errors disappear if you disable the Speakers or Stats plugin?
OK.
1) If they’re on pages, which ones exactly?
The page I need help with: https://a.klasen.nu/seriously-simple-podcasting/
2) Also, do the errors disappear if you disable the Speakers or Stats plugin? No.
+PS.
- WP Version: 6.8.1
- PHP Version: 8.2.27
- Database Version: 10.6.21-MariaDB-cll-lve
Every warning is from: /wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php
All are from the same script: class-episode-repository.php
Hi @bibeldans,
Thank you for your answers. I can see you use Elementor plugin on your site. Was this page created by Elementor, or by the default WordPress editor? Did you try creating other similar pages? If yes, did you get the same errors?
As a quick fix for now, I’d recommend disablingWP_DEBUG
in yourwp-config.php
file. Do you know how to edit it? If yes, openwp-config.php
, finddefine('WP_DEBUG', true);
and replace it withdefine('WP_DEBUG', false);
@bibeldans
Would you use Gutenberg then? I’m trying to reproduce this issue, but I can’t see any errors on my local site with both Gutenberg and Elementor.
P.S. In any case, please disable WP_DEBUG on your live site, it can lead to site vulnerabilities, and should be used only in the test environment.
- You must be logged in to reply to this topic.