Home > Archive > PHP Pear > February 2008 > Re: [PEAR] SDG
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Olivier Guilyardi 2008-02-13, 7:07 pm |
| Ian Warner wrote:
> Hi
>
> Just did an upgrade of my pear and now get this:
>
> Notice: Undefined property:
> Structures_DataGrid_Renderer_HTMLTable::
$_urlMapper in
> PHP5\PEAR\Structures\DataGrid\Renderer\H
TMLTable.php on line 397
>
> Fatal error: Call to undefined method
> Structures_DataGrid_Renderer_HTMLTable::
_buildOnMoveCall() in
> PHP5\PEAR\Structures\DataGrid\Renderer\H
TMLTable.php on line 410
It sounds like you have incompatible versions of Structures_DataGrid and
Structures_DataGrid_Renderer_HTMLTable.
I checked and I think this might be an SDG dependency bug. Please post a bug
report at:
http://pear.php.net/bugs/report.php...TM
LTable
Meanwhile, as a workaround, try : pear upgrade structures_datagrid
Regards,
--
Olivier
| |
| Ian Warner 2008-02-13, 7:07 pm |
| Olivier
Taht worked - strange cause I upgraded by doing upgrade-all
Ian
Olivier Guilyardi wrote:
> Ian Warner wrote:
>
> It sounds like you have incompatible versions of Structures_DataGrid and
> Structures_DataGrid_Renderer_HTMLTable.
>
> I checked and I think this might be an SDG dependency bug. Please post a
> bug report at:
> http://pear.php.net/bugs/report.php...TM
LTable
>
>
> Meanwhile, as a workaround, try : pear upgrade structures_datagrid
>
> Regards,
>
> --
> Olivier
>
|
|
|
|
|