Thread Starter
xberg
(@xberg)
Found another issue. When a user visits the main forum page it triggers the following PHP warning:
`AH01071: Got error ‘PHP message: PHP Warning – Undefined property: stdClass::$post_tip – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1131 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$user_id – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1142 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$display_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1142 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$guest_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1143 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$post_permalink – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1146 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$topic_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1147 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$post_date – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1148 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$post_tip – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1131 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$user_id – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1142 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$display_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1142 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$guest_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1143 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$post_permalink – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1146 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$topic_name – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1147 – function: sp_ForumIndexLastPost\nPHP message: PHP Warning – Undefined property: stdClass::$post_date – file: /simplepress/forum/content/sp-group-view-functions.php – line: 1148 – function: sp_ForumIndexLastPost\n’
Thread Starter
xberg
(@xberg)
Another one:
When a user visits and individual forum post it triggers the following PHP warning:
AH01071: Got error ‘PHP message: PHP Warning – Undefined property: stdClass::$subscribe – file: /forum-plugins/subscriptions/library/sp-subscriptions-components.php – line: 413 – function: sp_subscriptions_is_subscribed\nPHP message: PHP Warning – Undefined property: stdClass::$subscribe – file: /forum-plugins/subscriptions/library/sp-subscriptions-components.php – line: 413 – function: sp_subscriptions_is_subscribed\n’,
… good luck with the fixing 🙂
Hi:
It looks like you’re running some premium plugins. Only the core plugin right now is 8.1 compatible. We’re still working on the premium addons (there’s over 70 of those so it’s taking a while)
If you disable the premium add-ons (from the forum->plugins screen) do you still run into issues?
Also, since you’re running premium add-ons you should use our site for support (wordpress.org doesn’t like us doing premium support here – it’s against their rules). But, if you disable the premium plugins and still run into issues we can handle that here if you wish.
Thanks.
Thread Starter
xberg
(@xberg)
Hello,
I understand your point.
I am just worried with PHP 7.4 end of life arriving in 14 days (28th of November 2022) and the end of security updates.