The basic configuration of Noah's Classifieds requires a few easy steps and it starts right after the successful installation. The first page you can see after the installation performs a checking of the configuration and displays the result. It also tells you what to do if it finds any problems. It checks the following:
app/config.php might have been created by you manually during the installation, the correctness of this file is checked now - particularly, it is ensured that no white space characters (spaces, new line, etc.) have been accidentally (or automatically by your text editor) inserted before the beginning <?php or after the ending ?> lines. If there would be some, you have to delete them, because white space characters can cause a premature output, which leads to various problems in the program.admin user with password admin - the configuration page warns you to change this password if you haven't done that yet.System email address. In most of the cases, however, it is required for the program to be able to send out email notifications that the System email address has been set to a valid existing address. The System email address will also populate the 'From' and 'Reply-to' fields of the notification emails.System email address has already been set, the configuration page provides a link through which you can send a test email to the given System email address. If this works and you get the email on that address, you can be pretty sure that the notification sending will work all right in the program. If there are still problems, you may want to use the SMTP method to send out emails. You can read more about this on the advanced configuration page.app sub directory. The installation root directory may only contain index.php and initdir.php. There is a check that ensures that no spare php files remain under the installation root. Besides the old php files, old update backup directories could also hurt security, so they have to be deleted or moved outside from the web space of your site.
The configuration page is “sticky”, which means it is the default page until you manually disable it by clicking on the link on the bottom of the page! Even if you have already disabled it, you can access it any time as admin by clicking on the Check menu point. It is also highly recommended to make a configuration checking from time to time - especially after updates.