Common issues
- Config bootstrap settings aren't recognised?
- Have you added the
require()code to theconfig.phpanddatabase.phpfiles? See: Installation for more information. -
Double check the
require()path by adding the following to your template above therequire()code. It will print the path to your screen.print_r(realpath(dirname(__FILE__) . '/../../config.php'));
- Have you added the
- Asset paths such as member profile images are wrong: Newism's EE folder structure is probably a little different to yours. You'll need to update the bootstrap file to reflect your own environment.
- Check the environment: Not sure which environment is being loaded. NSM Config Bootstrap 1.8 added the ?debug flag. Give it a crack.
Extra Support
This is a powertool for developers and those with a good knowledge of PHP. Support is not provided other than the common issues above.