Installation, Configuration, & Upgrades  :: 
Session initialisation failed *SOLVED*
 Top

  • Session initialisation failed,
    whats all this about?
    I switch servers, and Im running TWO PN sites on 1 database(A members section and a Non-Members section).
    I tranfered the SQL to the new server. edited the config.php files, and the Members section works,

    But I get:
    Session initialisation failed

    on the nonmembers, I did a search but got nothing.

    config.php is the some on both apart from:

    members =

    Code

    $pnconfig['prefix'] = 'nuke_';

    open (non M) =

    Code

    $pnconfig['prefix'] = 'nuke_OPEN_';


    Oh, and happy new year.
  • ..try clearing your sessions table. this has been asked before.. I don't remember the possible solutions, I'd give this a go first.

    --
    http://www.invalidresponse.com
  • I still cant find anything on search.
    I emptied the table called: nuke_open__session_info

    And I still get the same.
  • Ok,
    Found the problem!

    In config.php it was: nuke_OPEN_
    and phpMyAdmin was nuke_open_

    So it is case senstive!!!!

    Thanks
  • good.. glad you fixed it.. pretty much everything in php/mysql is case sensitive..

    --
    http://www.invalidresponse.com
  • I do not understand exactly what you did to fix this? My site has just started having this problem after about 2 weeks of operating, and i'm not very post nuke inclined. I've done a search which is how I came across this thread, but I dont understand exactly what you did to fix it.

    Can you toss it out in laymans terms please. I mean am I changing file names or doing editing a file? If I need to empty a file, how would I go about doing that? Thanks for the answers in advance
This list is based on the users active over the last 60 minutes.