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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 11 = ?
Subscribe to this entry?

 
 [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: Tue Apr 16 22:01:27 2024 UTC