Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Member
    Join Date
    Aug 2004
    Posts
    472

    Default Session initialisation failed post nuke error

    Hello,

    When I installed the postnuke through the cpanel, it is showing the error 'Session initialisation failed' . Please help me witht his issue. Is there any seetings I have to change in the php.ini file?

    Regards,
    David

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,893
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    Try running a repair on the DB via phpMyAdmin.

  3. #3
    Member
    Join Date
    Feb 2003
    Posts
    252

    Default

    Same problem...were you able to fix it?

    Mike

  4. #4
    Member
    Join Date
    May 2004
    Posts
    114

    Default Anyone got a fix for this

    I've been looking for fix for this with no luck..
    ------------------------
    Greeeting from me
    How are you doing ?
    Keep it real
    ------------------------

  5. #5
    Member gupi's Avatar
    Join Date
    Apr 2004
    Posts
    125

    Default

    Back-up your database.

    Then check for the table called pn_session_info in phpMyAdmin, and most probably you'll see is dead,
    Delete it and re-create it from the sql source.

    Code:
    DROP TABLE `pn_session_info`;
    
    --
    -- Table structure for table `pn_session_info` (PostNuke 0.7.6 RC1)
    -- should be the same with PostNuke 0.7.5
    --
    CREATE TABLE `pn_session_info` (
      `pn_sessid` varchar(32) NOT NULL default '',
      `pn_ipaddr` varchar(20) NOT NULL default '',
      `pn_firstused` int(11) NOT NULL default '0',
      `pn_lastused` int(11) NOT NULL default '0',
      `pn_uid` int(11) NOT NULL default '0',
      `pn_vars` blob,
      PRIMARY KEY  (`pn_sessid`)
    ) TYPE=MyISAM;
    That's all.

  6. #6
    Member
    Join Date
    Feb 2003
    Posts
    252

    Default

    Thanks, but that didn't fix the problem. Is anyone else experiencing this problem?

    Thanks
    Mike

  7. #7
    Member Murtaza_t's Avatar
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    471

    Default

    If the dropping and recreating of session_info table dint work then you should look for this :

    Check for session.autostart in your php.ini file and make sure that it has been set to off

    Code:
    php_flag session.auto_start off
    Way to go !!

  8. #8
    Registered User
    Join Date
    Jan 2005
    Posts
    3

    Default

    i faced the same problem.. plz assist. to settle down the postnuke preinstalled script.

  9. #9
    Member
    Join Date
    Aug 2004
    Posts
    472

    Default

    Hello,

    I solved this by copying a default php.ini file from another server and restarting apache.

Similar Threads & Tags
Similar threads

  1. Replies: 4
    Last Post: 09-24-2006, 06:01 AM
  2. Having trouble uninstalling Post-Nuke [moved]
    By Ancient Nix in forum New User Questions
    Replies: 1
    Last Post: 09-10-2006, 09:33 PM
  3. Upgrade PHP-nuke Error
    By efburgos in forum cPanel Developers
    Replies: 0
    Last Post: 07-27-2004, 11:37 AM
  4. Post Nuke Problems
    By jdarow in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 06-28-2003, 04:48 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube