Site_install.php Doesn't Exist

Permalink
I've been developing with concrete5 for a year or two now. I love it!

I recently started a new job as the technology director for a charter middle school. Their current website is super awful and slow, running some sort of dotnetnuke garbage. I can hardly figure out how to update it.

So I decided to start creating a new site on one of my personal development servers. However, I'm getting the following PHP error when it goes to create the admin user.
Warning: require(/home/johnm/public_html/ars/config/site_install.php) [function.require]: failed to open stream: No such file or directory in /home/johnm/public_html/ars/concrete/controllers/install.php on line 172
Fatal error: require() [function.require]: Failed opening required '/home/johnm/public_html/ars/config/site_install.php' (include_path='/home/johnm/public_html/ars/libraries/3rdparty:/home/johnm/public_html/ars/concrete/config/../libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/johnm/public_html/ars/concrete/controllers/install.php on line 172


I'm doing everything the same way I have in the past -- download the latest .zip, upload the .zip, expand on the server-side, install. Anyone have any idea what's going on? Should I just install an older version and update?

 
Mnkras replied on at Permalink Reply
Mnkras
I would say to make sure that the /config directory has the right permissions.

Mike