Cannot install HTML_Table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Julien Sobrier

    Cannot install HTML_Table

    Hello,
    I can't install the pear package HTML_Table:
    # pear install HTML_Table

    Warning: xml_parse() [http://www.php.net/function.xml-parse]: Unable to
    call handler _pkginfo_cdata_ 2_0() in Common.php on line 758
    (above error message several times)

    The following errors where found (use force option to install anyway):
    missing package name
    missing summary
    missing description
    missing license
    missing version
    missing release state
    missing release date
    missing release notes
    no maintainer(s)
    no files

    It looks like it is not able to parse package.xml correctly. But I don't
    know what line causes an issue.

    I was able to install other packages just fine.

    I couldn't find any help on the web.

    Julien
  • Mladen Gogala

    #2
    Re: Cannot install HTML_Table

    On Mon, 29 May 2006 22:13:16 +0000, Julien Sobrier wrote:
    [color=blue]
    > Hello,
    > I can't install the pear package HTML_Table:
    > # pear install HTML_Table
    >
    > Warning: xml_parse() [http://www.php.net/function.xml-parse]: Unable to
    > call handler _pkginfo_cdata_ 2_0() in Common.php on line 758
    > (above error message several times)
    >
    > The following errors where found (use force option to install anyway):
    > missing package name
    > missing summary
    > missing description
    > missing license
    > missing version
    > missing release state
    > missing release date
    > missing release notes
    > no maintainer(s)
    > no files
    >
    > It looks like it is not able to parse package.xml correctly. But I don't
    > know what line causes an issue.
    >
    > I was able to install other packages just fine.
    >
    > I couldn't find any help on the web.
    >
    > Julien[/color]


    Your installation of PEAR is incomplete or problematic.
    [root@medo ~]# pear install -a -f HTML_Table
    downloading HTML_Table-1.7.0.tgz ...
    Starting to download HTML_Table-1.7.0.tgz (13,984 bytes)
    ......done: 13,984 bytes
    install ok: channel://pear.php.net/HTML_Table-1.7.0
    [root@medo ~]# pear list
    Installed packages, channel pear.php.net:
    =============== =============== ===========
    Package Version State
    Archive_Tar 1.3.1 stable
    Config 1.10.6 stable
    Console_Getargs 1.3.1 stable
    Console_Getopt 1.2 stable
    DB 1.7.6 stable
    Date 1.4.6 stable
    HTML_Common 1.2.2 stable
    HTML_Form 1.3.0 stable
    HTML_Table 1.7.0 stable
    Log 1.9.6 stable
    MDB2 2.0.3 stable
    PEAR 1.4.9 stable
    PHP_Beautifier 0.1.8 beta
    Var_Dump 1.0.3 stable
    XML_Parser 1.2.7 stable
    XML_RPC 1.4.8 stable
    XML_Util 1.1.1 stable
    [root@medo ~]#

    As you can see, everything works as advertised. If you need more help,
    please include platform, web server and the PHP version. You can also
    include the output of php -r 'phpinfo();'




    --


    Comment

    Working...