Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lukesnark Friend
    #127688

    Hi Guys,

    I am fairly new at developing. Would really appreciate some help here. I’m kinda stuck.

    1. Once a user has logged on the standard site that they see is a blank white page. While on as a guest however the site appears normal.

    2. I made some pages and menu items and they all ‘appear’ to link up. In fact they even worked once. Then I went on a tangent and worked on something completely different and NOW one of the pages is coming up that it doesn’t exist.

    I would really appreciate some help.

    🙂

    Sherlock Friend
    #246086

    Hi lukesnark !
    I have test this bug. I see it and think it is bug on login form. action of login form is wrong. You can view image attachment for detail.
    You can fix it by way :
    open default.php file in templatesja_quillajahtmlmod_login folder. find code section :


    <form action="<?php echo JRoute::_( 'index.php', true, $params->get('usesecure')); ?>" method="post" name="login" id="form-login" >

    change it to :


    <form action="index.php" method="post" name="login" id="form-login" >

    good luck !

    lukesnark Friend
    #246192

    The white screen has changed …. but NOW I am getting Invalid Token.

    Sigh.

    Any thoughts?

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

This topic contains 3 replies, has 2 voices, and was last updated by  lukesnark 16 years, 7 months ago.

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