cmall / LocalHomePage

A Local Home Page for OSX Web Development
http://mallinson.ca/post/osx-web-development
305 stars 123 forks source link

config.php problem #15

Closed scollovati closed 7 years ago

scollovati commented 7 years ago

Hi, I followed your tutorial and everything is fine except that when I go to home.dev the page says: Warning: require(config.php): failed to open stream: No such file or directory in /www/home/wwwroot/index.php on line 3

Can you provide your config.php file?

In the index.php i removed the call to this config file and then the page loads but with warnings: Warning: Invalid argument supplied for foreach() in /www/home/wwwroot/index.php on line 24

I have your files in /www/home/wwwroot and empty folder in /www/sites/prova/wwwroot

Thanks!