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

[SOLVED] Ubuntu 14.0.4 LTS fresh install


Go to End


3 Posts   2419 Views

Avatar
KRG-23

Community Member, 4 Posts

26 September 2014 at 2:26am

Edited: 26/09/2014 2:28am

Hello,

I was installing SS and once the prerequisites met, I launch the install process.

But once completed, I go all those errors ... which I don't know much about them for I am not in my backyard here ...

[Warning] is_readable(): open_basedir restriction in effect. File(/usr/share/pear/Zend/Translate/Adapter/I18nRailsYamlAdapter.php) is not within the allowed path(s): (/var/www/clients/client12/web20/web:/var/www/clients/client12/web20/tmp:/var/www/my.website.tld/web:/srv/www/my.website.tld/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/usr/share/php)
GET /ss/
Line 198 in /var/www/clients/client12/web20/web/ss/framework/thirdparty/Zend/Loader.php
Source
189 
190         foreach (self::explodeIncludePath() as $path) {
191             if ($path == '.') {
192                 if (is_readable($filename)) {
193                     return true;
194                 }
195                 continue;
196             }
197             $file = $path . '/' . $filename;
198             if (is_readable($file)) {
199                 return true;
200             }
201         }
202         return false;
203     }
204 
Trace

is_readable(/usr/share/pear/Zend/Translate/Adapter/I18nRailsYamlAdapter.php)
Loader.php:198
Zend_Loader::isReadable(Zend/Translate/Adapter/I18nRailsYamlAdapter.php)
Translate.php:126
Zend_Translate->setAdapter(Array)
Translate.php:93
Zend_Translate->__construct(Array)
i18n.php:2122
i18n::get_translators()
i18n.php:2027
i18n::_t(SecurityAdmin.NEWGROUP,New Group,,)
Core.php:170
_t(SecurityAdmin.NEWGROUP,New Group)
Group.php:54
Group->populateDefaults()
DataObject.php:429
DataObject->__construct()
ReflectionClass->newInstance()
InjectionCreator.php:20
InjectionCreator->create(Group,Array)
Injector.php:541
Injector->instantiate(Array,Group)
Injector.php:847
Injector->get(Group)
Core.php:158
singleton(Group)
Security.php:918
Security::database_is_ready()
Controller.php:75
Controller->init()
RootURLController.php:118
RootURLController->handleRequest(SS_HTTPRequest,DataModel)
Director.php:367
Director::handleRequest(SS_HTTPRequest,Session,DataModel)
Director.php:153
Director::direct(,DataModel)
main.php:176
require_once(/var/www/clients/client12/web20/web/ss/framework/main.php)
index.php:66

That's a lot of files that have problems, but I don't know what to do.

Please let me know if you need further information so as to help me :)

Avatar
KRG-23

Community Member, 4 Posts

26 September 2014 at 5:24am

I am sorry, those errors appeared at work, where some policies might be playing in the shadows ...

At home, everything is working smoothly.

Avatar
thanghn92

Community Member, 1 Post

4 October 2014 at 5:46am

At home, everything is working smoothly.