Viewing 1 post (of 1 total)
  • Author
    Posts
  • boizan Friend
    #176757

    Hello There!

    The situation improved. I copied the content of another session.php file from another Joomla 2.5 that ran well during installation, in the session.php with errors. Now, when I start the installation at http://pub.iengj.com I get only these three errors on line 29:

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/65/4295565/tmp/sess_ac27467c2ee464355d0748f625fe1804, O_RDWR) failed: No such file or directory (2) in /home/content/65/4295565/html/pub/libraries/joomla/session/session.php on line 29

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/65/4295565/html/pub/libraries/joomla/session/session.php:29) in /home/content/65/4295565/html/pub/libraries/joomla/session/session.php on line 29

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/65/4295565/html/pub/libraries/joomla/session/session.php:29) in /home/content/65/4295565/html/pub/libraries/joomla/session/session.php on line 29

    I added the first fifty lines. Please help me!
    Regards,
    _________________________________________________

    <?php
    /**
    * @package Joomla.Platform
    * @subpackage Session
    *
    * @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE
    */

    defined(‘JPATH_PLATFORM’) or die;

    // Register the session storage class with the loader
    JLoader::register(‘JSessionStorage’, dirname(__FILE__) . ‘/storage.php’);

    jimport(‘joomla.environment.request’);

    /**
    * Class for managing HTTP sessions
    *
    * Provides access to session-state values as well as session-level
    * settings and lifetime management methods.
    * Based on the standard PHP session handling mechanism it provides
    * more advanced features such as expire timeouts.
    *
    * @package Joomla.Platform
    * @subpackage Session
    * @since 11.1
    */
    session_start();
    class JSession extends JObject
    {

    /**
    * Internal state.
    * One of ‘active’|’expired’|’destroyed|’error’
    *
    * @var string
    * @see getState()
    * @since 11.1
    */
    protected $_state = ‘active’;

    /**
    * Maximum age of unused session in minutes
    *
    * @var string
    * @since 11.1
    */
    protected $_expire = 15;


    1. 1session_php.pdf
Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  boizan 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum