Culture problems when using Lucene [message #60378] |
Mon, 08 September 2008 07:47  |
 |
skywalker Messages: 334 Registered: March 2008 Location: Norway |
Faithful Member |
|
|
Hello folks,
We have a problem using lucene in a production environment. While developing the application we have had no problem using it.
But after freezing and deploying our application to the production server, we get the following error when trying to build the index:
./symfony lucene-rebuild avrfreaks
[sfLuceneException]
Culture "en" is not enabled.
We do not use i18n.
Any suggestions about what's wrong?
May the source be with you
|
|
|
|
|
|
Re: Culture problems when using Lucene [message #60388 is a reply to message #60387 ] |
Mon, 08 September 2008 09:22   |
 |
skywalker Messages: 334 Registered: March 2008 Location: Norway |
Faithful Member |
|
|
I'm trying that now. And it seems like it will create new indexes. The problem is that it takes 2 hours to create new indexes (due to a huge database).
When new indexes are created I will check if the application work. I'll post an update here when the index generation has completed and I'm able to test the application again.
Update:
Seems like the problem has been solved, but due to other problems, which has occured, I cannot be 100% sure yet.
Anyway, thanks.
[Updated on: Mon, 08 September 2008 12:24] May the source be with you
|
|
|
Re: Culture problems when using Lucene [message #103375 is a reply to message #60378 ] |
Sun, 01 August 2010 13:39  |
|
symfony doctrine:build --all --no-confirmation --and-load --env=prod
I don't use the plugin -I made my own plugin- but the --env=prod does the trick for me.
Using SYMFONY 1.4.6
|
|
|