[FLOW3-general] MissingConfigurationException

Georg Ortner go at simplaweb.at
Sun May 2 10:48:00 CEST 2010


Am 02.05.2010 10:39, schrieb Vinay Vinay:
> Hi,
>
> It was really helpfull. Thanks .
>
> I think security setting and database connection setting should  be put in
> documentation.
>
> I am using alpha 8 . I have one more issue
>
>
>
> ./flow3   kickstart package  Blog
> I am getting error
> ./flow3: line 295: php: command not found

Seems like you haven't installed php for command line. If you're using a 
debian based system you can just install it with:

apt-get install php5-cli

But be aware that most probably there are two different php.ini files 
now. So if you already made adjustments you also have to make them in 
the ini for cli.

>
>
>
> I have run the command as root. I am getting the same error
>
> Regards,
> Vinay
>
> On Sat, May 1, 2010 at 11:34 PM, Michael Sauter<mail at michaelsauter.net>wrote:
>
>> Hi,
>>
>> I guess you get the following error?
>>
>> "You must configure an encryption key for the HashService"
>>
>>
>> If that's the case, check Configuration/Settings.yaml. It should contain a
>> hashService setting, like so (here is the default setting):
>>
>> FLOW3:
>>   security:
>>     cryptography:
>>       hashService:
>>         encryptionKey: 'change this to something *really* unique!'
>>
>>
>> Which version are you using? Alpha8? Trunk?
>>
>> Hope this helps,
>> ~michael
>>
>>
>>
>>
>>
>>
>> On 01.05.10 14:28, Vinay Vinay wrote:
>>
>>> Hi,
>>>
>>> I tried to use flow3 . I get the error
>>>
>>> FLOW3 experienced an internal error (uncaught exception):
>>>
>>> F3\FLOW3\Security\Exception\MissingConfigurationException
>>>
>>> Please help me with this issue . I am new to flow3
>>>
>>>
>>> Regards,
>>>
>>> Vinay
>>>
>>
>> _______________________________________________
>> FLOW3-general mailing list
>> FLOW3-general at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>>
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general


More information about the FLOW3-general mailing list