belz wrote:Hi, my update stopped at 24000 the first time, i have aprox 33600 music files that it detects. Deleted the database and tryed again but then it only got to 21300. Have tried to delete whole database and tbl_search part with same result - stopping at 21300 files when updating. Running kplaylist on xampp 1.6.2 package win2003 server sp1 768MB RAM with 256MB memory limit in php4.ini, have tried with less memoty to calculated with the recomended 4MB/1000 files.
Got any solutions why it stops?
Yeah, it should be called php.ini, not php4.ini and it's probably running with default of 8 megabyte mem. You should check that your php.ini is read by checking with phpinfo(); - Make a script and just put this into it:
<?php phpinfo(); ?>
Open the file in your browser and you should see all the config that is active in PHP.