Typo3
Typo3 is an interesting GPL CMS. Installation is a bit tricky. You have to remember to setup GD for PHP and to add in the appropriate things into localconf.php, in particular:
$TYPO3_CONF_VARS["GFX"]["gdlib"] = 1;
$TYPO3_CONF_VARS["GFX"]["gdlib_png"] = 1;
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = 1;
Posted by torque at June 23, 2003 4:32 PM
| TrackBack