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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

Several problems installing 2.4.x


Go to End


3 Posts   2207 Views

Avatar
WorkingSolution

Community Member, 18 Posts

15 October 2010 at 6:29am

Edited: 15/10/2010 6:33am

Hey there,

we try to install a SS on a Debian(Lenny), php 5.2, mysql 5. We have several SS-Pages running on this machine without any problems.

1) starting the page after (successfull) installation we get:
The requested page could not be found.

2) starting the page calling XXXX.TLD/index.php we get:
Warning: require_once(core/ManifestBuilder.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web23/html/sapphire/core/Core.php on line 192

Fatal error: require_once() [function.require]: Failed opening required 'core/ManifestBuilder.php' (include_path='.') in /var/www/web23/html/sapphire/core/Core.php on line 192

Calling calling XXXX.TLD/admin/ we get:
Warning: require_once(Zend/Log.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web23/html/sapphire/dev/Log.php on line 2

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Log.php' (include_path='.') in /var/www/web23/html/sapphire/dev/Log.php on line 2
http://silverstripe.org/installing-silverstripe/show/293532#post293532

eq to the post http://www.silverstripe.org/installing-silverstripe/show/293532#post293532

same errors are shown while using /dev/build
-
When I set a missing path using

set_include_path
all is shown correct in phpinfo(),
but the errors are still the same

Installation on a similar system as a Virtual Machine on a desktop - pc for testing works without any problems.

Tried versions 2.4.1, 2.4.2

Anyone can help?

Thx Klaus

Avatar
Willr

Forum Moderator, 5523 Posts

15 October 2010 at 12:05pm

What did you put as the include path? should be sapphire/thirdparty/ rather than just sapphire/

Avatar
WorkingSolution

Community Member, 18 Posts

15 October 2010 at 4:06pm

Hi,

tried:

sapphire/thirdparty/
sapphire
/var/www/FOLDER/html/sapphire