php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61136 PECL website broken (Twig error)
Submitted: 2012-02-18 18:59 UTC Modified: 2012-02-18 19:10 UTC
From: baohx2000 at gmail dot com Assigned: rasmus (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: baohx2000 at gmail dot com
New email:
PHP Version: OS:

 

 [2012-02-18 18:59 UTC] baohx2000 at gmail dot com
Description:
------------
Going to pecl.php.net, I get this:

Warning: require_once(__DIR__/../vendors/twig/lib/Twig/Autoloader.php) 
[function.require-once]: failed to open stream: No such file or directory in 
/usr/local/www/peclweb/include/twig.inc.php on line 2

Fatal error: require_once() [function.require]: Failed opening required 
'__DIR__/../vendors/twig/lib/Twig/Autoloader.php' 
(include_path='.:/usr/local/www/peclweb/include:/usr/local/lib/php') in 
/usr/local/www/peclweb/include/twig.inc.php on line 2

Test script:
---------------
http://pecl.php.net

Expected result:
----------------
Not an error

Actual result:
--------------
Warning: require_once(__DIR__/../vendors/twig/lib/Twig/Autoloader.php) 
[function.require-once]: failed to open stream: No such file or directory in 
/usr/local/www/peclweb/include/twig.inc.php on line 2

Fatal error: require_once() [function.require]: Failed opening required 
'__DIR__/../vendors/twig/lib/Twig/Autoloader.php' 
(include_path='.:/usr/local/www/peclweb/include:/usr/local/lib/php') in 
/usr/local/www/peclweb/include/twig.inc.php on line 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-18 19:10 UTC] rasmus@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: rasmus
 [2012-02-18 19:10 UTC] rasmus@php.net
Yeah, we know. Doing some maintenance work this morning. It should be back now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC