Skip to content

ACP - Achievement list error #299

@OldBlacky

Description

@OldBlacky

Description:

When trying to open ACP - BBGUILD - Achievement List after i've added the achievements by API call i get a blank screen when viewing the page .

In the Apache log file i see the following error:

PHP Fatal error: Unsupported operand types in phpbb/pagination.php on line 301

After analyzing the calls of the function "public function on_page()" i found the following in acp/achievement_module.php line 265:

'PAGE_NUMBER' => $pagination->on_page($GuildAchievements[0], 15,

I believe the index of $GuildAchievements[] should be 2 in this case.

Specifications

  • phpbb version : 3.1.10
  • style : PBWoW3_Legion
  • php version : 5.5.9-1ubuntu4.20

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions