by MaxHaker » Fri May 29, 2015 20:33
i had this same problem, double check your nconf.php
make sure you dont have nconf directory declared twice....if you did manual install just comment out the top one
# The directory where NConf is located
#define('NCONFDIR', $nconfdir); <---------------comment out this line =)
# Manual installation:
# Please replace the $nconfdir placeholder with the path to NConf as follows:
define('NCONFDIR', "/var/www/nconf");