[TYPO3-core] RFC: #12004 OpenID fails with fatal error

Andreas andreas at otto-hanika.de
Sat Sep 19 16:07:22 CEST 2009


Sysext openid

Branch: Trunk

Type: Bugfix/Documentation

Bugtracker references:
http://bugs.typo3.org/view.php?id=12004

Problem:
Logging in to the TYPO3 BE with OpenID ends with a fatal error.
require_once(Auth/OpenID.php) [function.require-once]: failed to open
stream: No such file or directory
The require_once statement can be found in file Auth/OpenID/Consumer.php
on line 163.

Adding the full path to "typo3/sysext/openid/lib/php-openid/" to the PHP
include_path solved the issue.

IMHO this should be added as a hint to the extension documentation.


Cheers,
Andreas



More information about the TYPO3-team-core mailing list