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.
CHMOD's figured out - What's this?
Re: CHMOD's figured out - What's this?
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
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