what would be reason?warning: locate: could not open database: /var/lib/slocate/slocate.db: No such file or directory
warning: You need to run the 'updatedb' command (as root) to create the database.
Please have a look at /etc/updatedb.conf to enable the daily cron job.
<?php
phpinfo ()
?>
The "locate" command queries a database to search for files. It appears that this is the first time you're attempting a search and you're getting the message that this database is not populated. If you run "updatedb" (no quotes), this will populate the database with what files are currently on your system. You'll need to run this command from time to time to make sure that this captures changes to your system.hmm...i was just trying the command
i got the following error:
what would be reason?