You are not logged in.
Pages: 1
Woo! That worked. Thanks a bunch. Could you explain what was happening?
Yeah, there is.
Thanks for the quick response.
Looks alright to me:
// Database info.
$bigtree["config"]["db"]["host"] = "localhost";
$bigtree["config"]["db"]["name"] = "bigtree2";
$bigtree["config"]["db"]["user"] = "root";
$bigtree["config"]["db"]["password"] = "root";
I installed BigTree locally and told the installer to put in sample content so I could start poking around and learning.
After install, the home page gives me:
Fatal error: Class 'SampleFeatures' not found in /Applications/MAMP/htdocs/BigTree2/templates/basic/home.php on line 18
As you can see, I'm using mamp. Any idea what could be happening?
Pages: 1