• Hello,

    Upgraded to Simple Press 6.8.1 and PHP 8.1.12 and found the following bug:
    When replying to a forum post the reply is no longer formatted, but instead displays html code: blockquote, span, p, br…

    Also I no longer have the formatting toolbar (bold, etc…) when writing a new forum post or a reply.

    Tried also with PHP 8 and same problem. Works with PHP 7.4.

    • This topic was modified 2 years, 4 months ago by xberg.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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 ??

    Plugin Support nigel01

    (@nigel01)

    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 (www.remarpro.com 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 8.0 and 8.1 bug’ is closed to new replies.