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

2.4.0-rc1 fresh install, error on accessing CMS


Go to End


9 Posts   4055 Views

Avatar
biopharmalabs

Community Member, 2 Posts

14 October 2011 at 8:55pm

Hi,

I am also got the similar error

Warning] require_once(Zend/Locale/Data.php) [function.require-once]: failed to open stream: No such file or directory
GET /bbmgroup/admin/

Line 26 in /home/biopharm/public_html/bbmgroup/sapphire/thirdparty/Zend/Locale/Format.php
Source

17 * @subpackage Format
18 * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
19 * @version $Id: Format.php 14729 2009-04-07 11:26:18Z thomas $
20 * @license http://framework.zend.com/license/new-bsd New BSD License
21 */
22
23 /**
24 * include needed classes
25 */
26 require_once 'Zend/Locale/Data.php';
27
28 /**
29 * @category Zend
30 * @package Zend_Locale
31 * @subpackage Format
32 * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)

Trace

require_once
Line 26 of Format.php
require_once(/home/biopharm/public_html/bbmgroup/sapphire/thirdparty/Zend/Locale/Format.php)
Line 27 of Date.php
require_once(/home/biopharm/public_html/bbmgroup/sapphire/thirdparty/Zend/Date.php)
Line 893 of Member.php
Member->getDateFormat()
Line 112 of ViewableData.php
ViewableData->__get(DateFormat)
Line 110 of LeftAndMain.php
LeftAndMain->init()
Line 80 of CMSMain.php
CMSMain->init()
Line 136 of Controller.php
Controller->handleRequest(SS_HTTPRequest)
Line 282 of Director.php
Director::handleRequest(SS_HTTPRequest,Session)
Line 125 of Director.php
Director::direct(/admin/)
Line 127 of main.php

Go to Top