Hi, Am 08.11.12 08:50, schrieb Gerard Henry: > hello all, > i'm trying to deploy a symfony project with opencsw packages of apache > and php. > But i got an error: > PHP Fatal error: Call to undefined function > Sensio\Bundle\DistributionBundle\Configurator\Step\hash() > > and this error seems to be that hash is missing in php. If i understand, > hash is now part of php since > 5.1.2: > http://php.net/manual/en/function.hash.php
It's split out as a module which is not installed by default I think. Install http://www.opencsw.org/packages/CSWphp5-hash/ and check if it's enabled in the php.ini. Some modules fail to enable so you need to add it to php.ini. Greetings Jan _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
