Results 1 to 6 of 6

Thread: No links to validate - strange but they're

  1. #1
    linksor.com is offline Active Member
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    341

    Default No links to validate - strange but they're

    I have a problem after migrating to the new server.

    Now I have php5.25. and mysql 5.0 and in ACP I can;t see any links to validate in admin control panel.

    I have checked and in idx_link_temp table they are !

    Need a little help how to fix that.

  2. #2
    inspireme is offline Active Member
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    they are probably marked as spam, dody/bruce have answered this a few times you jsut execute some sql code from the admin to fix, do some searching see what you can find
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  3. #3
    linksor.com is offline Active Member
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    341

    Default

    thx for input but as I can see in _odx_link_temp the row SPAM is empty ... may be there is an issue during page submitting ?
    Last edited by linksor.com; 05-08-2008 at 03:39 AM.

  4. #4
    inspireme is offline Active Member
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    well if its empty thats the problem.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  5. #5
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    It's a bug.

    As i remember it's fixed in svn for 5.x

    But here is to fix: edit /admin/link_validate.php


    if (!$spam) {

    $links_obj->query = "select * from idx_link_temp where spam = '0' or spam = '' order by date desc, vid desc";

    }

    else {

    $links_obj->query = "select * from idx_link_temp where spam = '1' order by date desc, vid desc";

    }

  6. #6
    linksor.com is offline Active Member
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    341

    Default

    Tha's the way I made

    Funny that's bug is active on php5.25. with mysql5.0

    on php4.4.x and mysql 4.1 it is working :|

Similar Threads

  1. Validate Links
    By EsCTasY in forum v5.x
    Replies: 2
    Last Post: 05-23-2007, 07:26 AM
  2. Search links in the "Validate links" field
    By Mickey in forum Blocks and Modification
    Replies: 3
    Last Post: 04-04-2007, 02:15 PM
  3. Strange error:: can not see links
    By marengo in forum v5.x
    Replies: 3
    Last Post: 06-12-2004, 07:53 AM
  4. Replies: 7
    Last Post: 09-08-2003, 05:12 PM

Posting Permissions

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