11-09-2012, 04:34 PM
(11-07-2012, 09:11 PM)kafran Wrote:(11-07-2012, 09:02 PM)lobizonxp Wrote: Kafran, just an aware: Pay atention to excecution times... I have about 2500 files stored, and Full text index takes hours!
In order to surpass this problem, open the Lucene file "IndexedDocument.php" to add this line in it: ini_set('max_execution_time', 3600);
Careful, your server should have another excecution time, example: IIS7 hace a CGI section where you must change the number. 3600 seconds is the maximum timeout for IIS7.
Hope it helped! ¿I'm writing english well? It's hard to think in spanish and write english! xD
Regards!
I do not understood this part of execution time. Sorry, I'm not a coder =/.
Yeah, I can understand your english. I think in Portuguese and write in english xD.
I'm running Leto at Xampp (Apache + php).
I have 33 files stored and growing =).
Wow, 2500 files stored? Which version do you use? I'm using the 3.4.0RC3 but it seems to be a litle buggy. I need something more stable.
How do you make backup of your data? Backup is fundamental for me =x.
Please let me know of any errors. Just saying 'it is buggy' doesn't help.
The best way to make backups is still to make a dump of the database and to archive the data directory.
Uwe