PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR_Frontend_Web » Bug #7319

Image missing when package installation fails

Details

Submitted2006-04-05 17:17 UTC
Fromcl at viazenetti dot de
Assignedpajoye
StatusClosed
PackagePEAR_Frontend_Web
PHP Version5.1.1
OSSuSE 10
Roadmaps(Not assigned)

Comments

[2006-04-05 17:17 UTC] cl at viazenetti dot de

Description:
------------
When a package installation fails, the following html is loaded to the iframe (/index.php?command=upgrade&pkg=PEAR_PackageFileManager&from=1&mode=upgrades&dhtml=1) in the overview table.

Array<script language="javascript">window.open("/index.php?command=show-last-error", "PEAR", "width=600, height=400"); </script><img src="/index.php?img=install_fail" border="0">

Instead of the image I can see 'Ar'. The popup is opened as wished. Don't know where 'Array' comes from.