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

Installation Problems with OpenID


Go to End


5 Posts   2052 Views

Avatar
marcusdau

Community Member, 5 Posts

24 August 2008 at 6:46pm

Hy!

I'm trying to install SilverStripe 2.2.2.

I entered all informations for MySQL and the admin account (I tried an e-mail-address and also tried a name). Then the installation starts:

Installing SilverStripe...

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 /var/www/web99/html/silverstripe/mysite/_config.php
# Creating '.htaccess' file...
# Creating /var/www/web99/html/silverstripe/.htaccess
# Building database schema...

Warning: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web99/html/silverstripe/auth_openid/code/Auth/OpenID/Consumer.php on line 163

Fatal error: require_once() [function.require]: Failed opening required 'Auth/OpenID.php' (include_path='.') in /var/www/web99/html/silverstripe/auth_openid/code/Auth/OpenID/Consumer.php on line 163

And then nothing happens any more.

Consumer.php (line 163 ff.):

require_once "Auth/OpenID.php";
require_once "Auth/OpenID/Message.php";
require_once "Auth/OpenID/HMACSHA1.php";
require_once "Auth/OpenID/Association.php";
require_once "Auth/OpenID/CryptUtil.php";
require_once "Auth/OpenID/DiffieHellman.php";
require_once "Auth/OpenID/KVForm.php";
require_once "Auth/OpenID/Nonce.php";
require_once "Auth/OpenID/Discover.php";
require_once "Auth/Yadis/Manager.php";
require_once "Auth/Yadis/XRI.php";

What's wrong? I haven't changed anything...

Please help me. Thx in advance.

Marcus

Avatar
marcusdau

Community Member, 5 Posts

25 August 2008 at 5:27pm

Anybody out there who can help me?

Greetings

Avatar
marcusdau

Community Member, 5 Posts

26 August 2008 at 3:12am

Even this version throws the error: http://dailybuilds.silverstripe.com/core-tarballs/silverstripe.2.0.DailyBuild.2008-08-25.tar.gz

Never had such installation problems with another CMS before...

Please help.

Thx.

Marcus

Avatar
marcusdau

Community Member, 5 Posts

26 August 2008 at 3:26am

This version => http://dailybuilds.silverstripe.com/core-tarballs/silverstripe.2.0.DailyBuild.2008-08-11.tar.gz

throws this error:

Installing SilverStripe...

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 /var/www/web99/html/silverstripe/mysite/_config.php
# Creating '.htaccess' file...
# Creating /var/www/web99/html/silverstripe/.htaccess
Fatal error: Class 'RequestHandlingData' not found in /var/www/web99/html/silverstripe/sapphire/core/control/Controller.php on line 12

The server config:

PHP Version: 5.2.1
Apache: 2.2.3 (Ubuntu)
Loaded Modules: core mod_log_config mod_logio prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_mime mod_negotiation mod_php5 mod_rewrite mod_setenvif mod_ssl mod_status mod_suexec mod_userdir
GD Version: 2.0 or higher

Anything else needed?

Avatar
marcusdau

Community Member, 5 Posts

26 August 2008 at 4:43am