Results 1 to 12 of 12

Thread: I also have a log in bug

  1. #1
    Join Date
    Jul 2009
    Posts
    94

    Default I also have a log in bug

    People are trying to log into my directories and are unable to do so. this si areal pain and want submissions.

    I am using the latest version . I a not sure of what browser, but everyone including my self is having trouble logging in.



    "Hi, I am trying to log in but it keeps saying that my password is incorrect - have tried until it said I had to wait for 3 min then try again (twice Ive had it say this). Am I doing something wrong?

    "

  2. #2
    Join Date
    Jun 2007
    Posts
    70

    Default

    In svn version (deluxe 1.4 ) there is no problem about this.
    /trunk (log) - CVSDude Trac - Trac
    Login name: your client area mail
    Login Pass:your licence number

  3. #3
    Join Date
    Jul 2009
    Posts
    94

    Default

    I have worked out i have version 1.33.
    This program sure is not the easiest thing have worked with.

  4. #4
    Join Date
    Jul 2009
    Posts
    94

    Default

    o.k. I am not a programmer . I have version 1.33 and no one can log in from the front end.
    I can log in as admin from the backend but not from the front end.

    I have heaps of people wanting to register and add links to my 2 sites.

    Could some kind person just give me the code and the file i need to replace with simple instructions. PLEASE.

    I tried myself to edit the block.login.php file. this put one site off line with an error message and the other messed up my template with menus everywhere and i could still not log in.

    Would it just be a lot easier to have the replacement file available?

    "$tpl = new Template;
    20 20
    21 if (strpos($_SERVER['REQUEST_URI'], 'block.login.php') === FALSE) {
    22 echo '<script language="javascript" type="text/javascript" src="'.$site_url.'/blocks/block.login.php"></script>';
    23 return;
    24 }
    25
    26 21 if(!$_COOKIE['COOKIE_USER_AUTHENTICATED']) {
    27 22 $logged_in = false;
    … …
    33 28
    34 29 $tpl->assign('logged_in',$logged_in);
    35 //$content = $tpl->fetch('blocks/block.login.html', 0);
    30
    36 31 if (!IsLock()){
    37 $content = $tpl->fetch($theme_path . $active_theme . "/" . 'blocks/block.login.html', 0);
    32 $content = $tpl->fetch($theme_path . "/" . 'blocks/block.login.html', 0);
    38 33 }else{
    39 $content = $tpl->fetch($theme_path . $active_theme . "/" . 'blocks/block.lock_login.html', 0);
    34 $content = $tpl->fetch($theme_path . "/" . 'blocks/block.lock_login.html', 0);
    40 35 }
    41 $content = explode("\n", $content);
    42
    43 header("Content-Type: text/html; charset={$charset}");
    44 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
    45 header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
    46 header("Cache-Control: no-store, no-cache, must-revalidate");
    47 header("Cache-Control: post-check=0, pre-check=0", false);
    48 header("Pragma: no-cache");
    49 header('Content-Type: application/x-javascript');
    50
    51 while (list(, $v) = @each($content)) {
    52 $v = str_replace("\n", "", $v);
    53 $v = str_replace("\r", "", $v);
    54 $v = str_replace("\t", "", $v);
    55 echo "\ndocument.write(\"".addslashes($v)."\");";
    56 }
    36 echo $content;
    37
    57 38 }
    58 39 "

  5. #5
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    1.3.3 has a known issue with users logging in. You COULD upgrade to the SVN version but I warn you that it's unsupported because it's beta. The login issue is fixed in beta and the final version is supposed to be out soon.

  6. #6
    Join Date
    Jul 2009
    Posts
    94

    Default

    o.k. How long does "out soon" mean. I am also panicking about how hard it is to upgrade from one version to the next. I am just new to this.

  7. #7
    Join Date
    Jul 2009
    Posts
    94

    Default

    There also seems to be a bug in editing submissions. Will this be fixed in 1.4 ?

  8. #8
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Soon is soon, we don't have a date for the release. I was hoping by the end of this week but it didn't happen.

    How hard it is to upgrade? Overwrite all files except .htaccess, application.php and key.php and you're done.

    What kind of bug when editing submissions?

  9. #9
    Join Date
    Jul 2009
    Posts
    94

    Default

    well when i can a link , and save it it does not change it at all. The only way I can links on both my new directories is to delete the link and add a new link. this is a real pain.

  10. #10
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I'm sorry but I don't understand you.

    Are you saying you cannot edit a listing? If that's correct do you mean from the admin panel or the client area?

    If it's happening from the admin panel I would suspect that either
    a) You haven't updated your admin panel from the last upgrade
    b) You don't have the correct permissions on the database
    c) You didn't run /install/install.php when you upgraded your IndexU (from ANY version to ANY version you MUST always run /install/install.php)

  11. #11
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Quote Originally Posted by dochlaggie View Post
    well when i can a link , and save it it does not change it at all. The only way I can links on both my new directories is to delete the link and add a new link. this is a real pain.
    It might help if you post back the EXACT steps you took to edit the link. It would also be relivant to post what steps you took after editing the link as well.

    I've never seen that issue before. There has to be a setting thats off somewhere.

    Something else I just thought about... Check your server logs to see if there are any error messages in there. It might help to troubleshoot the problem
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  12. #12
    Join Date
    Jul 2009
    Posts
    94

    Default

    o.k I will have a look at it tonight. I have just been deleting and re adding links as my changes dont save.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •