Home » Structures » Structures_DataGrid » Bug #7151
Missing HTML Directory
Details
| Submitted | 2006-03-18 11:24 UTC |
|---|---|
| From | eattou at otitelecom dot bj |
| Status | Bogus |
| Package | Structures_DataGrid |
| PHP Version | 5.0.3 |
| OS | Linux Fedora core4 |
| Roadmaps | (Not assigned) |
Comments
[2006-03-18 11:24 UTC] eattou at otitelecom dot bj
Description:
------------
In the Renderer directory there is no directory named HTML. But in this file: Structures/DataGrid/Renderer/HTMLTable.php, no file match with : Structures/DataGrid/Renderer/HTML/Table.php included at the beginning.
[2006-03-18 16:32 UTC] olivierg at php dot net
Indeed, at the top of Structures/DataGrid/Renderer/HTMLTable.php there is :
require_once 'HTML/Table.php';
Which is here to include <pear_base_dir>/HTML/Table.php...
This has nothing to do with Structures/DataGrid/Renderer/HTML/Table.php
Please read the PEAR manual and properly configure your installation before posting bugs.