php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56392 Creating new categories fails
Submitted: 2005-05-15 14:32 UTC Modified: 2005-05-15 23:07 UTC
From: mj@php.net Assigned: pajoye (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mj@php.net
New email:
PHP Version: OS:

 

 [2005-05-15 14:32 UTC] mj@php.net
Description:
------------
Creating a new category on pear.php.net fails with the error message (see below) indicating a problem writing to the REST files.

Actual result:
--------------
Warning: fopen(/var/lib/pearweb/rest/c/Validate/info.xml): failed to open stream: No such file or directory in /usr/local/www/pearweb/include/pear-rest.php on line 384

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/www/pearweb/include/pear-rest.php on line 385

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/pearweb/include/pear-rest.php on line 386

Warning: fopen(/var/lib/pearweb/rest/c/Validate/packages.xml): failed to open stream: No such file or directory in /usr/local/www/pearweb/include/pear-rest.php on line 384

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/www/pearweb/include/pear-rest.php on line 385

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/pearweb/include/pear-rest.php on line 386

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/pearweb/include/pear-rest.php:384) in /usr/local/www/pearweb/include/pear-format-html.php on line 656


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-15 16:42 UTC] pierre at dotgeek dot org
Permission problem.

The category is created as well.

--Pierre
 [2005-05-15 23:07 UTC] cellog@php.net
That's odd, I just browsed to http://pear.php.net/rest/c/Validate and both info.xml and packages.xml were in there - did you add them manually or is the problem fixed already?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 19 08:01:33 2025 UTC