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

can you install the daily builds?


Go to End


6 Posts   1821 Views

Avatar
marcink

Community Member, 89 Posts

7 November 2008 at 10:42pm

hi all,

i would like to ask, if anybody installed the latest daily builds. because i tried to install a couple of the last daliy builds on xampp, but always got an error:

I am now running through the installation steps (this should take about 30 seconds)

If you receive a fatal error, refresh this page to continue the installation
# Creating 'mysite/_config.php'...
# Creating C:\xampp\htdocs\SilverStripe/mysite/_config.php
# Creating '.htaccess' file...
# Creating C:\xampp\htdocs\SilverStripe/.htaccess

Warning: require_once(C: mpp\htdocs\SilverStripe/cms/_config.php) [function.require-once]: failed to open stream: Invalid argument in C:\Users\mkolonko\AppData\Local\Temp\silverstripe-cacheC--xampp-htdocs-SilverStripe\manifest-main on line 5517

Fatal error: require_once() [function.require]: Failed opening required 'C: mpp\htdocs\SilverStripe/cms/_config.php' (include_path='.;C:\xampp\php\pear\') in C:\Users\mkolonko\AppData\Local\Temp\silverstripe-cacheC--xampp-htdocs-SilverStripe\manifest-main on line 5517

thanks for any help

Avatar
marcink

Community Member, 89 Posts

8 November 2008 at 10:26am

Edited: 09/11/2008 2:22am

hi all,

so, here's an update:
when i installed ss v. 2.2.3 -> no problems

i deleted the the folders cms, jsparty and sapphire from the installation and replaced them with the folders from the v. 2.3 daily builds, run /db/build?flush=1 and got this warning:

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/xtreme-diving.ch/subdomains/dev/httpdocs:/tmp:/usr/share/pear:/usr/bin:..:../..) in /home/httpd/vhosts/xtreme-diving.ch/subdomains/dev/httpdocs/sapphire/core/Core.php on line 31

BUT, the site is working fine, just on every site i have on top the above warning.

is there a way to solve it?

thanks!

ps.: when i select a page to edit in the admin section, i see the above warning in the right content edit place, and i don't see the tabs to edit the content

Avatar
marcink

Community Member, 89 Posts

9 November 2008 at 1:39am

anybody?

Avatar
Searly

Community Member, 11 Posts

16 November 2008 at 3:25am

I have exactly the same problem and setup. I can't install the silverstripe 2.3 release, because of this error, any chance somebody here to help?

Avatar
zee

Community Member, 7 Posts

18 November 2008 at 5:20pm

Hi,
First of all

1- open
sapphire\core\ManifestBuilder.php

2- Find the line
// Project - used to give precedence to template files

3- Replace with
$baseDir = preg_replace("/\\\\/", "/", $baseDir);
// Project - used to give precedence to template files

It's a core hack but that was the only that i made it work.

Avatar
(deleted)

Community Member, 473 Posts

18 November 2008 at 6:17pm

Create an empty _ss_environment.php file in you root SilverStripe dir.