View Issue Details

IDProjectCategoryView StatusLast Update
0000554OXID eShop (all versions)1.05. Userspublic2009-02-03 14:30
Reporterlars_sobanski Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1.0 revision 15990 
Fixed in Version4.1.0 revision 17976 
Summary0000554: Error when login with open id - local xampp installation
Descriptiongot this error when tried to login with open id:

Warning: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory in D:\localwebserver\xampp\htdocs\ce4\core\openid\Auth\OpenID\Consumer.php on line 163

Fatal error: require_once() [function.require]: Failed opening required 'Auth/OpenID.php' (include_path='D:\localwebserver\xampp\htdocs\ce4/core/openid:.;D:\localwebserver\xampp\php\pear\') in D:\localwebserver\xampp\htdocs\ce4\core\openid\Auth\OpenID\Consumer.php on line 163

it´s a local xampp installation:
http://seehecht/ce4 (oxid network, availible when i´m at work, 9-18:00 GMT)
http://seehecht/yyy.php for phpinfo
Additional Informationhere´s my confic.inc.php, generated throu setup-process:

<?php
/**
 * This file is part of OXID eShop Community Edition.
 *
 * OXID eShop Community Edition is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * OXID eShop Community Edition is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with OXID eShop Community Edition. If not, see <http://www.gnu.org/licenses/>.
 *
 * @link http://www.oxid-esales.com
 * @package main
 * @copyright © OXID eSales AG 2003-2009
 */


    /** @name database information */
        $this->dbHost = '127.0.0.1'; // database host name
        $this->dbName = 'ce4'; // database name
        $this->dbUser = 'root'; // database user name
        $this->dbPwd = ''; // database user password
        $this->dbType = 'mysql';
        $this->sShopURL = 'http://seehecht/ce4';
        $this->sSSLShopURL = null;
        $this->sAdminSSLURL = null;
        $this->sShopDir = 'D:/localwebserver/xampp/htdocs/ce4';
        $this->sCompileDir = 'D:/localwebserver/xampp/htdocs/ce4/tmp';

    $this->sTheme = 'basic';

    //File type whitelist for file upload
    $this->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');

    // timezone information
    date_default_timezone_set('Europe/Berlin');

    // Search engine friendly URL processor
    // After changing this value, you should rename oxid.php file as well
    // Always leave .php extension here unless you know what you are doing
    $this->sOXIDPHP = "oxid.php";

    // enable debug mode for template development or bugfixing
    // -1 = Logger Messages internal use only
    // 0 = off
    // 1 = smarty
    // 2 = SQL
    // 3 = SQL + smarty
    // 4 = SQL + smarty + shoptemplate data
    // 5 = Delivery Cost calculation info
    // 6 = SMTP Debug Messages
    // 7 = oxDbDebug SQL parser
    $this->iDebug = 0;

    // Log all modifications performed in Admin
    $this->blLogChangesInAdmin = 0;

    $this->sAdminEmail = '';

    // Use browser cookies to store session id (no sid parameter in URL)
    $this->blSessionUseCookies = 1;
    // Force user to use cookies (no checkout without cookie support)
    $this->blSessionEnforceCookies = 1;

    // uncomment the following line if you want euro sign leave unchanged in output
    // the default is to convert euro sign symbol to html entity
    // $this->blSkipEuroReplace = true;


    // List of all Search-Engine Robots
    $this->aRobots = array(
                        'googlebot',
                        'ultraseek',
                        'crawl',
                        'spider',
                        'fireball',
                        'robot',
                        'spider',
                        'robot',
                        'slurp',
                        'fast',
                        'altavista',
                        'teoma',
                        );

    // Deactivate Static URL's for these Robots
    $this->aRobotsExcept = array();

    // Only for former templates: Fixed Shop Width
    $this->blFixedWidthLayout = 1;

TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.