From owner-freebsd-ports@freebsd.org Sun Aug 19 16:38:12 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E482E106F47B for ; Sun, 19 Aug 2018 16:38:11 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE4187E9FB for ; Sun, 19 Aug 2018 16:38:11 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 399F418332 for ; Sun, 19 Aug 2018 16:38:05 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: databases/mantis - require_once(/usr/local/www/mantis/vendor/autoload.php): failed to open stream Message-Id: Date: Sun, 19 Aug 2018 12:38:03 -0400 To: FreeBSD Ports X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 16:38:12 -0000 I'm using databases/mantis on FreeBSD 11.2 with PHP 5.6.37 The error I see is: [Sun Aug 19 16:21:51.240380 2018] [:error] [pid 13018] [client = 50.243.42.139:50002] PHP Warning: = require_once(/usr/local/www/mantis/vendor/autoload.php): failed to open = stream: No such file or directory in /usr/local/www/mantis/core.php on = line 71 [Sun Aug 19 16:21:51.240434 2018] [:error] [pid 13018] [client = 50.243.42.139:50002] PHP Fatal error: require_once(): Failed opening = required '/usr/local/www/mantis/vendor/autoload.php' = (include_path=3D'/usr/local/share/pear') in = /usr/local/www/mantis/core.php on line 71 Searching online, it seems I must run: composer install = https://stackoverflow.com/questions/41209349/requirevendor-autoload-php-fa= iled-to-open-stream#41209642 I see nothing mentioned in the docs: = https://mantisbt.org/docs/master/en-US/Admin_Guide/html/admin.install.conf= ig.html ... etc There is no vendor directory in the pkg-plist for this port. What are other mantis users doing? --=20 Dan Langille - BSDCan / PGCon dan@langille.org