Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13959

Error while creating image

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 3.1.5
    • 3.1.6-RC1
    • Cron
    • None
    • PHP 5.4.19, MySQL 5.0.10, Chrome 43.0

    Description

      This error appears when the cron "tidy search" is loaded

      Error while creating image
      ยป Error in [ROOT]/phpbb/search/fulltext_native.php on line 107: Missing argument 8 for phpbb/search/fulltext_native::__construct(), called in [ROOT]/phpbb/cron/task/core/tidy_search.php on line 61 and defined

      Line 61 of tidy_search.php is this:
      $search = new $search_type($error, $this->phpbb_root_path, $this->php_ext, $this->auth, $this->config, $this->db, $this->user);

      Line 107 of fulltext_native.php is this:
      public function __construct(&$error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user, $phpbb_dispatcher)

      Necessary to include the parameter "$phpbb_dispatcher"

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              canidev canidev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: