Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jeanos Friend
    #123013

    Hey all,

    I have the following problem. After installing the package and installing i can access the Admin section, but once i select the Site Modules i get “kicked out” the admin. I can access ALL sections, except when i select that function, i get “Login again”.
    Please help me what to do! Is this a rights/server problem?

    I installed the “quickstart Justicia” package and all is running fine, except that part…which offcourse is major important!.
    Thanx!

    Pauly
    Holland

    bernhar Friend
    #230355

    Which version of Joomla are you running? I remember such a problem with Joomla 1.0.12.

    lehoai Friend
    #230419

    This is maybe a session bug of joomla 1.0.13. You can fix:
    open file index2.php in /administrator/ and go to line 103: and change like this:
    before:
    <blockquote>
    doGzip();

    // if task action is ‘save’ or ‘apply’ redo session check
    if ( $task == ‘save’ || $task == ‘apply’ ) {
    $mainframe->initSessionAdmin( $option, ” );
    }
    </blockquote>

    after
    <blockquote>

    // if task action is ‘save’ or ‘apply’ redo session check
    if ( $task == ‘save’ || $task == ‘apply’ ) {
    $mainframe->initSessionAdmin( $option, ” );
    }
    doGzip();
    </blockquote>

    Hieu Nguyen Admin
    #230882

    thanx it worked

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  Hieu Nguyen 16 years, 7 months ago.

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