17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1218 Views |
-
can you install the daily builds?

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/.htaccessWarning: 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
-
Re: can you install the daily builds?

8 November 2008 at 10:26am Last edited: 9 November 2008 2:22am
hi all,
so, here's an update:
when i installed ss v. 2.2.3 -> no problemsi 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
-
Re: can you install the daily builds?

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?
-
Re: can you install the daily builds?

18 November 2008 at 5:20pm
Hi,
First of all1- open
sapphire\core\ManifestBuilder.php2- Find the line
// Project - used to give precedence to template files3- Replace with
$baseDir = preg_replace("/\\\\/", "/", $baseDir);
// Project - used to give precedence to template filesIt's a core hack but that was the only that i made it work.
-
Re: can you install the daily builds?

18 November 2008 at 6:17pm
Create an empty _ss_environment.php file in you root SilverStripe dir.
| 1218 Views | ||
|
Page:
1
|
Go to Top |

