[TYPO3] BAHAG Photogallery version 0.9 requested
Tapio Markula
tapio.markula at dnainternet.net
Fri Aug 11 11:33:01 CEST 2006
Albert van der Veen wrote:
> Hello list,
>
> The extension bahag_photogallery version 0.9.1 seems to have a bug
> preventing it from installing under Typo3 3.8.1
> After install and clearing of cache I get the error:
> Fatal error: Cannot redeclare class tslib_pibase in
> C:\wwwroot\typo3\sysext\cms\tslib\class.tslib_pibase.php on line 132
>
> The previous version 0.9 doesn't seem to be available anymore. Anyone
> happen to have a local copy? Thanks!
>
> Albert
>
That could presumalby fix easily.
Presumably the new version has
in the class file in the folder /pi1/
require(...
or
include(...
should be
require_once(...
or
include_once(...
More information about the TYPO3-english
mailing list