I did search before posting this and found some related stuff but nothing that helped me.
Just installed this small CMS script called NanoCMS v0.31.
Very simple - no database needed.
you can view it here:
http://newsletters.site90.com/
The error I'm getting is:
Warning: Invalid argument supplied for foreach() in /home/a5708632/public_html/data/setting.php on line 431
Here is what is on line 431:
/* Include all php files in tweaks directory */
foreach( $tweaksFound as $tF ) {
require_once( $tF );
}
Any ideas?
Thanks