CHMOD's figured out - What's this?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
ihorace

CHMOD's figured out - What's this?

Post by ihorace »

I managed to find out how to change my permissions and everything for the server I'm using. Got the install page - says everything is successful - but then this popped up when I hit continue.


Warning: main(D:\inetpub\vhosts\simplyhomes.ca\httpdocs/version.php): failed to open stream: No such file or directory in D:\inetpub\vhosts\simplyhomes.ca\httpdocs\include.php on line 60

Fatal error: main(): Failed opening required 'D:\inetpub\vhosts\simplyhomes.ca\httpdocs/version.php' (include_path='.;./includes;./pear') in D:\inetpub\vhosts\simplyhomes.ca\httpdocs\include.php on line 60

Am I missing something?

Thank you.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CHMOD's figured out - What's this?

Post by Dr.CSS »

i would check the config.php this looks like a problem....

mplyhomes.ca\httpdocs/version.php):

something like this...
#-------------
#Path Settings
#-------------

#Document root as seen from the webserver.  No slash at the end
#e.g. http://blah.com
$config['root_url'] = 'http://www.yourname.ca  .com whatever yours is';

#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/homepages/24/database nameornumber/htdocs';

#Name of the admin directory
$config['admin_dir'] = 'admin';

#Where do previews get stored temporarily?  It defaults to tmp/cache.
$config['previews_path'] = '/homepages/24/d*******/htdocs/tmp/cache';

#Where are uploaded files put?  This defaults to uploads.
$config['uploads_path'] = '/homepages/24/*******/htdocs/uploads';

#Where is the url to this uploads directory?
$config['uploads_url'] = 'http://www.yous.com/uploads';


    mark
Locked

Return to “[locked] Installation, Setup and Upgrade”