Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17506

PHP fatal error on install

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.16-RC1
    • 3.3.15
    • Installation system
    • None
    • PHP 8.4.6

      Sometimes (probably on installer cache file refreshing) PHP fatal error is thrown on running /install:

      PHP Fatal error:  Uncaught TypeError: Unsupported operand types: phpbb\request\deactivated_super_global + phpbb\request\deactivated_super_global in [ROOT]\phpbb\request\request.php:78
      Stack trace:
      #0 [ROOT]\install\startup.php(180): phpbb\request\request->__construct(Object(phpbb\request\type_cast_helper))
      #1 [internal function]: installer_shutdown_function(1)
      #2 {main}
        thrown in [ROOT]\phpbb\request\request.php on line 78
      

      [ROOT]\phpbb\request\request.php on line 78 is:

      $this->input[\phpbb\request\request_interface::REQUEST] = $this->input[\phpbb\request\request_interface::POST] + $this->input[\phpbb\request\request_interface::GET];
      

            Marc Marc
            rxu rxu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: