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

problems with installing 2.3.0 rc1


Go to End


3 Posts   1655 Views

Avatar
marcink

Community Member, 89 Posts

15 November 2008 at 10:02am

hi,

when i try to install ss, i get this errors:

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs/rewritetest.php on line 47

Warning: file_get_contents(http://dev.kolonko.ch/InstallerTest/testrewrite) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs/rewritetest.php on line 47

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs/rewritetest.php on line 47

Warning: file_get_contents(http://dev.kolonko.ch/InstallerTest/testrewrite) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs/rewritetest.php on line 47
mod_rewrite doesn't appear to be working. Make sure:

    * mod_rewrite is enabled in your httpd.conf
    * AllowOverride is enabled for the current path.

Please check these options, then refresh this page.If you believe that your configuration is correct, click here to proceed anyway.

anyway, whe ni try to proceed, i get this error:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../../_ss_environment.php) is not within the allowed path(s): (/home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs:/tmp) in /home/httpd/vhosts/kolonko.ch/subdomains/dev/httpdocs/sapphire/core/Core.php on line 31

i checked with my provider, and mod_rewrite is on, as well as AllowOverride...

also, i can install 2.2.3 without problems.

can anyone help me with this problem?

Avatar
marcink

Community Member, 89 Posts

15 November 2008 at 11:27am

hi,

so, i phoned again with the provider, and after looking at rewritetest.php he told me, that the test is using allow_url_fopen.

he could then temporary enable it.

so, after that, there was no problem installing ss...

cheers

Avatar
Ingo

Forum Moderator, 801 Posts

29 November 2008 at 9:43pm

The rewrite test for the installer uses ajax instead of fopen() now, which should fix this issue.