Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

The webserver isn't letting me identify where files are stored.


Go to End


4 Posts   1830 Views

Avatar
ASovetov

Community Member, 4 Posts

20 November 2008 at 10:39am

need help.
i install SS on russian hosting - "Peterhost"
once i see blank page..
when i put in my .hacces -

php_value allow_call_time_pass_reference on
php_value register_globals off
php_value memory_limit 64M
AddType application/x-httpd-php5 .php

after i see install page? but some errors -

RequirementsPHP Configuration
PHP5 installed OK (PHP version 5.1.6)
GD2 support OK
XML support OK
MySQL support OK
Memory allocated (PHP config option 'memory_limit') OK (32M)
Check that the php.ini setting allow_call_time_pass_reference is on OK

File permissions
Does the webserver know where files are stored? The webserver isn't letting me identify where files are stored. (file '/home/http/cgi-php/config-form.html' not found)
mysite/ folder exists There's no mysite folder. (file '/home/http/cgi-php/mysite' not found)
sapphire/ folder exists There's no sapphire folder. (file '/home/http/cgi-php/sapphire' not found)
cms/ folder exists There's no cms folder. (file '/home/http/cgi-php/cms' not found)
jsparty/ folder exists There's no jsparty folder. (file '/home/http/cgi-php/jsparty' not found)
Is the .htaccess file writeable? User 'sovetov' needs to be able to write to this file:
/home/http/cgi-php/.htaccess
Is the mysite/ folder writeable? User 'sovetov' needs to be able to write to this file:
/home/http/cgi-php/mysite
Is the tutorial/ folder writeable? User 'sovetov' needs to be able to write to this file:
/home/http/cgi-php/tutorial
Is the assets/ folder writeable? User 'sovetov' needs to be able to write to this file:
/home/http/cgi-php/assets
Is the temporary folder writeable? OK

but files stored in /home/sovetov/www/site1/public_html/

Avatar
ASovetov

Community Member, 4 Posts

20 November 2008 at 10:41am

and sorry fo my english =))

Avatar
ASovetov

Community Member, 4 Posts

21 November 2008 at 5:10am

closed

i'm edit install.php =))

function getBaseDir() {
//Cache the value so that when the installer mucks with SCRIPT_FILENAME half way through, this method
// still returns the correct value.
if(!$this->baseDir) $this->baseDir = '/home/sovetov/www/site1/public_html/';
^^^^^^^^^^^^^^^^^^^^^^^^
return $this->baseDir;
}

Avatar
ASovetov

Community Member, 4 Posts

23 November 2008 at 6:51am

=((( its not true way =((
i have erorr 500 =((