Home » PEAR » PEAR_Frontend_Web » Bug #7319
Image missing when package installation fails
Details
| Submitted | 2006-04-05 17:17 UTC |
|---|---|
| From | cl at viazenetti dot de |
| Assigned | pajoye |
| Status | Closed |
| Package | PEAR_Frontend_Web |
| PHP Version | 5.1.1 |
| OS | SuSE 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.