When I run install.php I get this error:
Unable to write database file dlm_db.php. Check permissions on this file and try again."; } if ($_GET['pwd']) { $err_pwd = "Missing or non-matching password. Please re-enter."; } if ($_GET['db']) { $err_db = "Missing or incorrect database information. Plese check and re-enter."; } ?>
I just chmod 777 the dlm_db.php file. It still gives me this error. This is the first time trying to use this, so I could be doing anything wrong.
